v0.107.0-pre
Pre-release
Pre-release
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-pby default). - Preserve matching history items on query input.
- You can now cycle through items with the toggle action (
- Added a
nushelloption to theterminal.detect_venv.on.activate_scriptsetting (2103). - Vim
- Added
ctrl-ito go forward (#1732).ctrl-ois 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-oto open the completion menu.ctrl-x ctrl-lto open the LSP action menu.ctrl-x ctrl-cto trigger Copilot (requires configuring copilot).ctrl-x ctrl-ato trigger the inline Assistant (requires configuring openAI).
- Added
ctrl-a/ctrl-xfor increment/decrement. escapewill now return to normal mode, even if completion menus are open (usectrl-x ctrl-zto hide menus, as in vim).
- Added
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
dwon the last word of a line, and on empty lines. - Fixed a bug where following could put you in visual mode.
- Fixed