Releases

Keep up with the weekly Zed releases.


March

0.178.2

03/14/2025

macOS
Loading...
Loading...
Linux
Loading...
Loading...
  • Git: On macOS, switched to using the system's Git binary to create commits. This fixes issues that some users were seeing with pre-commit hooks. Compatibility note: after this change, it is no longer possible to commit from Zed unless Git is installed. (#26705)
  • Git: Fixed a bug that prevented putting the cursor after a deletion hunk at the end of a file, in the absence of trailing newlines. (#26621)
  • Git: Fixed flicker when reverting last hunk in project diff view. (#26706)
  • Git: Fixed the Git panel to not show an "Initialize Repositories" button in empty projects. (#26713)
  • Git: Fixed showing commit messages for all repos. (#26709)
  • Fixed an issue where file paths in the terminal surrounded by () or [] would not be highlighted properly. (#26695)