Skip to content

Commit 15673db

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

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.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"
2+
"tag_name": "v2026.01",
3+
"name": "2026.01",
4+
"body": "## What's Changed\r\n\r\n* Do not auto-stash untracked files while doing `checkout/create branch/pull` with `Stash & Reapply` enabled.\r\n* Do not auto-stash untracked files while `drop/reword/squash/fixup` HEAD commit.\r\n* Set `core.untrackedCache=true` and `status.showUntrackedFiles=all` while querying local changes with untracked files.\r\n* Drop `Fleet` support.\r\n* Always try to navigate to selected commit in commit graph even if it is not changed in `Blame` window.\r\n* Make sure the executable file of external tool exists before opening it.\r\n* Supports to use `Ctrl + -/=` to zoom in/out window contents.\r\n* Fix the issue that the last line change may disable hunk operation in `side-by-side` diff.\r\n* Fix the issue that sometimes no local changes were shown.\r\n* Rewrites the ref comparison\r\n - Compare selected branch to worktree has been removed\r\n - User can compare selected branch/tag to any other branch/tag (not only HEAD)\r\n - User can compare selected two branch/tag\r\n* Supports pre-fill short description for custom conventional commit template.\r\n* Supports to exclude some external editors by the name displayed in `Open in <NAME>` dropdown menu.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.41...v2026.01"
55
}

0 commit comments

Comments
 (0)