Skip to content

v0.93.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:35
0cb77b0

Additions

  • Redesigned collaboration UI
  • Added voice chat to collaboration
  • Vim improvements:
    • Added support for indent/outdent with >/< (#832).
    • Added support for toggling case with ~ (#1410).
    • Added support for tab navigation with gt/ctrl-pagedown and gT/ctrl-pageup.
    • Added support for substitute with s.
    • Added support for go to definition/go back with ctrl-]/ctrl-o.
    • Added support for counts to work with scrolling shortcuts.
    • Added support to join lines with ctrl-j or shift-J (#736).
    • Added support to use count modifiers with arrow keys (5<down> will go down 5 lines) (#1687).
    • Improved distance calculations for page-up/page-down.

Bug Fixes

  • Fixed a bug where Zed would use excessive memory when a project folder contained symlinks pointing to directories outside of the project. (#1186)
  • Reduced Zed's memory and CPU usage when working in folders containing many git-ignored files.
  • Fixed the Atelier Forest Light theme, which was incorrectly set as a dark theme.
  • Fixed a bug where Zed would not detect some git repository changes.
  • Fixed a performance problem that could occur when a language server requested to watch a set of files.
  • Vim bug fixes:
    • Fixed code actions menu (#1690).
    • Fixed a bug where 1G didn't correctly go the first line (#710).