Skip to content

Commit 6c765b3

Browse files
committed
update: Release 8.42
1 parent 87ece9d commit 6c765b3

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.41",
3-
"name": "Release 8.41",
4-
"body": "## What's Changed\r\n\r\n* Upgrade `AvaloniaUI` to 11.2.2\r\n* Fix the issue that `Goto prev/next change` did not work for the first time user open text diff view.\r\n* Fix the issue that using an empty space for font family will crash this application.\r\n* Fix the issue that `git rev-list` does not support `--decorate-refs-exclude` parameter.\r\n* Fix the issue that the way to deal with local changes did not update after checked radio changed in group.\r\n* Add translation for `Italiano`.\r\n* Use `-c core.autocrlf=false` when run `git diff` command to get the detail changes of selected file.\r\n* Supports to copy branch and tag name from the context menu of selected commit.\r\n* Fix the issue that hovering the commit link in commit message multiple times before the first time tooltip shows may cause `System.ArgumentException`.\r\n* Do NOT use `⌘` key to start fetch/pull/push/stash directly on macOS\r\n* Change the `CONTINUE` button to `SplitButton` to support editing/splitting original commit while rebasing.\r\n* Fix the issue that right clicking on SHA in commit message should not navigate to target commit.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @efremropelato made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/759\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.40...v8.41"
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"
55
}

0 commit comments

Comments
 (0)