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* 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"
2
+
"tag_name": "v2026.02",
3
+
"name": "2026.02",
4
+
"body": "## What's Changed\r\n\r\n* Use `git reset --hard` instead of `git reset HEAD --hard` to discard all local changes (avoid git errors while running in an empty repo).\r\n* Fix the issue that app crashed while switching blaming revision with renamed file.\r\n* Support to select the solution file to be opened while opening repo in `Visual Studio`.\r\n* Remove the `Traverse submodules recursively` option in `Update Submodule` popup (because auto-updating submodules after `checkout/merge/pull` will always enable `--recursive` option).\r\n* Support to use `<SOURCEGIT> --blame <FILE>` to launch `SourceGit` as `Blame` viewer.\r\n* Add a new repository settings to ask user before auto-updating submodules.\r\n* Refresh repo after files under `$GIT_DIR/reftable/` dir changed.\r\n* Add a `RESOLVE` button in conflict alert banner.\r\n* Add a checkbox to toggle `-w` (ignore whitespace changes) while blaming a file.\r\n* Update project dependencies\r\n - `AvaloniaUI` to `11.3.11`\r\n - `AvaloniaEdit` to `11.4.0-rc1`\r\n - `TextMateSharp` to `2.0.2`\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @ramonmelo made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1831\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2026.01...v2026.02"
0 commit comments