What's Changed
- localization: Add missing keys to French translation by @UchiTesting in #2355
- localization: update Spanish translation by @jjesus-dev in #2357
- localization: update Russian translate by @AquariusStar in #2378
- Hebrew translation by @Y-PLONI in #2383
- feature: allow search branches when adding a worktree by @Miqueas in #2394
- Update Russian Translation by @AquariusStar in #2405
- Show
Initialize Repositorypopup when opening a invalid git repository from commandline - Improve some git commands' performance.
- Use a custom resizer for width of
AUTHORcolumn inHISTORYpage and stores it in repository's UI state instead of the global layout info. - Fix the issue that pre-filled path filter in
Dir Historyis not converted to Unix-style path when launchingSourceGitwith cli<SOURCEGIT> --history <WINDOWS_STYLE_DIR> - Add a context menu
Copy SHAto selected commits inFile Historydialog. - Save bookmark and friendly name of unmanaged repository into
$GIT_DIR/sourcegit.node - Change built-in merge editor to non-modal dialog
- Supports to copy author/committer time
- Supports to compact branch names in commit graph
- Fix the issue that app crashes when opening context menu of a commit that contains invalid remote branch decorator
- Disable
Stashcontext menu for staged files whenAmendis enabled. - Render
fixup!,amend!andsquash!as keyword in commit subject. - Add
Assisted-by:to auto-completion strings in commit message box. - Fix the issue that keyboard navigation in diff viewer only work in the FIRST visited page that contains a diff viewer.
- Testing for merge and show result in
Mergepopup (requiresgit >= 2.38.0). - Testing for rebase and show result in
Rebasepopup (requiresgit >= 2.44.0). - Move
Merge <SOURCE> into <CURRENT>from submenu to the main context menu of selected commit - Cache loaded grammars and themes for syntax highlighting to reduce memory usage.
- Force show
HEADwhen there are only excluded filters and we are cherry-picking/merging/rebasing/reverting. - Several other UI/UX changes.
New Contributors
Full Changelog: v2026.11...v2026.12