Skip to content

Commit 8e360c2

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

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.24",
3-
"name": "2025.24",
4-
"body": "## What's Changed\r\n\r\n* Supports to add ignored file(s) locally (saved in `$GIT_DIR/info/exclude`).\r\n* Adds hotkeys to go to the prev/next/first/last change block in text diff viewer.\r\n* After clicking the `Navigate To HEAD` button in toolbar, the current local branch will be selected and scrolled into view.\r\n* Supports to scan workspace's default clone dir instead of the global default clone dir.\r\n* Supports to use input controls (`TextBox`/`Path Selector`/`CheckBox`) in custom action.\r\n* Supports to add custom action to selected tag.\r\n* Allows drag-drop of item (or folder) anywhere in repo-list of `Welcome` page.\r\n* Warn users when creating commit on a detached `HEAD`\r\n* Warn users when trying to checkout another branch with current HEAD (detached) not connected to any branches/tags.\r\n* Fix the issue that local repo name is mismatched after cloning `git-bundle` without specifying `Local Name`\r\n* Remember the main window position.\r\n* Fix the issue that searching commit with tree/file hash instead of commit never ends.\r\n* Several other UI/UX changes.\r\n\r\n## New Contributors\r\n* @mithom made their first contribution in https://github.com/sourcegit-scm/sourcegit/pull/1451\r\n\r\n**Full Changelog**: https://github.com/sourcegit-scm/sourcegit/compare/v2025.23...v2025.24"
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"
55
}

0 commit comments

Comments
 (0)