Skip to content

Commit c22437e

Browse files
committed
update: Release 2025.18
1 parent 9fae30b commit c22437e

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.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"
2+
"tag_name": "v2025.18",
3+
"name": "2025.18",
4+
"body": "## What's Changed\r\n\r\n* Fix the issue that window border is too thin on special screens.\r\n* Force using `--no-sign` to ignore `tag.gpgsign` configuration while creating lightweight tag.\r\n* Distinguish between `lightweight` tags and `annotated` tags in tooltip.\r\n* Fix the issue that filtering with local branch should not include its gone upstream.\r\n* Fix the issue that missing submodules that have merge conflicts in `SUBMOUDLES` list.\r\n* Show branches count in branch tree.\r\n* Show tags count in tags tree.\r\n* Supports to show submodules as tree, and new style for tooltip of submodule.\r\n* Add hotkey `Ctrl+D/⌘+D` to view diff in external diff/merge tool.\r\n* Rewrite the way to generate default avatar for users.\r\n* **BREAKING CHANGE**: change the hotkey to open `Preferences` window to `Ctrl+,/⌘+,`\r\n* Add hotkey `Ctrl+Shift+P/⌘+⇧+P` to open workspaces switcher.\r\n* Add hotkey `Ctrl+P/⌘+P` to open tabs switcher.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @martinsmith1968 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1314\r\n* @popara96 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1328\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.17...v2025.18"
55
}

0 commit comments

Comments
 (0)