What's Changed
- fix: escape BRE special characters when selecting author from suggestions by @JC-Chung in #2494
- fix: let the diff view wake up before its first curtain call by @gadfly3173 in #2496
- fix: null check for RevisionFileSearchSuggestion on key down by @JC-Chung in #2501
- fix: prevent crash in Chart.Render when repository has no commits by @JC-Chung in #2504
- fix: hide file manager and terminal options for invalid repositories by @JC-Chung in #2503
- localization: update Spanish translation by @jjesus-dev in #2510
- localization: update Russian translate by @AquariusStar in #2514
- Add .tss to .gitignore by @ghiboz in #2520
- localization: update Traditional Chinese translations by @ChiahongHong in #2526
- Move recent commit messages from repository settings to ui-states.
- Fix the issue that
core.commentChardoes not allow more than one ASCII characters withgit < 2.45.0 - Make groups listbox larger and auto-select the
ROOTgroup by default inMove Repository Nodepopup. - Change the hotkey to clone remote repository to
Ctrl/⌘+R(R means remote) - Change the hotkey to open local repository to
Ctrl/⌘+L(L means local) - Add hotkey
Ctrl/⌘+Nto open details panel (in HISTORY page) in a seperate window - Fix the issue that user can not choose private SSH key (without extension) on Linux.
- Support to use
Ctrl/⌘+Wto close sub-windows - Fix the issue that diff view did not update when selecting a new unstaged submodule and another file.
- Use a single command to query revision info of submodule change.
- Several other UI/UX changes.
Full Changelog: v2026.14...v2026.15