0.160.0
10/30/2024
macOS
Linux
Enhancements
The action is happening on Zed Stable, where we are launching SSH Remoting (Beta). ๐ป๐๐
Check out the stable release for more details!
General
- Added support to show invisible characters in the editor (#19846).
- Added support for self-hosted GitLab instances when generating Git permalinks (#19909).
- The instance URL must have
gitlab
somewhere in the host in order to be recognized.
- The instance URL must have
- Added feature to show commit summary as part of the inline Git blame (#19759; thanks pjtatlow).
- Improved the parsing of Git remote URLs to support additional scenarios (#19924).
AI
- Added "Suggest Edit" button to the assistant panel if
"enable_experimental_live_diffs": true
is set in the"assistant"
section ofsettings.json
(#19900). This button takes the place of the previous/workflow
command, but it is experimental and may change!
Languages
- Added support for Doxygen-style doc comments starting with
///
or//!
in C++ (#19858). - Improved syntax highlighting for type hints in Python (#18185; thanks ClanEver).