Skip to content

Commit 9e6782f

Browse files
committed
update: Release 2025.10
1 parent 4793a9b commit 9e6782f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tag_name": "v2025.09",
3-
"name": "2025.09",
4-
"body": "## What's Changed\r\n\r\n* **Windows:** Fix the issue that some external tools do not supports `/` as path delimitter.\r\n* Show commit info tip when hovering SHA in conflict view.\r\n* Force `English` locale while running `git` commands on Linux.\r\n* Supports configure global `Custom Action`.\r\n* Fix the issue that closing a repository on readonly drive crashes this app.\r\n* Fix the issue that `preferences.json` was saved after close some windows in design mode.\r\n* Rewrite `git` commands cancellation when changing preview commit very frequently.\r\n* Fix the issue that suggestion popups for file path did not hide (still shows in topmost mode) after window was deactived.\r\n* Fix the issue that the suggestion popups for file path did not show while searching commit by file path.\r\n* Improve loading time for `CHILDREN` in commit detail panel.\r\n* **Windows:** Fix the issue that window frame shadow is missing after restoring it from minimized on Windows 10.\r\n* Auto convert spaces with dashes while renaming a branch.\r\n* Rewrite the way to deal with uncommitted local changes when checkout/pull/create branch.\r\n - Remove `Do Nothing`.\r\n - Use `Stash & Reapply` as defaulted.\r\n* Fix the issue that app crashes when font family name starts with `,`.\r\n* Fix the issue that deleting branch on remote may also deletes tag with same name.\r\n* **macOS:** Add `/opt/homebrew/bin` and `/opt/homebrew/sbin` to `PATH` when the `~/Library/Application\\ Support/SourceGit/PATH` is not found.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @mphome made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1093\r\n* @ousugo made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1096\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.08...v2025.09"
2+
"tag_name": "v2025.10",
3+
"name": "2025.10",
4+
"body": "## What's Changed\r\n\r\n* Upgrade `AvaloniaEdit` to `11.2.0`.\r\n* Add syntax highlighting for JavaServer Pages (*.jsp, *.jspf).\r\n* 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.\r\n* Use `$GIT_COMMON_DIR` instead of trimming `$GIT_DIR` manually for worktrees' filesystem watcher.\r\n* Support fast-forward only merge (`--ff-only`).\r\n* Show inner exception message if possible when check update failed.\r\n* Fix the issue that layout horizontal does not work since 2025.9 after switching away from `HISTORY` page.\r\n* Allow to hide tags in commit graph.\r\n* Show stash name instead of SHA, which is useless to users, in `STASHES` page.\r\n* Use `git stash show -u --name-status <stash_name>` to get changes in given stash if git >= 2.32.0\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @ilianoKokoro made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1113\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.09...v2025.10"
55
}

0 commit comments

Comments
 (0)