0.177.6
03/10/2025
- Git Beta: Added
git::Switch
andgit::CheckoutBranch
as aliases for the existinggit::Branch
. (#26315) - Git Beta: Added
git::Add
as an alias for the existinggit::Diff
. (#26316) - Git Beta: Improved performance of Zed in large repos with lots of file system events. (#26244)
- Git Beta: Adjusted the default hunk styling for staged and unstaged changes. (#26299)
- Git Beta: Made the empty project diff state a little more helpful with a button to push, and a button to close the item. (#26316)
- Git Beta: Disabled commit message generation when commit is not possible. (#26329)
- Git Beta: Removed limitation that made it impossible to create a branch from the branch picker when it too closely resembled an existing branch name. (#26287)
- Git Beta: Fixed a beachball when restarting in a large repo with a large number of open files. (#26237)
- Git Beta: Fixed an issue where error messages from Git were not being displayed in toast notifications. (#26303)
- Git Beta: Fixed a few bugs where the suggested commit text wouldn't show in certain cases, or would update slowly. (#26313)
- Git Beta: Fixed a bug where the 'generate commit message' keybinding wasn't working. (#26316)
- Improved performance of rendering multibuffers with very large numbers of buffers. (#26308)