Skip to content

Commit b5e7af7

Browse files
committed
update: Release 2025.40
Signed-off-by: leo <longshuang@msn.cn>
1 parent 835cc71 commit b5e7af7

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.39",
3-
"name": "2025.39",
4-
"body": "## What's Changed\r\n\r\n* Rewrite the way to load commit message for in-progress action (rebase/revert/cherry-pick/merge).\r\n* Supports to edit branch's description and show it in branch's tooltip.\r\n* Upgrade `AvaloniaUI` to `11.3.9`.\r\n* Always turn off `--color=<when>` and `--ext-diff` when calling `git diff` command.\r\n* Add `Use fixed tab width in titlebar` option in `Preferences` back.\r\n* Respect `$BROWSER` env on Linux.\r\n* Only auto-track remote branch after creating branch when the created branch's name matches the remote one.\r\n* Add `Open File` command palette to open repo's file (only committed files) with default editor.\r\n* Fix the issue that wrong alpha while reading `.dds` and `.tga`.\r\n* Upgrade to .NET 10 and change the minimal supported macOS version to `13.0`.\r\n* Add `Checkout Local Branch` command to repository's command palette.\r\n* Auto-update submodules after merging.\r\n* Use `--ignore-space-change` instead of `--ignore-all-space` while diffing with `Ignore Whitespace Changes` option enabled.\r\n* Auto-scroll to the first changed hunk when selecting file to diff.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @jcorbalanm made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1936\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.38...v2025.39"
2+
"tag_name": "v2025.40",
3+
"name": "2025.40",
4+
"body": "## What's Changed\r\n\r\n* Use different icons for `annotated` and `lightweight` tags in tags list/tree.\r\n* Enable word wrapping in `Edit Branch's Description` popup.\r\n* Always use hunk-based patching while staging/unstaging/discarding partial changes in a file.\r\n* Fix the issue that `Block Navigation` in side-by-side diff view does not work correctly.\r\n* Keep navigation state after toggling `Show All Lines` or view mode in text diff view.\r\n* Add `Refresh` context menu to the tab in launcher's tabbar.\r\n* Ignore all exceptions in background auto-fetching.\r\n* **Windows**: Supports Windows 11's snap layout feature while hovering the maximize button.\r\n* Add `Move to Workspace` context menu to the tab in launcher's tabbar.\r\n* Add context menu item `Fixup into Parent` for HEAD commit.\r\n* `Fixup` action in `Interactive Rebase` window will not append message to the target commit.\r\n* Allows to specify startup options for external shell/terminal.\r\n* Supports to customize diff/merge options for external diff/merge tool.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.39...v2025.40"
55
}

0 commit comments

Comments
 (0)