What's Changed
- Several UX/Theme changes.
- Add a toggle button to change the way of commit time displays in histories.
- Fix the issue that current branch node is collapsed by default.
- Git gc will enable the
--prune
parameter. - Supports stage/unstage/discard hunk in a file.
- Searching commits by message is case-insensitive.
- Searching commits by message or changed file now includes all branches.
- A new key
OpacityForNotMergedCommits
has been added to theme overrides schema to customize the opacity of commits that not belongs (haven't been merged) to the current branch in histories view. - Add a dot that indicates the state of commit that current branch ahead/behind its upstream in histories view.
- Allow
#
character in branch name.
Full Changelog: v8.21...v8.22