zed-industries/zed
Current Version: main — 0 Subscribers
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
zed-industries/zed — 4 days ago
Enhancements
General
- Added icons to the file finder (#18091; thanks Daste745).
- Added a notification to warn users if their user settings or project-local settings failed to deserialize (#18122).
- Improved preview tabs by marking them as permanent when saved (#18158).
- Improved performance in repositories using Git fsmonitor--daemon feature (#18326).
- Improved activity indicators' UX by allowing more of them to be hidden on click (#18305).
- Improved the appearance of diff hunks in the editor (#18283).
- Improved buffer search performance when switching tabs (#18281).
- Im...
zed-industries/zed — 4 days ago
Enhancements
General
- Added a horizontal scrollbar to project panel (#18513).
- Added new fold actions to toggle folds (
cmd-k cmd-l
), fold every fold (cmd-k cmd-0
) unfold every fold (cmd-k cmd-j
) to fold recursively (cmd-k cmd-[
) and unfold recursively (cmd-k cmd-]
). - Added
snippets: configure snippets
command to create and modify snippets (#18453; thanks loczek). - Added
snippets: open folder
command for opening the~/.config/zed/snippets
directory (#18453; thanks loczek). - Added a setting for the terminal's default cursor shape. The setting is
{"terminal": {"cursor_shape": "block"}}
. Possible values:block
,bar
,hollow
,underline
(#18530).- See the [video](https://github....
zed-industries/zed — 5 days ago
Bug fixes
- Linux: Fixed Ubuntu 20.04 compatibility on x86_64. This regression occurred in Zed Stable v0.153.6 and Zed Preview 0.154.0-pre and was unintentional. Glibc requirement on x86_64 linux is glibc >= 2.31 as it was prior to those releases. Impacted users will have to reinstall zed. (PR #18442).
zed-industries/zed — 5 days ago
Bug fixes
- Linux: Fixed Ubuntu 20.04 compatibility on x86_64. This regression occurred in Zed Stable v0.153.6 and Zed Preview 0.154.0-pre and was unintentional. Glibc requirement on x86_64 linux is glibc >= 2.31 as it was prior to those releases. Impacted users will have to reinstall zed. (PR #18442).
Full Changelog: https://github.com/zed-industries/zed/compare/v0.155.1-pre...v0.155.2-pre
zed-industries/zed — 1 week ago
Bug fixes
- Fixed a (rare) panic in file finder (PR #18374).
zed-industries/zed — 1 week ago