Release 8.35
What's Changed
- Add an option to enable
-xparameter ingit cherry-pickcommand. - Add supports to cherry-pick a merge commit.
- Fix the issue that
${files:N}parameter in commit template will always be replaced with the first change path. - macOS: read
PATHenvironment fromzshat startup. - Rewrite commit decorators (refs) renderer.
- Upgrade AvaloniaUI to
11.1.4. - Use bold font for
keywordsprefix in commit subject, such as[Module Name],feat(xxx):,fix:, etc. - Hover on an annotated tag will display the message of it.
- Add context menu for selected change in stashes page.
- Force enable the
--patchparameter ingit diffcommand. - Auto open suggestion popup after the search commit method has been changed to
File. - Add a toggle button to enable
--reflogwhen query history commits. - Add a built-in conventional commit message generator.
- Supports escaped remote URL.
- Enable
-uoption while staging all changes without untracked files. - Mark deleted repository and auto remove it after re-scan default clone dir.
- Several other UI/UX changes.
Full Changelog: v8.34...v8.35