What's Changed
- Upgrade
AvaloniaUI
to 11.1.1 - Change minimal system requirement for macOS to
Big Sur (11.0)
- Add
-o StrictHostKeyChecking=accept-new
option toGIT_SSH_COMMAND
to automatically accept new connections. - Fix the issue that icons for
IntelliJ IDEA Ultimate
andIntelliJ IDEA Community
are missing. - Fix the issue that
ssh-askpass
not working in some cases. - Supports checking update with hotfix version.
- Supports swap between revisions in
Revision Compare
view. - Supports swap between branches in
Branch Compare
view. - Add a context menu entry for commit that copies
${SHA} - ${SUBJECT}
into clipboard. - Re-design the toolbar for repository, and add a control to display current branch on the right of toolbar.
- Allows to compile this project with
dotnet sdk 8.0.106
- Fix the issue that sometimes
%(refname:short)
for tags has an extratags/
prefix. - Fix the render issue about hightlight background of selected/detected chunk in text diff view.
- Re-write the behavior for
Update Submodule
- Fix the issue that sometimes branches not updated after changed.
- Supports fetch all branches of selected remote on pull.
- Supports character
/
in tag name. - Several UX/Theme changes.
Full Changelog: v8.22.1...v8.23