Skip to content

Commit 42548ba

Browse files
committed
update: Release 8.45
1 parent 8968b6a commit 42548ba

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": "v8.44",
3-
"name": "Release 8.44",
4-
"body": "## What's Changed\r\n* Mitigating the issue that the tooltip panel of commit hash not closing correctly\r\n* Use `[$workspace] $repo_name ($repo_path)` as main window's title.\r\n* Support using `-p:DisableUpdateDetection=true` in `dotnet publish` command to disable the built-in `Update Detection` feature.\r\n* Rename `dotnet publish` command option `-p:SourceGitNoAot=true|false` to `-p:DisableAOT=true|false`.\r\n* Use the real git command option as tooltip of some checkboxes.\r\n* Change the regex to detect commit hash in commit message to `\\b([0-9a-fA-F]{10,40})\\b`.\r\n* Remember the last `--force` option check state in `Fetch` popup.\r\n* Remember the repository sidebar state.\r\n* Remember the `INCLUDE UNTRACKED FILES` toggle state in `LOCAL CHANGES`.\r\n* Ignore `refs/*/HEAD` when query refs those contains given commit.\r\n* Upgrade `Avalonia` to `11.2.3`\r\n* Upgrade `TextMateSharp` to `1.0.65`\r\n* Wrap commit refs in `INFORMATION` page when name of ref is too long.\r\n* Support using `Warp` terminal on macOS.\r\n* Fix wrong text trimming position in commit change list.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @wl2776 made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/827\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.43...v8.44"
2+
"tag_name": "v8.45",
3+
"name": "Release 8.45",
4+
"body": "This is the last version for 2024. Happy New Year to everyone!\r\nFrom Jun 2025, `SourceGit` will use the new version format `${YEAR}.${BUILD_NUM}`.\r\n\r\n## What's Changed\r\n\r\n* Remove invalid expanded branch node records in repository's settings.\r\n* **Windows:** Supports using `-p:EnablePortable=true` in `dotnet publish` command to publish a portable version.\r\n* Fix the issue that error occurs while using `WinMerge` as external diff tool with `Single instance mode` enabled.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.44...v8.45"
55
}

0 commit comments

Comments
 (0)