- Added the ability to open a terminal in a tab. You can create a new terminal using the ctrl-` key binding or by clicking on the new
+
icon in the tab bar. - Added the ability to open a new buffer or project search with the mouse, by clicking the
+
icon in the tab bar. - Added the ability to provide custom LSP server initialization options via a setting (#341).
- Added a command for inserting a line below the cursor, bound to cmd-enter.
- Added some missing window-management commands that are standard in macOS apps (#277).
- Added a Go To Type Definition command, bound to cmd-f12.
- Added an Open Log command for viewing the Zed logs in Zed (#148).
- Changed the behavior of the tab binding so that it inserts the suggested indentation when the cursor is to the left of that indentation column (#175).
- Changed the location of Zed's settings file to conform to the XDG base directory standard (#154)
- Fixed an issue where Zed did not preserve the relative indentation of copied lines when pasting (#321)
- Fixed a crash that could occur when moving the mouse over a diagnostic message in an editor.
- Fixed an issue where Zed would hang when changing the default tab size while viewing a file that uses tabs for indentation (#387).
- Fixed an issue where cursors would move to the beginning of a line when formatting a buffer using an external command (#400)
- Fixed an issue where the Sign In button didn't work if signing in had previously failed.