Skip to content

Commit a9223a6

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

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.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"
2+
"tag_name": "v2025.41",
3+
"name": "2025.41",
4+
"body": "Happy New Year!\r\n\r\n## What's Changed\r\n\r\n* Upgrade project dependencies\r\n - `AvaloniaUI` to `11.3.10`\r\n - `OpenAI` to `2.8.0`\r\n - `Azure.AI.OpenAI` to `2.8.0-beta.1`\r\n - `Pfim` to `0.11.4`\r\n* Supports `R16F` and `R32F` formats dds image.\r\n* Fix the issue that wrong diff command args for Xcode's `FileMerge`.\r\n* Hide `Customize merge message` on `Merge` popup when user selected `Squash` or `Don't commit` mode.\r\n* Auto-select the tracking branch after `Track remote branch` option is toggled while creating worktree.\r\n* **macOS**: Thanks [@ybeapps](https://github.com/ybeapps). `SourceGit` is now available in official `Homebrew Cask Repository` as signed packages.\r\n* Fix the issue that non-auto-hidden scrollbar overlaps contents.\r\n* Do not refresh commit details panel if current viewing commit does not change.\r\n* Auto-fetching will respect git configuration.\r\n* Fix the issue that launcher's title does not update on starup when last active page is the first one.\r\n* Auto-detect website protocol (HTTP or HTTPS) for remote with `git@<host>:<repo>` format.\r\n* Fix the issue that app will crash when `$GIT_DIR/pre-push` hook is a broken symlink.\r\n* Fix the issue that line-ending changed while staging/unstaging hunk.\r\n* Do not show repo's path in window title.\r\n* Starts filesystem watcher in another background thread to avoid UI blocking (also improving startup speed).\r\n* Fix the issue that app will crash while reading JetBrains ToolBox's `state.json`.\r\n* Always use `git add --pathspec-from-file=<pathspec>` instead of `git add .` because the second one cost too much time.\r\n* Auto update submodules (only initialized submodules) after running `checkout/create branch/merge/pull`.\r\n* Refresh submodules manually after running `update/de-init` submodule.\r\n* Fix the issue that worktree file status not updated.\r\n* Several other UI/UX changes.\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.40...v2025.41"
55
}

0 commit comments

Comments
 (0)