Release 8.41
What's Changed
- Upgrade
AvaloniaUIto 11.2.2 - Fix the issue that
Goto prev/next changedid not work for the first time user open text diff view. - Fix the issue that using an empty space for font family will crash this application.
- Fix the issue that
git rev-listdoes not support--decorate-refs-excludeparameter. - Fix the issue that the way to deal with local changes did not update after checked radio changed in group.
- Add translation for
Italiano. - Use
-c core.autocrlf=falsewhen rungit diffcommand to get the detail changes of selected file. - Supports to copy branch and tag name from the context menu of selected commit.
- Fix the issue that hovering the commit link in commit message multiple times before the first time tooltip shows may cause
System.ArgumentException. - Do NOT use
⌘key to start fetch/pull/push/stash directly on macOS - Change the
CONTINUEbutton toSplitButtonto support editing/splitting original commit while rebasing. - Fix the issue that right clicking on SHA in commit message should not navigate to target commit.
- Several other UI/UX changes.
New Contributors
- @efremropelato made their first contribution in #759
Full Changelog: v8.40...v8.41