Skip to content

Commit 86cbf40

Browse files
committed
update: Release 2026.03
1 parent 0a26470 commit 86cbf40

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

data/version.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
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"
2+
"tag_name": "v2026.03",
3+
"name": "2026.03",
4+
"published_at": "2026-02-09T02:15:16Z",
5+
"body": "## What's Changed\r\n\r\n* Add a icon (check mark) to indicate which side is HEAD in `Compare` window.\r\n* **Linux:** AppImages support portable `data` dir.\r\n* Support to clone with a local name that contains whitespaces.\r\n* Add a simple built-in conflicts resolving tool (built-in merger).\r\n* Rewrite the `Reset to This/Parent Revision` feature in commit details panel.\r\n* Add `Reset File(s) to <revision>` context menu entry to selected change(s) in revision compare view.\r\n* Add `Reset File(s) to <revision>` context menu entry to selected change(s) in refs compare window.\r\n* Keeps scroll offset after staging/unstaging/discarding selected hunk.\r\n* Support to create pull request to repos at `*.visualstudio.com`.\r\n* **Linux:** Move runtime datas from `~/.config/SourceGit` to `~/.sourcegit`.\r\n* Fix the issue that we get double EOLs while copying content with `CRLF` line-endings in diff view.\r\n* **BREAKING CHANGE:** Repository settings will be split into two parts\r\n - **Shared Settings:** Can be changed from `Repository Configure` window, and will be shared (also synced) between worktrees.\r\n - **UI States:** Such as history filters, branch/tag sort methods, etc. Each worktree has its own states.\r\n* Upgrade `AvaloniaEdit` to `11.4.1`.\r\n* Supports to hide `AUTHOR/SHA/DATETIME` columns in `HISTORY` page.\r\n* Always open child window in currently used screen.\r\n* Fix the issue that `gpg.ssh.allowedSignersFile` config did not work.\r\n* Add hotkey `Ctrl+Down/⌥+Down` to goto parent of selected commit in `HISTORY` page.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @m2u-84 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/2075\r\n* @vitorpc4 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/2087\r\n* @flipper made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/2085\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2026.02...v2026.03"
56
}

0 commit comments

Comments
 (0)