Additions
- Improved channels / collaboration:
- Added channel links. Right clicking on a channel produces a new option:
Copy Channel Link
. These links work to open Zed and auto-join the channel. - Changed the
mute_on_join
setting's default tofalse
.
- Added channel links. Right clicking on a channel produces a new option:
- Added
Save all
andDiscard all
options when closing Zed. - Vim
- Added
Y
to copy line-wise (this copies vim's behaviour, which differs from nvim's).
- Added
Bug Fixes
- Fixed a bug where the diagnostics indicator didn't always show an up-to-date diagnostics count.
- Fixed a bug where Rust async functions were not being highlighted in completions.
- Fixed a bug where
up
anddown
would not go to correct place after inserting. - Fixed a crash that sometimes occurred when following someone with a disconnected channel notes view open.
- Vim
- Fixed a bug where
{
and}
would wrap around end of file (#2116).
- Fixed a bug where