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.70.0

25 Jan 21:36

Choose a tag to compare

Additions

Vim

  • Added replace to vim mode

Misc

  • Added the ability to open files via macOS right-click context menu (Open With)

Bug Fixes

Editor

  • Fixed a bug where go-to actions would snap the screen to center, rather than retaining current scroll position if the item was already in view (#268)
  • Fixed auto-indenting to always be block-wise when pasting code
  • Switched to using tab to toggle focus from buffer search to editor, instead of cmd-f

Collaboration

  • Fixed a bug where, when collaborating, buffers would appear as modified to the guest after the host saved the buffer

Project Panel

  • Fixed a bug where a copied item in the project panel could only be pasted once (#786)
  • Fixed a bug where clicking the mouse would end file name editing in the project panel (#544)

Dock

  • Fixed a crash that would occur when trying to create a split in the dock by dragging
  • Fixed an issue where sidebars would change size when the dock was opened or closed (#545)

Vim

  • Switched to disabling vim mode in non-code editors ((#855), (#475))

Misc

  • Fixed a crash that occurred when restarting a language server after it reported an unknown buffer version

v0.70.0-pre

18 Jan 21:18

Choose a tag to compare

v0.70.0-pre Pre-release
Pre-release

Additions

Vim

  • Added replace to vim mode

Misc

  • Added the ability to open files via macOS right-click context menu (Open With)

Bug Fixes

Editor

  • Fixed a bug where go-to actions would snap the screen to center, rather than retaining current scroll position if the item was already in view (#268)
  • Fixed auto-indenting to always be block-wise when pasting code
  • Switched to using tab to toggle focus from buffer search to editor, instead of cmd-f

Collaboration

  • Fixed a bug where, when collaborating, buffers would appear as modified to the guest after the host saved the buffer

Project Panel

  • Fixed a bug where a copied item in the project panel could only be pasted once (#786)
  • Fixed a bug where clicking the mouse would end file name editing in the project panel (#544)

Dock

  • Fixed a crash that would occur when trying to create a split in the dock by dragging
  • Fixed an issue where sidebars would change size when the dock was opened or closed (#545)

Vim

  • Switched to disabling vim mode in non-code editors ((#855), (#475))

Misc

  • Fixed a crash that occurred when restarting a language server after it reported an unknown buffer version

v0.69.2

18 Jan 21:22

Choose a tag to compare

Additions

Editor

  • Improved sorting and filtering of LSP suggestions, particularly for typescript (#845)

Collaboration

  • Made collaboration much more resilient to temporary disconnects
  • Following into the terminal and search results now automatically open screensharing (if it's allowed)

Vim

  • Added f and t bindings to vim mode

Workspace

  • Added restoration of editor scroll positions

Misc

  • Added settings to opt-out of diagnostic and metric reporting

Bug Fixes

Workspace

  • Fix a crash when navigating between panes with the dock open
  • Fix a bug where Zed would save and restore ephemeral workspaces

Terminal

  • Fixed a bug where terminals would reopen in the root directory (#847)

v0.69.2-pre

16 Jan 17:13

Choose a tag to compare

v0.69.2-pre Pre-release
Pre-release
  • Fixed an issue that prevented Zed from starting the latest TypeScript language server (#445, #509)

v0.68.2

16 Jan 17:07

Choose a tag to compare

  • Fixed an issue that prevented Zed from starting the latest TypeScript language server (#445, #509)

v0.69.1-pre

13 Jan 20:10

Choose a tag to compare

v0.69.1-pre Pre-release
Pre-release
  • Fixed a bug where certain key bindings did not work and key bindings didn't appear in the command palette.

v0.69.0-pre

11 Jan 21:54

Choose a tag to compare

v0.69.0-pre Pre-release
Pre-release

Additions

Editor

  • Improved sorting and filtering of LSP suggestions, particularly for typescript (#845)

Collaboration

  • Made collaboration much more resilient to temporary disconnects
  • Following into the terminal and search results now automatically open screensharing (if it's allowed)

Vim

  • Added f and t bindings to vim mode

Workspace

  • Added restoration of editor scroll positions

Misc

  • Added settings to opt-out of diagnostic and metric reporting

Bug Fixes

Workspace

  • Fix a crash when navigating between panes with the dock open
  • Fix a bug where Zed would save and restore ephemeral workspaces

Terminal

  • Fixed a bug where terminals would reopen in the root directory (#847)

v0.68.1

11 Jan 22:05

Choose a tag to compare

Additions

Editor

  • Added a discoverable way to close the tool bar (#808)
  • Added support for git gutters in multi buffers
  • Added support for the home and end key (#715)

Workspace

  • Added a recent projects picker menu
  • Added 'Close clean Items', 'Close all items', 'Request a feature', 'File a bug', and 'Copy system specs' commands

TypeScript

  • Add source information to TypeScript autocompletes

Bug Fixes

  • Fixed a bug that caused poor performance when interacting with certain editors
  • Fixed a bug where unusual line separators would render incorrectly

v0.68.1-pre

06 Jan 20:31

Choose a tag to compare

v0.68.1-pre Pre-release
Pre-release
  • Fixed a bug that caused poor performance when interacting with certain editors

v0.68.0-pre

04 Jan 20:23

Choose a tag to compare

v0.68.0-pre Pre-release
Pre-release

Additions

Editor

  • Added a discoverable way to close the tool bar (#808)
  • Added support for git gutters in multi buffers (#1907)
  • Added support for the home and end key (#715)

Workspace

  • Added a recent projects picker menu
  • Added 'Close clean Items', 'Close all items', 'Request a feature', 'File a bug', and 'Copy system specs' commands

TypeScript

  • Add source information to TypeScript autocompletes (#830)

Bug Fixes

  • Fixed a bug where unusual line separators would render incorrectly