What's Changed
- Do not auto-stash untracked files while doing
checkout/create branch/pullwithStash & Reapplyenabled. - Do not auto-stash untracked files while
drop/reword/squash/fixupHEAD commit. - Set
core.untrackedCache=trueandstatus.showUntrackedFiles=allwhile querying local changes with untracked files. - Drop
Fleetsupport. - Always try to navigate to selected commit in commit graph even if it is not changed in
Blamewindow. - Make sure the executable file of external tool exists before opening it.
- Supports to use
Ctrl + -/=to zoom in/out window contents. - Fix the issue that the last line change may disable hunk operation in
side-by-sidediff. - Fix the issue that sometimes no local changes were shown.
- Rewrites the ref comparison
- Compare selected branch to worktree has been removed
- User can compare selected branch/tag to any other branch/tag (not only HEAD)
- User can compare selected two branch/tag
- Supports pre-fill short description for custom conventional commit template.
- Supports to exclude some external editors by the name displayed in
Open in <NAME>dropdown menu. - Several other UI/UX changes.
Full Changelog: v2025.41...v2026.01