Skip to content

Commit 8d038fb

Browse files
committed
update: Release 2025.28
Signed-off-by: leo <[email protected]>
1 parent 0b127fb commit 8d038fb

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.27",
3-
"name": "2025.27",
4-
"body": "## What's Changed\r\n\r\n* Show current tracking branch (upstream) in branch tooltip\r\n* **BREAKING CHANGE:** Remove `Squash Children into Here` since `Children` is an ambiguous word (the children commits those not belong to current branch are not included).\r\n* Add quick action entry for interactive rebasing.\r\n* Fix the issue that `SourceGit` starts up with error when it is installed in a path that includes white spaces. \r\n* Fix the issue that stash with message (contains whitespaces) did not work.\r\n* Fix the issue that unstage changes with `--amend` did not work.\r\n* Add an option `Include untracked files` to `Discard all changes`.\r\n* **Linux:** Supports to use `git-credential-libsecret` instead of `git-credential-manager`.\r\n* Supports commit template with relative path\r\n* Fix the issue that after cloning the new repository is not added into repository tree.\r\n* Supports to share issuetracker rules with `.issuetracker` file.\r\n* Re-design `HISTORY` toolbar buttons and support `--simplify-by-decoration` option.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.26...v2025.27"
2+
"tag_name": "v2025.28",
3+
"name": "2025.28",
4+
"body": "## What's Changed\r\n* Supports add `Gerrit Change-ID` issuetracker rules.\r\n* Fix the issue that getting askpass for every action even when it is not necessary.\r\n* Do not need to use `Shift+Enter` to input newline in popups.\r\n* Rewrite issuetracker integration.\r\n* Allow to drag & drop multiple folders on repository-tree.\r\n* Add a button to commit list in `HISTORY` page to scroll back to the top.\r\n* Auto-track remote branch when creating branch based on this remote branch and no other local branch tracking it.\r\n* Fix the issue that if showing tooltip of a local branch that does not have upstream may crash this app.\r\n* Fix the issue that user can not stage conflicted files after resolve the conflict manually.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.27...v2025.28"
55
}

0 commit comments

Comments
 (0)