Skip to content

GitDesktop v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:50

Fixed

  • Auto re-review (pr-sync) automations now fire even when the repository isn't
    the one currently open — GitDesktop keeps watching recent repositories that
    have a re-review rule, so pushing and switching repos no longer delays the
    review until you switch back.
  • macOS: GitHub and Git are found when launched from Finder or the Dock. A
    GUI launch doesn't inherit your shell's PATH, so a Homebrew-installed gh or
    git used to read as "not found" everywhere except the About screen — breaking
    clone, pull requests, issues, and other GitHub features. GitDesktop now finds
    these tools the same way the About screen already did.
  • Creating a local PR from an agent session or the Compare tab no longer leaves
    the dialog stuck open (and impossible to close) after the PR is created — the
    app now switches to the new PR with the dialog closed, as intended.