What's Changed
- Upgrade
AvaloniaUI
to 11.2.2 - Fix the issue that
Goto prev/next change
did 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-list
does not support--decorate-refs-exclude
parameter. - 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=false
when rungit diff
command 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
CONTINUE
button toSplitButton
to 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