Releases

Keep up with the weekly Zed releases.


March

0.177.7

03/11/2025

macOS
Loading...
Loading...
Linux
Loading...
Loading...

The Git beta is now publicly available to everyone on Zed Preview. 🎉

  • Git Beta: Added keyboard shortcuts (when the panel is open) for fetch ctrl-g ctrl-g, pull ctrl-g down, push ctrl-g up, force-push ctrl-g shift-up, open diff ctrl-g d. (#26374)
  • Git Beta: Added a panel header with an open diff and stage/unstage all buttons. (#26354)
  • Git Beta: Added more information about Git branches to the branch picker. (#25359)
  • Git Beta: Passed down environment variables from project to Git operations. (#26301)
  • Git Beta: Truncated the branch selector in the commit modal. (#26417)
  • Git Beta: Fixed a bug that caused the project diff not to update in response to Git-related events. (#26396)
  • Git Beta: Fixed escape tooltip in commit modal. (#26405)
  • Git Beta: Fixed opening the branch selector in the commit modal with cmd-option-b. (#26417)
  • Git Beta: Fixed being unable to enter a newline in the Git panel's commit editor on Linux. (#26427)
  • Git Beta: Fixed a panic that could occur when using the project diff. (#26394)
  • Fixed editor: copy permalink to line to now use the upstream of the current branch instead of origin. (#26398)