| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest.json | 2026-07-23 | 8.7 kB | |
| GitDesktop_0.5.2_universal.app.tar.gz.sig | 2026-07-23 | 408 Bytes | |
| GitDesktop_0.5.2_universal.app.tar.gz | 2026-07-23 | 35.0 MB | |
| GitDesktop_0.5.2_universal.dmg | 2026-07-23 | 34.1 MB | |
| GitDesktop_0.5.2_x64-setup.exe.sig | 2026-07-23 | 420 Bytes | |
| GitDesktop_0.5.2_x64-setup.exe | 2026-07-23 | 12.6 MB | |
| GitDesktop_0.5.2_x64_en-US.msi.sig | 2026-07-23 | 420 Bytes | |
| GitDesktop_0.5.2_x64_en-US.msi | 2026-07-23 | 18.1 MB | |
| GitDesktop_0.5.2_amd64.AppImage.sig | 2026-07-23 | 424 Bytes | |
| GitDesktop_0.5.2_amd64.AppImage | 2026-07-23 | 95.2 MB | |
| GitDesktop-0.5.2-1.x86_64.rpm.sig | 2026-07-23 | 420 Bytes | |
| GitDesktop-0.5.2-1.x86_64.rpm | 2026-07-23 | 19.6 MB | |
| GitDesktop_0.5.2_amd64.deb.sig | 2026-07-23 | 416 Bytes | |
| GitDesktop_0.5.2_amd64.deb | 2026-07-23 | 19.6 MB | |
| GitDesktop v0.5.2 source code.tar.gz | 2026-07-23 | 5.7 MB | |
| GitDesktop v0.5.2 source code.zip | 2026-07-23 | 6.4 MB | |
| README.md | 2026-07-23 | 1.3 kB | |
| Totals: 17 Items | 246.3 MB | 0 | |
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.