Skip to content

Releases: zed-industries/zed

v0.19.0

08 Mar 07:52
Compare
Choose a tag to compare

This release introduces support for JSON language server capabilities and syntax-highlighting:

Screen Shot 2022-03-08 at 08 42 46

Connection reliability has also been improved and Zed will now remove stale peers from shared projects as soon as they disconnect. For guests, a message is shown when the host stops sharing their project or the connection to the server is lost:

Screen Shot 2022-03-08 at 08 49 52

This new version of Zed also features refined bundled fonts and support for closing other tabs via cmd-alt-w.

v0.18.1

02 Mar 22:34
Compare
Choose a tag to compare
  • 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

02 Mar 14:39
Compare
Choose a tag to compare

This release introduces the ability to search the entire project by hitting cmd-shift-f, typing a query and then hitting enter:

project-search

Hitting cmd-enter will open the search in a new tab. In addition, cmd-g and cmd-shift-g can be used to cycle through the search results.

v0.17.0

24 Feb 09:54
39ebaeb
Compare
Choose a tag to compare

This release introduces the ability to find all references to the symbol under the cursor by hitting alt-shift-f12:

find-references

Zed can also now search for a symbol globally in the project via cmd-t:

project-wide-symbols

In addition, usages of the variable under the cursor will be highlighted.

v0.16.0

22 Feb 02:13
Compare
Choose a tag to compare

Zed now supports rename refactorings in Rust, bound to F2.

Screen Shot 2022-02-21 at 6 53 44 PM

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

17 Feb 21:54
Compare
Choose a tag to compare

This release fixes a crash introduced in 0.15 that would occur when the contacts panel was open.

v0.15.1

17 Feb 18:15
Compare
Choose a tag to compare

This release fixes a crash introduced in 0.15 that would occur when opening a second Zed window while signed in.

v0.15.0

17 Feb 17:24
4a6713a
Compare
Choose a tag to compare

This release adds code actions, powered by rust-analyzer. When code actions are available for the current selection, a ⚡ icon will appear beside the gutter. You can open the code action menu by clicking this icon, or by typing -.. As always, this feature is available for all collaborators.

image

v0.14.1

08 Feb 01:12
30e8709
Compare
Choose a tag to compare

This release fixes a bug that stopped data from being exchanged correctly when collaborating.

v0.14

04 Feb 22:29
82afacd
Compare
Choose a tag to compare

This release adds 'find-in-buffer', bound to cmd-f, and autocomplete in Rust code, powered by rust-analyzer. As always, these features work for all participants when collaborating.

Screen Shot 2022-02-04 at 2 16 42 PM