2025.10
·
1317 commits
to master
since this release
What's Changed
- Upgrade
AvaloniaEditto11.2.0. - Add syntax highlighting for JavaServer Pages (*.jsp, *.jspf).
- Fix the issue that
git rev-listraises errors withShow children in the commit details panelenabled after selected a commit inHISTORYpage. - Use
$GIT_COMMON_DIRinstead of trimming$GIT_DIRmanually 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
HISTORYpage. - Allow to hide tags in commit graph.
- Show stash name instead of SHA, which is useless to users, in
STASHESpage. - 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