What's Changed
- Show current tracking branch (upstream) in branch tooltip
- BREAKING CHANGE: Remove
Squash Children into Here
sinceChildren
is an ambiguous word (the children commits those not belong to current branch are not included). - Add quick action entry for interactive rebasing.
- Fix the issue that
SourceGit
starts up with error when it is installed in a path that includes white spaces. - Fix the issue that stash with message (contains whitespaces) did not work.
- Fix the issue that unstage changes with
--amend
did not work. - Add an option
Include untracked files
toDiscard all changes
. - Linux: Supports to use
git-credential-libsecret
instead ofgit-credential-manager
. - Supports commit template with relative path
- Fix the issue that after cloning the new repository is not added into repository tree.
- Supports to share issuetracker rules with
.issuetracker
file. - Re-design
HISTORY
toolbar buttons and support--simplify-by-decoration
option. - Several other UI/UX changes.
Full Changelog: v2025.26...v2025.27