Skip to content

Commit 6106d4c

Browse files
committed
update: Release 2025.22
1 parent 71dcbd2 commit 6106d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tag_name": "v2025.21",
3-
"name": "2025.21",
4-
"body": "## What's Changed\r\n\r\n* Enable `Use monospace font only in text editor` by default\r\n* Supports to re-order custom actions.\r\n* Supports to load avatar from local image and save selected avatar to disk.\r\n* Fix the issue that running git command in `UIThread` via context menu blocks the whole app.\r\n* Fix the issue that pressing `Previous Difference` without visual lines may crash this app.\r\n* Supports to view image or image change if selected `LFS` object points to a image file.\r\n* Supports to view images in `.dds` and `.tga` formats.\r\n* Fix the issue that open an empty repo (no commits and no branches) crashes this app.\r\n* Sorting by tag name descending is removed.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @NathanBaulch made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1397\r\n* @henrik-andersson-sus made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1392\r\n* @sina-hide made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1402\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.20...v2025.21"
2+
"tag_name": "v2025.22",
3+
"name": "2025.22",
4+
"body": "## What's Changed\r\n\r\n* Do not up-scale image (but can down-scale it when current space is smaller than it's size).\r\n* Supports to view blame data based on selected revision.\r\n* Supports to go back/forward between navigation history in `Blame` window.\r\n* 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.\r\n* Supports to use `DEL` or `BACKSPACE` key to delete selected branch/tag/stash/log.\r\n* Now all filesystem related tree/lists are sorted in case-insensitive mode.\r\n* Clear commit message typed by user before merging/rebasing/cherry-picking/reverting to allow `SourceGit` read it from git after conflict occurs.\r\n* Supports to view `*.gif` (only first frame, not animated) and `*.tiff` images.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @johanw1232 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1408\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.21...v2025.22"
55
}

0 commit comments

Comments
 (0)