What's Changed
- fix: remove history filter only on successful remote branch deletion by @JC-Chung in #2533
- ux: show registering progress after scanning repositories by @JC-Chung in #2534
- localization: update Traditional Chinese translations by @JC-Chung in #2541
- localization: update Russian translate by @AquariusStar in #2549
- localization: complete Indonesian translations by @grikomsn in #2550
- fix: use DataDir hash in IPC pipe name to isolate instances with different data dirs by @JC-Chung in #2552
- fix: only start tab drag on left mouse button press by @gadfly3173 in #2554
- localization: update Spanish translation by @jjesus-dev in #2555
- Refactoring (related to PR #2474 code-review) by @goran-w in #2562
- localization: update Chinese translations by @JC-Chung in #2570
- fix: prefer exact match over suffix match when auto-selecting tracking branch for worktree by @weiningwei in #2569
- Update russian translate by @AquariusStar in #2571
- fix: account for amend when generating AI commit message by @gadfly3173 in #2573
- Support using
ESCto cancel confirm dialog - Prevent to scroll to last selected change when collapse/expand another folder in tree view mode
- Support to filter branch in
Statisticsdialog - Close
AIAssistantdialog immediately after applying the generated message - Fix the issue that there's an extra
CRmarker at the last line in text diff view if file-line-ending is\r\n - Support to choose the start point when starting
git-flowtopic branch - Better keyboard navigation in popup
- Support to collapse history filter bar.
- Re-design auto-check for new version.
- macOS: Support terminal
Otty,cmuxandmux0 - macOS: Support to use
open -a SourceGit <path>to open a repository from commandline - Fallback to
en_USwhenpreferences.jsoncontains an invalid locale key. - Drop support to show children in commit details panel. User can use
Alt/⌥ + Upto goto child commit. - Support to copy parent SHA on commit details panel.
- Add an option to enable
--forcewhen deleting multiple branches. - Enhanced conflict panel for binary files.
- Several other UI/UX changes.
New Contributors
- @weiningwei made their first contribution in #2569
Full Changelog: v2026.15...v2026.16