Skip to content

Releases: zed-industries/zed

v0.64.0-pre

11 Nov 17:32
Compare
Choose a tag to compare
v0.64.0-pre Pre-release
Pre-release
  • Added syntax highlighting for Ruby. ERB will be added in a subsequent release (#113).
  • Improved the behavior of the ctrl-l key binding (#546)
  • Improved the styling of modal palettes (#485)
  • Fixed a bug where certain code actions were not available in Rust

v0.63.4

10 Nov 17:42
Compare
Choose a tag to compare
  • Added commands to navigate between git diff hunks in a file:
    • "cmd-f8": Go To Hunk
    • "cmd-shift-f8": Go To Previous Hunk
  • Added syntax highlighting for let/else statements in Rust.
  • Improved pane activation history - Zed will focus on the correct previously-active pane when closing the current one
  • Improved styling of the active line background, line numbers, and scrollbars
  • Improved UI contrast in various locations
  • Updated UI icons
  • Fixed a regression that would cause Zed to crash when launching it on macOS Catalina (10.15).
  • Fixed a bug where incoming calls and project-shared notifications were stealing focus
  • Fixed a crash that would occur when hitting tab at the beginning of a line with mixed tab/space indent

v0.63.3-pre

08 Nov 17:34
Compare
Choose a tag to compare
v0.63.3-pre Pre-release
Pre-release
  • Fixed a regression that would cause Zed to crash when launching it on macOS Catalina (10.15).

v0.62.8

08 Nov 17:43
Compare
Choose a tag to compare
  • Fixed a regression that would cause Zed to crash when launching it on macOS Catalina (10.15).

v0.63.2-pre

04 Nov 23:18
Compare
Choose a tag to compare
v0.63.2-pre Pre-release
Pre-release
  • Improved contrast in diagnostic underlines (#660)
  • Fixed issue where left motion in vim mode would clip incorrectly
  • Fixed regression with dd

v0.63.1-pre

04 Nov 17:15
Compare
Choose a tag to compare
v0.63.1-pre Pre-release
Pre-release
  • Added syntax highlighting for let/else statements in Rust.
  • Fixed a hang when trying to rename a symbol in the project diagnostics view (#653).

v0.62.7

04 Nov 23:20
Compare
Choose a tag to compare
  • Improved contrast in diagnostic underlines (#660)
  • Fixed issue where left motion in vim mode would clip incorrectly
  • Fixed regression with dd

v0.62.6

04 Nov 17:21
Compare
Choose a tag to compare
  • Fixed a hang when trying to rename a symbol in the project diagnostics view (#653).

v0.63.0-pre

02 Nov 18:47
Compare
Choose a tag to compare
v0.63.0-pre Pre-release
Pre-release
  • Added commands to navigate between git diff hunks in a file:
    • "cmd-f8": Go To Hunk
    • "cmd-shift-f8": Go To Previous Hunk
  • Improved pane activation history - Zed will focus on the correct previously-active pane when closing the current one
  • Improved styling of the active line background, line numbers, and scrollbars
  • Improved UI contrast in various locations
  • Updated UI icons
  • Fixed a bug where incoming calls and project-shared notifications were stealing focus
  • Fixed a crash that would occur when hitting tab at the beginning of a line with mixed tab/space indent

v0.62.5

03 Nov 00:24
Compare
Choose a tag to compare
  • Improved UI contrast in various locations
  • Updated UI icons