Skip to content

Commit 8968b6a

Browse files
committed
update: Release 8.44
1 parent 2c81612 commit 8968b6a

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.43",
3-
"name": "Release 8.43",
4-
"body": "## What's Changed\r\n\r\n* Add `Ctrl+N/⌘+N` hotkey to clone new repository.\r\n* Rewrite the `IN-PROGRESS` banner\r\n - Remove the `RESOLVE` button, since user can switch to `LOCAL CHANGES` page directly\r\n - Add a `SKIP` button in banner while `cherry-pick` or `rebasing` is in progress.\r\n - Always hide `COMMIT & PUSH` button when there's some in-progress action.\r\n - Shows the head commit while `cherry-pick` is in progress.\r\n - Shows the head commit while `revert` is in progress.\r\n - Shows the stopped at commit while `rebase` is in progress.\r\n - Shows the source branch/tag/commit in banner while `merge` is in progress.\r\n* Re-design the conflict panel.\r\n* Fix the issue that app will crash when font family name contains consecutive whitespace.\r\n* Fix the issue that tags displays as branch while merging tag into current branch.\r\n* Use friendly name instead of `--theirs` or `--mine` while resolving conflicts.\r\n* Supports self-hosted git server URL like `http[s]://localhost/xxx`\r\n* Supports to merge selected commit to current branch.\r\n* Supports to merge multiple branches/commits.\r\n* Fix the issue that `FullMessage` missing line-endings in `Interactive Rebase` window.\r\n* Re-design notification/error message panel.\r\n* Fix the issue that tag filter button was hidden behind the scroll bar.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @nicekiwi made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/813\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.42...v8.43"
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"
55
}

0 commit comments

Comments
 (0)