Release 8.43
What's Changed
- Add
Ctrl+N/⌘+Nhotkey to clone new repository. - Rewrite the
IN-PROGRESSbanner- Remove the
RESOLVEbutton, since user can switch toLOCAL CHANGESpage directly - Add a
SKIPbutton in banner whilecherry-pickorrebasingis in progress. - Always hide
COMMIT & PUSHbutton when there's some in-progress action. - Shows the head commit while
cherry-pickis in progress. - Shows the head commit while
revertis in progress. - Shows the stopped at commit while
rebaseis in progress. - Shows the source branch/tag/commit in banner while
mergeis in progress.
- Remove the
- Re-design the conflict panel.
- Fix the issue that app will crash when font family name contains consecutive whitespace.
- Fix the issue that tags displays as branch while merging tag into current branch.
- Use friendly name instead of
--theirsor--minewhile resolving conflicts. - Supports self-hosted git server URL like
http[s]://localhost/xxx - Supports to merge selected commit to current branch.
- Supports to merge multiple branches/commits.
- Fix the issue that
FullMessagemissing line-endings inInteractive Rebasewindow. - Re-design notification/error message panel.
- Fix the issue that tag filter button was hidden behind the scroll bar.
- Several other UI/UX changes.
New Contributors
Full Changelog: v8.42...v8.43