Skip to content

v0.108.0-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Oct 18:15

Additions

  • 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 Rust async functions were not being highlighted in completions.
  • Fixed a bug where up and down would not go to correct place after inserting.
  • Vim
    • Fixed a bug where { and } would wrap around end of file (#2116).