Skip to content

Commit 71dcbd2

Browse files
committed
update: Release 2025.21
1 parent 94ba576 commit 71dcbd2

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.20",
3-
"name": "2025.20",
4-
"body": "## What's Changed\r\n\r\n* Now `SourceGit` requires git >= `2.25.1`\r\n* Allows to reset author when `--amend` is enabled for committing\r\n* Fix the issue that we can't see the diff contents for staged new file in stashes\r\n* Fix the issue that fails to checkout branch with `Discard` option enabled for local changes due to arguments order.\r\n* Show conflict status reason in unstaged list and conflict details view.\r\n* Use `git restore` instead of `git reset` to unstage local changes.\r\n* Fix the issue that using `theirs/mine` did not work for deleted (by them/us) file.\r\n* When counting commits in `Statistics`, if the authors have the same e-mail address, the commits are considered to be from the same person.\r\n* Fix the issue that `SourceGit` will not open new repo in tab when using relative path such as `.` in commandline.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.19...v2025.20"
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"
55
}

0 commit comments

Comments
 (0)