- Make loading screen draggable.
- Show a notification when a PR branch becomes out of of date with base branch.
- Show a notification when a status check in PR fails.
- Bugfix: Update PR status check durations properly.
- New more detailed checks UI.
- Tooltips shown on hover on various UI elements to provide more information.
- Bugfix: Handle GitHub commit status where a build is terminated.
- Sort GitHub checks/statuses by start/creation time.
- While rebasing, if possible, automatically fix conflicts in
yarn.lock
and.pnp.cjs
by running yarn.
- Bugfix: Pop stash, if any, after failed rebase.
- Show whether PR has conflicts or is mergeable.
(
MergeableState
) - Like the new mergeable status, show "Up to date" and "Out of date" as new badge-style element.
- Use homebrew (and hopefully newer than the mac default) version of git, if available.
- New custom title bar with separate loading indicator.
- UI polish.
- Update pull requests on window focus.
- Use GitHub Enterprise specific URL in API key onboarding screen, if applicable.
- Rebase in locally checked out version of the branch, as opposed to in detached HEAD.
- When quitting, save the last opened repo to be opened in next start.
- Initial release