Release Notes:
- Fixed "go to previous hunk" getting suck on deletion.
- Fixed a rare case where "go to (prev) diagnostic" could get stuck with
specifically overlapping diagnostics.
Julia
created
9986e52
Stop depending on gpui in client2 and settings2
Antonio Scandurra
created
3460e95
vcs_menu: Fix a circular view handle in modal picker. (#3168)
Click to expand commit body
Release Notes:
- Fixed a crash in modal branch picker.
Joseph T. Lyons
created
3948036
vcs_menu: Fix a circular view handle in modal picker.
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Piotr Osiewicz
and
Julia Risley
created
1b75603
Implement `os_name`, `os_version` and `app_version` for `TestPlatform`
90f65ec
Remove logic for multiple channel parents (#3162)
Click to expand commit body
This PR simplifies our state management for channels, and logic for
inheriting channel permissions, by removing the ability for channels to
have multiple parent channels.
6f173c6
Fix tests by re-instating paths in the new format
Conrad Irwin
created
b8bd070
Fix panic by disallowing multiple room joins (#3149)
Click to expand commit body
Release Notes:
- Fixed panic that could occur when switching channels quickly
Conrad Irwin
created
c773762
Allow completion menus to be cycled (#3164)
Click to expand commit body
Not a huge ask from the community, but something that I run into
frequently is not being able to cycle the auto completion menus past the
beginning / end, so I quickly added it. This matches VS Code behavior:
https://github.com/zed-industries/zed/assets/19867440/bc4606d7-2076-4036-aedc-f3cf5ba349dc
Release Notes:
- Enhanced popover menus with circular navigation
([#632](https://github.com/zed-industries/community/issues/632)).