What's Changed
- Upgrade
AvaloniaEdit
to11.2.0
. - Add syntax highlighting for JavaServer Pages (*.jsp, *.jspf).
- Fix the issue that
git rev-list
raises errors withShow children in the commit details panel
enabled after selected a commit inHISTORY
page. - Use
$GIT_COMMON_DIR
instead of trimming$GIT_DIR
manually for worktrees' filesystem watcher. - Support fast-forward only merge (
--ff-only
). - Show inner exception message if possible when check update failed.
- Fix the issue that layout horizontal does not work since 2025.9 after switching away from
HISTORY
page. - Allow to hide tags in commit graph.
- Show stash name instead of SHA, which is useless to users, in
STASHES
page. - Use
git stash show -u --name-status <stash_name>
to get changes in given stash if git >= 2.32.0 - Several other UI/UX changes.
New Contributors
- @ilianoKokoro made their first contribution in #1113
Full Changelog: v2025.09...v2025.10