Skip to content

Commit f65d9e4

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

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.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"
2+
"tag_name": "v2025.32",
3+
"name": "2025.32",
4+
"body": "## What's Changed\r\n\r\n* Rewrite text diff view and `Block-Navigation` is the only way to jump between changes.\r\n* Auto-update current highlighted block in `Block-Navigation` after caret position changed.\r\n* Supports to open `LOCAL CHANGES` page by default (`Preferences`).\r\n* Fix the issue that text diff view did not update after `Ignore All Whitespace Changes` toggle state changed.\r\n* Supports to clear commit message input history.\r\n* Supports to open selected file with default editor in `CHANGES` tab in commit details view.\r\n* Cancel the running refreshing task when a new same task is started.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.31...v2025.32"
55
}

0 commit comments

Comments
 (0)