Skip to content

Commit ced8ee2

Browse files
committed
update: Release 2025.31
Signed-off-by: leo <[email protected]>
1 parent 4fba85b commit ced8ee2

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.30",
3-
"name": "2025.30",
4-
"body": "## What's Changed\r\n\r\n* Double-clicking tag will try to checkout the commit it refers\r\n* Disable `--all` option while fetching by default\r\n* Exclude main worktree of submodules\r\n* Always show the `Open in External Tools` button and hide the `Bisect` for bare repository\r\n* Remember the last check state of `Fetch all remotes` and respect it while auto-fetching\r\n* Re-design tooltip for tag\r\n* Revert the changes to auto run ```eval `ssh-agent -s` ``` before start SourceGit\r\n* Fix the issue that when tag's `%(creatordate:unix)` returns empty string this app will crash\r\n* Allows the `.` character in repository's owner/group part (SSH URL format)\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.29...v2025.30"
2+
"tag_name": "v2025.31",
3+
"name": "2025.31",
4+
"body": "## What's Changed\r\n\r\n* Fix the issue that sometimes `%ct` returns emptry string while querying branches\r\n* Allow to select multiple tags and delete them from context menu\r\n* Fix the issue that app hungs because that main thread deadlock cause by calling `.Result` directly\r\n* Run auto-fetch asynchronously in `UIThread`\r\n* **BREAKING CHANGE**: Save local issue tracker rules into repository's default config (`$GIT_DIR/config`) instead of `$GIT_DIR/sourcegit.issuetracker`\r\n* Share repository settings between worktrees for reading and only main repo can modify and save it.\r\n* Add an option `Enable compact folders in changes tree` to `Preferences - APPEARANCE`\r\n* Other works to use async method instead of synchronous method.\r\n* Revert the changes about `SSH` settings for `git` command to try to fix the issue that getting askpass dialog popups every time while communicating with a SSH git server.\r\n* Support to create custom action for selected remote.\r\n* Fix the issue that sync-scrolling in side-by-side text diff view does not work while dragging mouse out of the scrollbar's area.\r\n* **macOS**: Fix the issue that single-clicking titlebar should not maximize/restore the window on macOS\r\n* **macOS**: Add hotkey `⌘+H` to hide this app on macOS\r\n* **macOS**: Fix the issue that dragging & dropping operation crashes this app.\r\n* Add built-in parameter `${BRANCH_FRIENDLY_NAME}` for custom actions and change the `${BRANCH}` to pure name of selected branch.\r\n* **Windows**: Fix the issue that `Open in Terminal` from `Welcome` page may crash this app.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @Mingun made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1704\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.30...v2025.31"
55
}

0 commit comments

Comments
 (0)