Skip to content

Commit 8f560e0

Browse files
committed
update: Release 2025.26
Signed-off-by: leo <[email protected]>
1 parent 8e360c2 commit 8f560e0

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.25",
3-
"name": "2025.25",
4-
"body": "## What's Changed\r\n\r\n* Use `DataGrid` instead of `ListBox` to show history commits because `Grid.IsSharedSizeScope` sometimes not working.\r\n* **macOS:** Fix the issue that app crashes due to wrong hotkey bindings (`⌥` should be replaced by `Alt`).\r\n* Supports to show commit histories under selected folder.\r\n* Supports to use `ComboBox` input control in custom action.\r\n* Prefer to use default clone dir of current workspace while opening local repo.\r\n* Fix the issue that selecting custom shell/terminal may crash this app.\r\n* Fix the issue that deleting tag are triggered when pressing any key on selected tag.\r\n* Fix the issue that text diff view in commit detail panel may display wrong data when switching between repositories.\r\n* Respect git config `merge.ff` if user does not set `Preferred Merge Mode` in repository's configuration.\r\n* Supports to switch change display mode in `STASHES` page.\r\n* Fix the issue that `.gitmodules` does not shown in `LOCAL CHANGES` after it is modified.\r\n* Supports to change submodule's URL.\r\n* Supports to move selected submodule.\r\n* Supports to only update selected submodule.\r\n* Supports to see change history of selected submodule. \r\n* All modal dialogs can be closed using `ESC` key.\r\n* Add support for `Cursor AI` editor as external editor and merge/diff tool.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @Natan-Gorecki made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1478\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.24...v2025.25"
2+
"tag_name": "v2025.26",
3+
"name": "2025.26",
4+
"body": "## What's Changed\r\n\r\n* Add a few more hotkeys.\r\n* Supports to open `Blame` (HEAD-only) from selected local change.\r\n* Supports to open external merge/diff tool on selected local change.\r\n* Change the hotkey of `COMMIT & PUSH` to `Ctrl+Alt+Enter/⌘+⌥+Enter`.\r\n* Supports to apply selected stash by double-clicking.\r\n* Do not show end-of-line symbol in text diff view when `Show hidden symbols` enabled.\r\n* Prevent stage conflicted files\r\n* Detect `Visual Studio Preview` as external tool.\r\n* Supports `--autostash` on interactive rebase\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @oikku made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1541\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.25...v2025.26"
55
}

0 commit comments

Comments
 (0)