Additions
Collaboration
- Updated the way collaborators are shown in the titlebar, so that you can see who is following each collaborator.
- Added a button in the titlebar to leave the current call.
Editor
- Added
Reveal in Finder
to editor context menu and command palette.
Workspace
- Added status reporting of language server actions in the activity indicator.
- Added a command palette action to restart Zed (#36).
- Added
dock: move active item to dock
command. - Added ability to focus a pane by clicking the background of its tab bar (#953).
- Added a
workspace: restart
command.
TypeScript
- Added support for the
satisfies
operator.
Misc
- Added project name when hovering over a Zed window in Mission Control (#457).
- Added symbols in the window menu to help with differentiating between local and remote projects (#678).
- Added a keymap setting to
editor::ToggleComments
to allow for advancing the cursor downward when running the command on a single line (#810).
Bug Fixes
Collaboration
- Fixed a bug where saving an untitled buffer did not update the buffer's path for collaborators.
Editor
- Fixed various bugs in
editor: move to enclosing bracket
(#891).
Project Panel
- Fixed a crash when running
project panel: reveal in finder
.
Workspace
- Fixed a bug where opening zed for a specific file would also restore the previous session (#927).
- Fixed a bug where new tabs would be opened in the dock (#533).
Vim
- Improved the behavior of the
%
(jump-to-match) motion in vim mode.
Rust
- Fixed a bug where functions with turbofish notation were being incorrectly highlighted (#950).
TypeScript
- Fixed a bug where the user would need to save a file twice in order to clear newly-resolved errors (#767).