- Added a channel rename keymap label on the collab panel context menu.
- Added a link preview when hovering over links in chat.
- Added a new setting "use_autoclose" (defaulting to true) that lets you disable autoclose per language (#1420, #1903).
- Added autocomplete for @-mentions in the chat panel.
- Added usernames next to remote cursors. Usernames are briefly shown when focusing on an editor or when manually triggered with
editor: display cursor names
(ctrl-cmd-c
). - Fixed Zed forgetting which panels were open on boot (#2406).
- Fixed Zed occasionally rendering blank on launch (#2422).
- Fixed a bug that was preventing diagnostics from being shown on hover (#2426).
- Fixed a bug where key bindings were slow to show up in the project panel context menu.
- Fixed a bug where open popovers would stay over top of zoomed panels, if already opened when the panel was zoomed.
- Fixed a bug where the bottom of hover popovers would be cut off (#2434).
- Fixed a bug where the terminal would create a selection when clicking the status bar or title bar.
- Fixed an issue where documentation labels could obscure other content in the editor completion menu (#2419).
- Fixed an issue where long breadcrumbs would overflow the toolbar.
- Fixed an occasional panic when opening a new fullscreen window.
- Fixed bugs in formatting of chat timestamps.
- Fixed gutter marks overlapping with hover highlights
- Fixed long diagnostic messages overflowing the status bar.
- Fixed participant list overflowing the title bar.
- Fixed position of notifications on secondary displays.
- Fixed rendering of newlines in chat messages.
- Improved font sizes in chat.
- Improved performance when interacting with language servers.
- Improved terminal colors.
- Improved the assistant panel header when viewing conversation history.
- Improved the grouping of chat messages from same user. Grouping now only occurs if the user sends multiple messages, in succession, within a specified duration of time.
- Improved the look of toasts for incoming notifications.
- Vim: Added support for mapping
jk
in vim mode (#2378, #176). - Vim: Fixed vim mode not switching to normal mode from visual mode when using search (
/
) while in visual mode. - Vim: Improved
*
and#
to not toggle Zed's search state. Instead we now use the regex to identify start and end of words (more like vim).