Skip to content

Commit 9fae30b

Browse files
committed
update: Release 2025.17
1 parent efd6e90 commit 9fae30b

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.16",
3-
"name": "2025.16",
4-
"body": "## What's Changed\r\n\r\n* Fix the issue that popup running animation did not update after swtiching back from another page.\r\n* Wait for a while before closing the popup after current branch changed.\r\n* Git command log window is resizable now.\r\n* Fix the issue that empty dialog shows when generating commit message with AI.\r\n* Do not try to stash submodule changes before pull/checkout/create branch.\r\n* Show command running time in logs window.\r\n* Parse urls in commit message.\r\n* The `Ignore all whitespace changes` toggle button is always visible now.\r\n* Add dirty (has local changes or has pending pull/push commits) state indicator to repository tab.\r\n* Quit application after main window has been closed.\r\n* Fix the issue that `Add entries to gitignore` over context menu may append the new entry to the last one.\r\n* Supports to search commits by change (diff) content.\r\n* Supports to re-order workspaces.\r\n* Fix the issue that commit subject may have duplicated strings when there are multiple issue tracker rules.\r\n* Fix the issue that commit detail panel is overlapped by history panel when resizing columns.\r\n* Supports to close repositry configuration window by pressing `ESC`.\r\n* Add `Meld` as an option for external merge tool on Windows.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @alensiljak made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1269\r\n* @broknecho made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1275\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.15...v2025.16"
2+
"tag_name": "v2025.17",
3+
"name": "2025.17",
4+
"body": "## What's Changed\r\n\r\n* Do not override `core.autocrlf` while reading file diff.\r\n* Make `--recurse-submodule` optional while trying to checkout branch.\r\n* Log exceptions raised by running popup.\r\n* Rewrite `Open in External Tools` and support to visit remote repository in browser.\r\n* Support to sort branch by committer date.\r\n* Fix the issue that the offset of commit graph may not look right on some devices (related to screen DPI).\r\n* Supports to enable `--squash` and `--push` option while finishing git-flow branch.\r\n* Rewrite the way to checkout/create branch.\r\n* Rewrite the way to discard selected/all local changes.\r\n* Add `kitty` as an option for external terminal for macOS/Linux users.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @BlownIntoSpace made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1300\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.16...v2025.17"
55
}

0 commit comments

Comments
 (0)