What's Changed
- localization: update Spanish translation by @jjesus-dev in #2329
- Align source revision in about dialog by @ChiahongHong in #2331
- localization: update Russian translate by @AquariusStar in #2332
- fix: remove duplicate branch when overwriting existing branch by @gadfly3173 in #2345
- Do not disable
thinking modebut sendreasoning_contentback to the OpenAI service when it is available - Remember selection in
HISTORYpage when it contains less than 21 commits - Add a context menu entry
Copyto selectedREFin commit's details panel. - Add a new context menu
Compare with <upstream>to compare selected branch with its upstream directly - Add a new checkbox in
Preferences > GITto useStash & Reapplyby default when checking-out or merging branches. - Better left/right arrow key navigation in change/file tree view.
- Clean up related files on abort rebasing.
- Trim block-code markdown identifiers in AI response.
- Allow searching for remote branches in
Pull/Push. - Prefill commit message manually when cherry-picking multiple commits with
-n -x - Add hotkey
F2to rename selected local branch - Add a new commandline
--history <FILE_OR_DIR>and remove the old one--file-history <FILE_PATH> - Support to open history details panel in a separate window
- Support to collapse commit details panel (only available with vertical layout). Hotkey:
Ctrl+J/⌘+J - Support to open commit details panel in a separate window in
Interactive Rebasedialog - Support
--no-verifyoption to bypass thepre-rebasehook while rebasing. - Fallback
${BRANCH}and${BRANCH_FRIENDLY_NAME}to current local branch when scope is not branch while executing custom action. - Add global hotkey Ctrl+` to open terminal.
- Show left/right only commits in
Comparewindow - Support to disable the
Fetch available model-ids automaticallyfeature and specify the model-id directly. - Rewrite the highlighting in graph
- Upgrade
Avaloniato11.3.15 - Several other UI/UX changes.
Full Changelog: v2026.10...v2026.11