You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Added user avatars to channel chat messages.
Added markdown parsing and rendering to channel chat.
Improved chat messages by grouping by sender.
Improved channel chat message style.
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.
Fixed bugs where it was impossible to follow someone into a view that they previously following you into.
Fixed visual bugs in new chat and note buttons.
Fixed a bug where chat messages were shown out of order.
Fixed a bug where clicking the notes icon would not open the channel notes.
Fixed a bug where long chat messages would not soft wrap.
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.
Fixed a panic in vim when incrementing a non-number.