github zed-industries/zed v0.107.0-pre

latest releases: collab-staging, nightly, collab-production...
pre-release11 months ago

Additions

  • Improved collaboration / channel ergonomics:
    • Added indication of channels with new chat messages and updated channel notes.
    • Added buttons for both chat and channel notes next to the channel name.
    • Added the host name to the titlebar for shared projects.
    • Changed the on-click behavior for channels. Clicking a channel name now joins the channel and opens the most active project.
    • Allowed following anyone in a call, even if they aren’t in a shared project.
    • Allowed clicking on a user in the channel panel to follow.
    • Made call participants’ selection colors the same throughout the call.
    • Made your own selection always appear as the default color.
    • Highlighted the currently-open project in the channel panel.
  • Improved file finder ergonomics:
    • You can now cycle through items with the toggle action (cmd-p by default).
    • Preserve matching history items on query input.
  • Added a nushell option to the terminal.detect_venv.on.activate_script setting (2103).
  • Vim
    • Added ctrl-i to go forward (#1732). ctrl-o is already supported.
    • Added g <space> to open the current snippet in its own file.
    • Added key bindings for Zed's various completion mechanisms:
      • ctrl-x ctrl-o to open the completion menu.
      • ctrl-x ctrl-l to open the LSP action menu.
      • ctrl-x ctrl-c to trigger Copilot (requires configuring copilot).
      • ctrl-x ctrl-a to trigger the inline Assistant (requires configuring openAI).
    • Added ctrl-a / ctrl-x for increment/decrement.
    • escape will now return to normal mode, even if completion menus are open (use ctrl-x ctrl-z to hide menus, as in vim).

Bug Fixes

  • Fixed auto-complete additional edits, such as auto-import, not applying when selecting a completion with a mouse click.
  • Fixed changelog link in update notification always leading to the latest release changelog, not the one that was updated to (#2093).
  • Fixed a bug where running certain text transformation commands on a single selection covering multiple lines would not transform all selected lines as expected.
  • Fixed option key's appearance in keybindings.
  • Vim
    • Fixed dw on the last word of a line, and on empty lines.
    • Fixed a bug where following could put you in visual mode.

Don't miss a new zed release

NewReleases is sending notifications on new releases.