Fixed project panel entries misalignment with narrow panel & file icons turned off.
Fixed git blame data not handling the undoing of deletions correctly. (#10583).
Fixed git blame functionality not handling errors correctly when there are no commits yet or when file isn't committed yet.
Fixed caret movement issue for some special characters.
Fixed "Find In Project" app menu item having no keybinding (#10611).
Fixed some cases where diagnostics tab showed outdated entries before the language server is done with its analysis.
Fixed a bug where multiple extension suggestions for the same extension could be shown at once (#10320).
Fixed a bug where project panel settings changes would not be applied immediately.
Fixed Markdown code blocks in tooltips not having correct language highlighting. Before: image After: screenshot-2024-04-16-12 43 39@2x
Fixed Markdown returned by clangd being rendered the wrong way (#10511). Before: screenshot-2024-04-16-12 32 15@2x After: screenshot-2024-04-16-12 33 02@2x
Fixed left movement in Vim mode when soft wrapping is enabled (#10350).
Fixed a panic when installing the CLI/registering for the zed:// protocol.