What's Changed
- Use
DataGrid
instead ofListBox
to show history commits becauseGrid.IsSharedSizeScope
sometimes not working. - macOS: Fix the issue that app crashes due to wrong hotkey bindings (
⌥
should be replaced byAlt
). - Supports to show commit histories under selected folder.
- Supports to use
ComboBox
input control in custom action. - Prefer to use default clone dir of current workspace while opening local repo.
- Fix the issue that selecting custom shell/terminal may crash this app.
- Fix the issue that deleting tag are triggered when pressing any key on selected tag.
- Fix the issue that text diff view in commit detail panel may display wrong data when switching between repositories.
- Respect git config
merge.ff
if user does not setPreferred Merge Mode
in repository's configuration. - Supports to switch change display mode in
STASHES
page. - Fix the issue that
.gitmodules
does not shown inLOCAL CHANGES
after it is modified. - Supports to change submodule's URL.
- Supports to move selected submodule.
- Supports to only update selected submodule.
- Supports to see change history of selected submodule.
- All modal dialogs can be closed using
ESC
key. - Add support for
Cursor AI
editor as external editor and merge/diff tool. - Several other UI/UX changes.
New Contributors
- @Natan-Gorecki made their first contribution in #1478
Full Changelog: v2025.24...v2025.25