Additions
- Added Vue language support (#335).
- Added Prettier support (#340).
- Added documentation display for autocomplete items (#466).
- Added support for shared credentials between Stable and Preview.
- Introduced
Retrieve Context
button in Inline Assistant. - Improved memory usage by storing fewer LSP server and rpc logs.
- Improved buffer search by not clearing out query editor when the cursor is not in a word boundary and "buffer search: deploy" (default keybind:
cmd-f
) is triggered. - Improved channels:
- Added public channels. You can now set channels to
public
which will allow anyone to join and become a member. In a future release guests joining public channels will have reduced permissions. - Changed chat permissions so that admins of a channel can delete any message in a channel.
- Improved channel links to open Zed without opening your browser.
- Added public channels. You can now set channels to
Bug Fixes
- Fixed handling of nested .git repositories, where files of inner repository could be marked as ignored if they matched .gitignore of outer repository (#575).
- Fixed Copilot's
Suggest next
andSuggest previous
actions colliding with true quotes key bindings (option-[
andoption-]
). The keystrokes are now propagated if there's no Copilot action to be taken at cursor's position (#2072). - Fixed autocomplete filtering blocking the Zed UI, causing hitches and input delays with large completion lists.
- Fixed hover popup link not firing if the mouse moved a slight amount while clicking.
- Fixed the titlebar upgrade UI to restart zed when an update is available.
- Fixed prettier parsers from being used incorrectly by certain languages.