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 an open licenses command in Zed, which lists all of Zed's open-source dependencies and their licenses.
Improved the performance of loading languages on startup.
Bug Fixes
Editor
Improved the behavior of Go To Definition when multiple definitions exist. Zed will now open the definitions in a multi-buffer instead of opening multiple editors (#620).
Fixed a bug where UI would be blocked when performing large searches (#685).
Fixed a bug where the outline view would have overlapping text (#834).
Fixed tab close buttons to use the pointing hand cursor style (#886).
Fixed a bug where Zed would sometimes incorrectly auto-indent code that contained syntax errors (#389).
Project Panel
Fixed a bug where the text of files and directories would potentially soft wrap when being edited if soft_wrap was enabled in settings.
Workspace
Improved the experience of closing copies of unsaved tabs. Zed will no longer prompt the user to save if a copy of the tab is open elsewhere in the workspace (#345).
Fixed a bug where cursor would change styles multiple times when hovering over a modal popup.
Fixed a bug where modal popups would fail to close in various cases (#876).
Collaboration
Fixed a bug where accepting a call would require two clicks on the notification popup.