Releases: zed-industries/zed
Releases · zed-industries/zed
v0.70.0
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
tabto toggle focus from buffer search to editor, instead ofcmd-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
Misc
- Fixed a crash that occurred when restarting a language server after it reported an unknown buffer version
v0.70.0-pre
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
tabto toggle focus from buffer search to editor, instead ofcmd-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
Misc
- Fixed a crash that occurred when restarting a language server after it reported an unknown buffer version
v0.69.2
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
fandtbindings 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
v0.68.2
v0.69.1-pre
- Fixed a bug where certain key bindings did not work and key bindings didn't appear in the command palette.
v0.69.0-pre
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
fandtbindings 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
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
- Fixed a bug that caused poor performance when interacting with certain editors
v0.68.0-pre
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