Skip to content

v0.108.2

Choose a tag to compare

@github-actions github-actions released this 18 Oct 19:10

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 to false.
  • Added Save all and Discard all options when closing Zed.
  • Vim
    • Added Y to copy line-wise (this copies vim's behaviour, which differs from nvim's).

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 and down 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).