Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Zed-aarch64.dmg | 2025-07-29 | 108.6 MB | |
zed-remote-server-macos-aarch64.gz | 2025-07-29 | 22.5 MB | |
zed-remote-server-macos-x86_64.gz | 2025-07-29 | 24.4 MB | |
Zed-x86_64.dmg | 2025-07-29 | 118.8 MB | |
zed-linux-aarch64.tar.gz | 2025-07-29 | 107.2 MB | |
zed-remote-server-linux-aarch64.gz | 2025-07-29 | 24.6 MB | |
zed-linux-x86_64.tar.gz | 2025-07-29 | 110.8 MB | |
zed-remote-server-linux-x86_64.gz | 2025-07-29 | 26.5 MB | |
README.md | 2025-07-29 | 1.0 kB | |
v0.196.7 source code.tar.gz | 2025-07-29 | 16.2 MB | |
v0.196.7 source code.zip | 2025-07-29 | 17.8 MB | |
Totals: 11 Items | 577.3 MB | 0 |
- Improved LSP code lens handling. (#35207)
- Fixed tasks that leaked despite workspace window close. (#35246)
- Keymap Editor: Fixed an issue where the modifiers used to activate keystroke search would appear in the keystroke search. (#35208)
- Keymap Editor: Made it possible to search for repeat modifiers, such as a binding with
cmd-shift cmd
. (#35208) - Keymap Editor: Made keystroke search matches based on ordered (not necessarily contiguous) runs. For example, searching for
cmd-shift-j
will matchcmd-k cmd-shift-j alt-q
andcmd-i g shift-j
but notalt-k shift-j
orcmd-k alt-j
. (#35208) - Keymap Editor: Fixed the clear keystrokes binding (
delete
by default) not working in the keystroke input. (#35208)