Release 8.43
What's Changed
- Add
Ctrl+N/⌘+N
hotkey to clone new repository. - Rewrite the
IN-PROGRESS
banner- Remove the
RESOLVE
button, since user can switch toLOCAL CHANGES
page directly - Add a
SKIP
button in banner whilecherry-pick
orrebasing
is in progress. - Always hide
COMMIT & PUSH
button when there's some in-progress action. - Shows the head commit while
cherry-pick
is in progress. - Shows the head commit while
revert
is in progress. - Shows the stopped at commit while
rebase
is in progress. - Shows the source branch/tag/commit in banner while
merge
is 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
--theirs
or--mine
while 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
FullMessage
missing line-endings inInteractive Rebase
window. - 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