2025.20
·
935 commits
to master
since this release
What's Changed
- Now
SourceGitrequires git >=2.25.1 - Allows to reset author when
--amendis enabled for committing - Fix the issue that we can't see the diff contents for staged new file in stashes
- Fix the issue that fails to checkout branch with
Discardoption enabled for local changes due to arguments order. - Show conflict status reason in unstaged list and conflict details view.
- Use
git restoreinstead ofgit resetto unstage local changes. - Fix the issue that using
theirs/minedid not work for deleted (by them/us) file. - When counting commits in
Statistics, if the authors have the same e-mail address, the commits are considered to be from the same person. - Fix the issue that
SourceGitwill not open new repo in tab when using relative path such as.in commandline. - Several other UI/UX changes.
Full Changelog: v2025.19...v2025.20