Release 8.35
What's Changed
- Add an option to enable
-x
parameter ingit cherry-pick
command. - 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
PATH
environment fromzsh
at startup. - Rewrite commit decorators (refs) renderer.
- Upgrade AvaloniaUI to
11.1.4
. - Use bold font for
keywords
prefix 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
--patch
parameter ingit diff
command. - Auto open suggestion popup after the search commit method has been changed to
File
. - Add a toggle button to enable
--reflog
when query history commits. - Add a built-in conventional commit message generator.
- Supports escaped remote URL.
- Enable
-u
option 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