Skip to content

Commit dceed2d

Browse files
committed
update: Release 2025.11
1 parent 9e6782f commit dceed2d

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.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"
2+
"tag_name": "v2025.11",
3+
"name": "2025.11",
4+
"body": "## What's Changed\r\n* Upgrade `AvaloniaUI` to `11.2.6`.\r\n* Upgrade `OpenAI` and `Azure.AI.OpenAI` to `2.2.0-beta.4`.\r\n* Improve `SourceGit.ViewModels.Launcher.OpenRepositoryInTab` performance.\r\n* Do not create crash log for unobserved task exception.\r\n* Add `Azure DevOps` workitems issue tracker.\r\n* **Linux:** Show installed size in `DEB` package.\r\n* Improve font family name handling by collapsing multiple spaces.\r\n* Enable `--index` option for `git stash pop` command which will try to reinstate not only the working tree's change, but also the index's ones when choose `Stash & Reapply`.\r\n* Remove `Copy File Name` and add `Copy Full Path` for selected file or change.\r\n* Improve getting the email's hash code.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @IacopoSb made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1128\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.10...v2025.11"
55
}

0 commit comments

Comments
 (0)