Skip to content

2025.10

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 01:50
· 468 commits to master since this release
v2025.10
7581d76

What's Changed

  • Upgrade AvaloniaEdit to 11.2.0.
  • Add syntax highlighting for JavaServer Pages (*.jsp, *.jspf).
  • Fix the issue that git rev-list raises errors with Show children in the commit details panel enabled after selected a commit in HISTORY 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

Full Changelog: v2025.09...v2025.10