2025.22
·
49 commits
to master
since this release
What's Changed
- Do not up-scale image (but can down-scale it when current space is smaller than it's size).
- Supports to view blame data based on selected revision.
- Supports to go back/forward between navigation history in
Blame
window. - When double-clicking a remote branch and there's a local branch tracking on it and the local branch is behind of its tracking remote, show the
Checkout & Fast-Forward
popup. - Supports to use
DEL
orBACKSPACE
key to delete selected branch/tag/stash/log. - Now all filesystem related tree/lists are sorted in case-insensitive mode.
- Clear commit message typed by user before merging/rebasing/cherry-picking/reverting to allow
SourceGit
read it from git after conflict occurs. - Supports to view
*.gif
(only first frame, not animated) and*.tiff
images. - Several other UI/UX changes.
New Contributors
- @johanw1232 made their first contribution in #1408
Full Changelog: v2025.21...v2025.22