You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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"
0 commit comments