What's Changed
- Rewrite the way to load commit message for in-progress action (rebase/revert/cherry-pick/merge).
- Supports to edit branch's description and show it in branch's tooltip.
- Upgrade
AvaloniaUIto11.3.9. - Always turn off
--color=<when>and--ext-diffwhen callinggit diffcommand. - Add
Use fixed tab width in titlebaroption inPreferencesback. - Respect
$BROWSERenv on Linux. - Only auto-track remote branch after creating branch when the created branch's name matches the remote one.
- Add
Open Filecommand palette to open repo's file (only committed files) with default editor. - Fix the issue that wrong alpha while reading
.ddsand.tga. - Upgrade to .NET 10 and change the minimal supported macOS version to
13.0. - Add
Checkout Local Branchcommand to repository's command palette. - Auto-update submodules after merging.
- Use
--ignore-space-changeinstead of--ignore-all-spacewhile diffing withIgnore Whitespace Changesoption enabled. - Auto-scroll to the first changed hunk when selecting file to diff.
- Several other UI/UX changes.
New Contributors
- @jcorbalanm made their first contribution in #1936
Full Changelog: v2025.38...v2025.39