Skip to content

Commit 87ece9d

Browse files
committed
update: Release 8.41
1 parent 3d167fd commit 87ece9d

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.40",
3-
"name": "Release 8.40",
4-
"body": "## What's Changed\r\n\r\n* Supports `--topo-order` when query commits for histories.\r\n* Add hotkeys for stage/unstage/discard block or selected lines in text diff view.\r\n* Rewrite commit templates.\r\n* Supports show child commits in commit details panel.\r\n* Enhanced histories filter\r\n - Enable `--decorate-refs-exclude=` option for excluded refs\r\n - The tracking remote branch will use the same filter mode when change the filter mode of local branches.\r\n - Add context menu to switch histories filter mode to selected commit\r\n* Use `user` instead of `system` role to support OpenAI's o1 series models and outputs the response body if AI chat fails.\r\n* Fix the issue that wired ordering when cherry-pick multiple commits\r\n* Fix the issue that the tooltip of parent SHA textblock in commit details panel is not closed properly.\r\n* Add `Save as Patch` context menu item to commit changes.\r\n* Improve repositories scanning.\r\n* Supports using local bare repository as remote.\r\n* **Linux:** Fix the issue that can not type characters with accent.\r\n* Supports `--force` option for `git fetch` command.\r\n* Fix the issue that the branch tree did not update after deleting multiple branches.\r\n* Use `--output=<file>` instead of `-o <dir>` for `git format-patch` command.\r\n* Better remote URL regex checking.\r\n* Add tooltip and context menu for commit SHA in commit message.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @mgarstenauer made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/731\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v8.39...v8.40"
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"
55
}

0 commit comments

Comments
 (0)