Download Latest Version GitDesktop_0.12.2_x64_en-US.msi (20.3 MB) Google Add to Preferred Sources
Home / v0.2.3
Name Modified Size InfoDownloads / Week
Parent folder
latest.json 2026-07-15 10.3 kB
GitDesktop_universal.app.tar.gz.sig 2026-07-15 408 Bytes
GitDesktop_universal.app.tar.gz 2026-07-15 33.3 MB
GitDesktop_0.2.3_universal.dmg 2026-07-15 32.5 MB
GitDesktop_0.2.3_x64-setup.exe.sig 2026-07-15 420 Bytes
GitDesktop_0.2.3_x64-setup.exe 2026-07-15 11.8 MB
GitDesktop_0.2.3_x64_en-US.msi.sig 2026-07-15 420 Bytes
GitDesktop_0.2.3_x64_en-US.msi 2026-07-15 17.2 MB
GitDesktop_0.2.3_amd64.AppImage.sig 2026-07-15 424 Bytes
GitDesktop_0.2.3_amd64.AppImage 2026-07-15 94.5 MB
GitDesktop-0.2.3-1.x86_64.rpm.sig 2026-07-15 420 Bytes
GitDesktop-0.2.3-1.x86_64.rpm 2026-07-15 18.8 MB
GitDesktop_0.2.3_amd64.deb.sig 2026-07-15 416 Bytes
GitDesktop_0.2.3_amd64.deb 2026-07-15 18.8 MB
GitDesktop v0.2.3 source code.tar.gz 2026-07-15 5.4 MB
GitDesktop v0.2.3 source code.zip 2026-07-15 6.1 MB
README.md 2026-07-15 3.7 kB
Totals: 17 Items   238.5 MB 0

Changed

  • The MCP list_pull_request_comments tool and the AI PR review now emit leaner comment payloads, omitting always-empty default fields (avatar URL, state, permalink, minimized flags, and review id) from each comment and review thread — the same JSON both consumers read, so agent runs and reviews spend fewer tokens on empty fields.
  • Remote (HTTP) MCP servers now surface the same allowed-hosts affordance as custom AI provider URLs: the add/edit dialog shows an advisory note under a URL whose host isn't on your AI allowlist, with a one-click Allow host, and the MCP servers list flags such a server with a host not allowed badge. It's advisory only — nothing is blocked or disabled, and existing servers keep working — a reminder that the CLI connects to that host outside GitDesktop's AI host allowlist.
  • Merging a pull request in the app now kicks off a background fetch (with prune) right after the merge succeeds, so branches, ahead/behind counts, and history reflect the merge immediately instead of staying stale until you click Fetch. On a merge that deletes the head branch, the prune also drops the now-stale remote-tracking ref.

Fixed

  • The blame view now announces as a structured list to screen readers, so each line is read as an item with its position (line 12 of 340) instead of an unstructured run of text.
  • History commit avatars now fall back to a GitHub author's real avatar instead of their initials when their commit email isn't a GitHub no-reply and has no Gravatar — resolved in a batch from the recent-commits window for GitHub repos.
  • Jira project admins can now edit and delete other people's worklogs and comments from the issue view — GitDesktop previously only offered those actions on your own entries, even when your Jira role held the project-wide edit/delete permissions.
  • MCP servers scoped to "this repo" — and the per-repo On/Optional/Off overrides of global servers — are now shared across the repo's worktrees, so a server you scoped or tuned in one checkout is offered in its sibling worktrees too. Existing entries keep working and migrate to the shared key the next time you edit them.
  • The merge-method menu on a GitHub pull request now respects the repository's own merge settings: a method disabled in the repo (allow merge commit / squash / rebase) is shown greyed out as "disabled in repository settings" instead of failing with a raw error only after you open the confirm dialog and click Merge. When no method is enabled by both the repository settings and your branch rules, the Merge button is disabled with an explanation.
  • The GitHub Pages Enforce HTTPS toggle is now disabled while a custom domain's TLS certificate is still being issued, with a note explaining why — so you no longer see a raw GitHub error when you flip it too early. It also calls out when certificate provisioning has failed so you can fix the domain's DNS.
  • The repository filter list (welcome screen and repo switcher) now exposes its keyboard highlight to screen readers as a proper combobox/listbox, announcing the focused repository as you arrow through the results.
  • Empty gd-review-* worktree folders no longer leak into the temp directory: the review-worktree cleanup now retries the folder delete past a transient Windows file-handle race, and any leftover empty husks are swept on startup.
  • The repository list's owner, provider, and visibility/fork badges are now shared across a repo's worktrees: a probe from any checkout updates every entry for the same underlying repository, so sibling worktrees no longer show divergent grouping or badges.
Source: README.md, updated 2026-07-15