WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: zed-industries/zed

v0.63.1-pre

04 Nov 17:15

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

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

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

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

Choose a tag to compare

  • Improved UI contrast in various locations
  • Updated UI icons

v0.62.4

02 Nov 19:26

Choose a tag to compare

  • Added screen-sharing support. Now, when you're on a call you can enable screen-sharing by clicking the screen button in the titlebar. Then, when one of your collaborators is following you and you activate a window outside of Zed, that collaborator will see what's on your screen. When you return focus to Zed, they will automatically resume following you in a Zed buffer.
  • Added the ability to drag tabs onto the edges of panes, creating new splits.
  • Updated Zed's UI in several ways, making it more clear which elements are active and focused.
  • Improved the behavior of scrolling an editor with the trackpad, avoiding changing the horizontal scroll position when scrolling vertically.
  • Fixed a crash that would occur when hitting tab at the beginning of a line with mixed tab/space indent
  • Fixed a bug where the project panel would sometimes fail to update correctly when expanding a directory.
  • Fixed a bug where a duplicate quotation mark would be inserted when typing a second quotation mark after the first was auto-closed (#624).
  • Fixed a bug where the collaboration menu would appear underneath the expanded dock.
  • Fixed a bug where the collaboration menu's scroll position didn't update properly when adding people to a call.
  • Fixed a bug where a buffer's language wouldn't be updated for guests in a collaboration session after changing the file's extension.
  • Fixed a bug that caused hidden editors to add to Zed's CPU usage.
  • Fixed a crash that would occur when saving a keymap file with certain invalid key bindings.
  • Fixed confusing background colors of projects in the contact list.
  • Fixed a bug where the scrollbar wouldn't appear when scrolling while following someone.

v0.62.3-pre

31 Oct 21:52

Choose a tag to compare

v0.62.3-pre Pre-release
Pre-release
  • Fixed a bug where Zed and Zed Preview used the same local state.
  • Fixed confusing background colors of projects in the contact list.

v0.62.2-pre

28 Oct 00:07

Choose a tag to compare

v0.62.2-pre Pre-release
Pre-release
  • Fixed a bug that prevented auto-update from working on Zed Preview.

v0.62.1-pre

27 Oct 23:19

Choose a tag to compare

v0.62.1-pre Pre-release
Pre-release
  • Fixed a bug where some key bindings didn't work correctly in modals.
  • Fixed a bug where the scrollbar wouldn't appear when scrolling while following someone.

v0.62.0-pre

27 Oct 17:29

Choose a tag to compare

v0.62.0-pre Pre-release
Pre-release
  • Added screen-sharing support. Now, when you're on a call you can enable screen-sharing by clicking the screen button in the titlebar. Then, when one of your collaborators is following you and you activate a window outside of Zed, that collaborator will see what's on your screen. When you return focus to Zed, they will automatically resume following you in a Zed buffer.
  • Updated Zed's UI in several ways, making it more clear which elements are active and focused.
  • Fixed a bug where the project panel would sometimes fail to update correctly when expanding a directory.
  • Added the ability to drag tabs onto the edges of panes, creating new splits.
  • Improved the behavior of scrolling an editor with the trackpad, avoiding changing the horizontal scroll position when scrolling vertically.
  • Fixed a bug where a duplicate quotation mark would be inserted when typing a second quotation mark after the first was auto-closed (#624).
  • Fixed a bug where the collaboration menu would appear underneath the expanded dock.
  • Fixed a bug where the collaboration menu's scroll position didn't update properly when adding people to a call.
  • Fixed a bug where a buffer's language wouldn't be updated for guests in a collaboration session after changing the file's extension.
  • Fixed a bug that caused hidden editors to add to Zed's CPU usage.
  • Fixed a crash that would occur when saving a keymap file with certain invalid key bindings.