You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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"
0 commit comments