Skip to content

Commit f1938d9

Browse files
committed
update: Release 2025.23
1 parent 6106d4c commit f1938d9

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.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"
2+
"tag_name": "v2025.23",
3+
"name": "2025.23",
4+
"body": "## What's Changed\r\n\r\n* Rewrite stashes page and `Stash Local Changes` popup\r\n* Add a toolbar button to open current revision file with default editor\r\n* Supports to customize merge message\r\n* Supports to copy stash message\r\n* Only creates one `FileSystemWatcher` if repo's `$GIT_DIR` is the same as its `$REPO_ROOT/.git`\r\n* Show `Name` of stash instead of `SHA` in `Apply Stash` and `Drop Stash` popup\r\n* Supports to add current selected folder in `UNSTAGED` tree to `.gitignore`\r\n* Supports to open selected folder in file manager from `UNSTAGED/STAGED` change tree.\r\n* Fix issue that `Reset to This Revision` of untracked/added change in selected stash may crash this app when the target directory do not exist.\r\n* Fix issue that delete worktree when it is opened in `SourceGit` may crash this app.\r\n* Auto-follow HEAD when bisecting.\r\n* Fix issue that wrong path was used when creating worktree from selected path.\r\n* Allows to push selected commit to current tracking remote if it is ahead of remote's `HEAD`.\r\n* Fix issue that `Conventional Commit Helper` not working in `Interactive Rebase`\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @SilverWolf2k20 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1442\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.22...v2025.23"
55
}

0 commit comments

Comments
 (0)