2025.09
·
1406 commits
to master
since this release
What's Changed
- Windows: Fix the issue that some external tools do not supports
/as path delimitter. - Show commit info tip when hovering SHA in conflict view.
- Force
Englishlocale while runninggitcommands on Linux. - Supports configure global
Custom Action. - Fix the issue that closing a repository on readonly drive crashes this app.
- Fix the issue that
preferences.jsonwas saved after close some windows in design mode. - Rewrite
gitcommands cancellation when changing preview commit very frequently. - Fix the issue that suggestion popups for file path did not hide (still shows in topmost mode) after window was deactived.
- Fix the issue that the suggestion popups for file path did not show while searching commit by file path.
- Improve loading time for
CHILDRENin commit detail panel. - Windows: Fix the issue that window frame shadow is missing after restoring it from minimized on Windows 10.
- Auto convert spaces with dashes while renaming a branch.
- Rewrite the way to deal with uncommitted local changes when checkout/pull/create branch. See #1089
- Remove
Do Nothing. - Use
Stash & Reapplyas defaulted.
- Remove
- Fix the issue that app crashes when font family name starts with
,. - Fix the issue that deleting branch on remote may also deletes tag with same name.
- macOS: Add
/opt/homebrew/binand/opt/homebrew/sbintoPATHwhen the~/Library/Application\ Support/SourceGit/PATHis not found. - Several other UI/UX changes.
New Contributors
Full Changelog: v2025.08...v2025.09