Skip to content

Commit 2c81612

Browse files
committed
update: Release 8.43
1 parent 6c765b3 commit 2c81612

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.42",
3-
"name": "Release 8.42",
4-
"body": "## What's Changed\r\n\r\n* Revert the changes about `SystemAccentColor`\r\n* Allows using `Amend` while rebasing.\r\n* Supports search revision files.\r\n* **Linux:** Publish RPM/DEB packages to `Buildkite`.\r\n* Rewrite the relative time calculation for commit's author/committer time.\r\n* Show track status in `Delete Branch` and `Delete Multiple Branches` panel if possible.\r\n* Fix the issue that NRE crash due to disposing `_settings` before `_autoFetchTimer`.\r\n* Supports `Block-Navigation` in text diff view.\r\n* Several other UI/UX changes.\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.41...v8.42"
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"
55
}

0 commit comments

Comments
 (0)