What's Changed
- Make the
AI Assistantwindow non-modal dialog and resizable. - Fix the issue that auto-fetch feature does not work correctly.
- Rewrite
Open Local Repositoryfeature. And add hotkeyCtrl+Shift+O/⌘+⇧+Ofor it. - Allows to change group and bookmark when cloning repository.
- Auto-order
fixup!andsquash!commits when loading commits for interactive rebasing. - Allow hunk-based staging/unstaging/discard for non-UTF8 text changes.
- Supports to view detail changes of modified submodule (not available for new/uninited/deleted submodule).
- Fix the issue that app may take a long time to startup when you have some AI services configured.
- Remove
--pushoption which is not a valid parameter forgit-flow-next. Set as tracking branchshould be visiable when trying to push to a new remote branch.- Fix the issue that failed to stage/discard selected hunk with renamed files.
- macOS: Fix the issue that app crashes when quiting from
Dock. - macOS: Add
Hide Othersto app menu and correct the behaviour ofShow All. - Add
Local Branch SelectorandRemote Branch Selectorcontrol types for custom actions. - Replace
${BRANCH}with current branch name when the custom action's scope isRepository. - Add
String FormatterforTextBoxin custom action input control. - Several other UI/UX changes.
Full Changelog: v2026.08...v2026.09