What's Changed
- Improve the commit detail panel performance and memory usage.
- Add
${pure_files}and${pure_files:N}built-in variables to output file names without dir in commit template. - Fix the issue that scanning repositories does not work when both global and workspace default clone dirs are not configured.
- Supports to use
Zedas external editor on Windows. - Using monospace font in text-editor only by default and remove it from
Preferenceswindow. - Using fixed tab-width in title bar by default and remove it from
Preferenceswindow. - Supports to create pull request with selected branch or its upstream.
- Supports to push to a custom (new) remote branch.
- Use
git-bash.exeinstead ofbin/bash.exewhen choosingGit Bashon Windows. - Change the hotkey to open workspace switcher from
Ctrl+Shift+P/⌘+⇧+PtoCtrl+Alt+P/⌘+⌥+P. - Supports to copy full message from multiple selected commit in
HISTORY. - Rewrite the way to query
git-lfslocks. - Supports to go to previous revision (not in undo/redo history, but the file itself) in
Blameview. - Add
Korean(ko_KR) translations. - Allows to customize conventional commit types (pre-repo) in
Repository Configurationwindow. - Enable multiple-selection for
Changes Detail/Stash Changes/Branch Compare/Revision Compare. - Show repo's status in
Welcomepage. - Linux: Supports to find
zedorzeditorfromPATHor~/.local/bin. - Rewrite the way to load commit message from
.git/MERGE_MSGor.git/rebase-merge/messagewhen there is some operation in progress. - Show original pick-order of commits in
Interactive Rebasewindow. - Allows to re-order multiple commits in
Interactive Rebasewindow. - Upgrade
AvaloniaUIto11.3.8. - Rewrite
Ctrl+P/⌘+Pfeature to allow opening another repo from it. - Several other UI/UX changes.
New Contributors
- @Junhyung-Choi made their first contribution in #1864
Full Changelog: v2025.36...v2025.37