Releases: zed-industries/zed
v0.18.1
- Fixed a bug where text was inserted into the editor when typing certain key combinations with the cmd or ctrl modifiers.
- Fixed a bug where the outline and go-to-line modals sometimes reflected the wrong editor when using split panes.
v0.18.0
v0.17.0
v0.16.0
Zed now supports rename refactorings in Rust, bound to F2
.
We've also updated our editor and UI font to custom builds of Iosevka Extended. The UI font is now quasi-proportional to present a technical vibe while also being more readable.
We now automatically download the latest version of rust-analyzer
when a Rust file is opened, which reduces the bundle size and eliminates macro expansion errors that were caused by complications associated with code-signing the bundled rust-analyzer
in previous versions.
v0.15.2
This release fixes a crash introduced in 0.15 that would occur when the contacts panel was open.
v0.15.1
This release fixes a crash introduced in 0.15 that would occur when opening a second Zed window while signed in.
v0.15.0
v0.14.1
This release fixes a bug that stopped data from being exchanged correctly when collaborating.
v0.14
v0.13.1
- Improve styling of project diagnostics
- Fix rare panic when editing the same buffer in two editor splits
- Filter out diagnostics that don't contain a message