Skip to content

Commit 986add6

Browse files
committed
update: Release 2025.24
Signed-off-by: leo <[email protected]>
1 parent f1938d9 commit 986add6

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.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"
2+
"tag_name": "v2025.24",
3+
"name": "2025.24",
4+
"body": "## What's Changed\r\n\r\n* Supports to add ignored file(s) locally (saved in `$GIT_DIR/info/exclude`).\r\n* Adds hotkeys to go to the prev/next/first/last change block in text diff viewer.\r\n* After clicking the `Navigate To HEAD` button in toolbar, the current local branch will be selected and scrolled into view.\r\n* Supports to scan workspace's default clone dir instead of the global default clone dir.\r\n* Supports to use input controls (`TextBox`/`Path Selector`/`CheckBox`) in custom action.\r\n* Supports to add custom action to selected tag.\r\n* Allows drag-drop of item (or folder) anywhere in repo-list of `Welcome` page.\r\n* Warn users when creating commit on a detached `HEAD`\r\n* Warn users when trying to checkout another branch with current HEAD (detached) not connected to any branches/tags.\r\n* Fix the issue that local repo name is mismatched after cloning `git-bundle` without specifying `Local Name`\r\n* Remember the main window position.\r\n* Fix the issue that searching commit with tree/file hash instead of commit never ends.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @mithom made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1451\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.23...v2025.24"
55
}

0 commit comments

Comments
 (0)