Skip to content

Commit 835cc71

Browse files
committed
update: Release 2025.39
Signed-off-by: leo <[email protected]>
1 parent 812fc3d commit 835cc71

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.38",
3-
"name": "2025.38",
4-
"body": "## What's Changed\r\n\r\n* Fix the issue that closing a repo which is already deleted in filesystem will crash this app.\r\n* Add hotkey `Ctrl+Shift+P/⌘+⇧+P` to open repository command palette.\r\n* Supports to use `Tab` to navigation focus in command palette.\r\n* Add `File` scope and built-in variable `${FILE}` for custom actions.\r\n* Rewrite interactive-rebase workflow.\r\n* Rewrite the commit message editor control.\r\n* Supports to open file with detected external editors.\r\n* Supports to unlock all files that locked by current user in `LFS Locks` window.\r\n* Supports to use CLI command `<SOURCEGIT_EXECUTABLE> --file-history <FILE_PATH>` to view given file history only.\r\n* **BREAKING CHANGE:** Save history filters into `$GIT_DIR/sourcegit.filters` to support different filters between worktrees.\r\n* User's input for commit searching will be remained until repo is closed.\r\n* Change `Conventional Commit Message Helper` window from modal dialog to normal.\r\n* Remove invalid filter after deleting branch/tag.\r\n* Fix the issue that the last line without a newline at end of file can not be discard.\r\n* Load commit message after cherry-picking another commit with `-n` option.\r\n* Several other UI/UX changes.\r\n\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.37...v2025.38"
2+
"tag_name": "v2025.39",
3+
"name": "2025.39",
4+
"body": "## What's Changed\r\n\r\n* Rewrite the way to load commit message for in-progress action (rebase/revert/cherry-pick/merge).\r\n* Supports to edit branch's description and show it in branch's tooltip.\r\n* Upgrade `AvaloniaUI` to `11.3.9`.\r\n* Always turn off `--color=<when>` and `--ext-diff` when calling `git diff` command.\r\n* Add `Use fixed tab width in titlebar` option in `Preferences` back.\r\n* Respect `$BROWSER` env on Linux.\r\n* Only auto-track remote branch after creating branch when the created branch's name matches the remote one.\r\n* Add `Open File` command palette to open repo's file (only committed files) with default editor.\r\n* Fix the issue that wrong alpha while reading `.dds` and `.tga`.\r\n* Upgrade to .NET 10 and change the minimal supported macOS version to `13.0`.\r\n* Add `Checkout Local Branch` command to repository's command palette.\r\n* Auto-update submodules after merging.\r\n* Use `--ignore-space-change` instead of `--ignore-all-space` while diffing with `Ignore Whitespace Changes` option enabled.\r\n* Auto-scroll to the first changed hunk when selecting file to diff.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @jcorbalanm made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1936\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.38...v2025.39"
55
}

0 commit comments

Comments
 (0)