Skip to content

Release 8.43

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 01:35
· 915 commits to master since this release
v8.43
0e37e01

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 to LOCAL CHANGES page directly
    • Add a SKIP button in banner while cherry-pick or rebasing 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.
  • 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 in Interactive 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