What's Changed
- Show changed line summary in diff view
- Allow to disable
Micaeffect on Windows 11 by adding"UseMicaOnWindows11" = falsein custom theme overrides. - Add hotkey
Ctrl+B/⌘+Bto create a new branch and removeCreate Branchbutton from repository's toolbar. - Support git
SHA-256format object hash. - Improve preformance of creating/renaming/switching local branch.
- Support remote url with whitespace while cloning.
- Run checking out directly when all the local changes are new files.
- Fix the data-race issue when trying to search commit before the previous searching request done.
- Add a dropdown button to quick switch remote's (include submodule's) URL between
HTTPSandSSHprotocol. - Allow to use
--3wayoption inApplypopup. - Try to fix the issue that sometimes local changes did not update.
- Add
Do Nothingoption back when trying to checkout another branch with uncommitted local changes. - Hide the row of dealing with local changes when there are no local changes at all.
- Rewrite AI-based commit message generation.
- Rewrite the command to get staged changes with
--amendoption enabled. - Rewrite the way to get current branch info for repository management page.
- Several other UI/UX changes.
New Contributors
- @geviraydev made their first contribution in #2194
- @CrabNickolson made their first contribution in #2200
- @Saibamen made their first contribution in #2209
Full Changelog: v2026.06...v2026.07