Skip to content

GitDesktop v0.5.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 20:49

Fixed

  • The Settings API key field is now properly associated with its label, so
    screen readers announce the input and clicking the label text focuses it.
  • Opening the diff of a generated or minified file (a tsconfig.tsbuildinfo,
    minified bundle, or source map that is one enormous line) no longer freezes
    the app: such files show a generated or minified notice with one-click
    Show diff anyway, and extremely long lines are shortened for display in
    every diff view.
  • The fork badge, provider label, and Leave fork network row now appear on
    the first open after cloning a fork. Previously they could take a second open
    (or a visit to the repo list) to show up, and a repo's stored forge metadata
    briefly reset on every open.
  • A failed AI review notification is no longer a dead end: the Activity &
    notifications
    inbox row now says why the run failed, and an automated
    failure offers a one-click Re-run right from the row.
  • Stash selected files now captures only the files you selected.
    Previously any other staged changes were silently saved into the stash
    entry too (a git stash push -- <paths> limitation); your unselected staged
    and unstaged changes are now left exactly as they were.