What's Changed
- Show file mode change for new/deleted files.
- Linux: add
pre-install
andpre-removal
scripts for DEB package to stopSourceGit
before 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
CONTINUE
button 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
AltGr
detection. - Fix the issue that validation result does not update in
Pull
/Push
popup. - Allows to configure editor
TAB
width inPreferences
window. - Fix the issue that columns in
Interactive Rebase
window are misaligned. - Add commit hash tooltip for
Blame
window. - Fix the issue that both
--tags
and--no-tags
are used ingit pull
command at same time. - Auto adjust column width of commit hash and time after font size changed.
- Disable scrollbar in
NumericUpDown
control. - Supports to navigate to target commit via double-clicking commit hash in conflict resolving panel.
- Windows: use
Compress-Archive
instead ofzip
to prevent false positive detection byWindows Defender
. - Linux: fix packaging workflow with
Ubuntu 20.04
image. - Show conflict sources when it comes from a stash or path.
- Save preferences after workspace switched and
Preferences
window closed. - Several other UI/UX changes.
New Contributors
Full Changelog: v2025.07...v2025.08