2025.08
·
1450 commits
to master
since this release
What's Changed
- Show file mode change for new/deleted files.
- Linux: add
pre-installandpre-removalscripts for DEB package to stopSourceGitbefore install/remove. - Fix the issue that the last selected line is missing while trying to copy multiple lines in text diff view.
- Fix the issue that there's an extra line-ending while copying multiple lines from text diff view.
- Disable
CONTINUEbutton while committing or it is already running. - Make sure the matched hash is a valid commit oid while parsing commit links in commit message.
- Improve
AltGrdetection. - Fix the issue that validation result does not update in
Pull/Pushpopup. - Allows to configure editor
TABwidth inPreferenceswindow. - Fix the issue that columns in
Interactive Rebasewindow are misaligned. - Add commit hash tooltip for
Blamewindow. - Fix the issue that both
--tagsand--no-tagsare used ingit pullcommand at same time. - Auto adjust column width of commit hash and time after font size changed.
- Disable scrollbar in
NumericUpDowncontrol. - Supports to navigate to target commit via double-clicking commit hash in conflict resolving panel.
- Windows: use
Compress-Archiveinstead ofzipto prevent false positive detection byWindows Defender. - Linux: fix packaging workflow with
Ubuntu 20.04image. - Show conflict sources when it comes from a stash or path.
- Save preferences after workspace switched and
Preferenceswindow closed. - Several other UI/UX changes.
New Contributors
Full Changelog: v2025.07...v2025.08