| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Pixcode-1.33.7-amd64.deb | 2026-04-27 | 179.1 MB | |
| Pixcode-1.33.7-arm64.dmg | 2026-04-27 | 202.5 MB | |
| Pixcode-1.33.7-x64.dmg | 2026-04-27 | 207.1 MB | |
| Pixcode-1.33.7-x86_64.AppImage | 2026-04-27 | 235.2 MB | |
| Pixcode-Setup-1.33.7.exe | 2026-04-27 | 172.1 MB | |
| README.md | 2026-04-27 | 964 Bytes | |
| v1.33.7 -- Manual update check button + cache-busted version polling source code.tar.gz | 2026-04-27 | 2.5 MB | |
| v1.33.7 -- Manual update check button + cache-busted version polling source code.zip | 2026-04-27 | 2.8 MB | |
| Totals: 8 Items | 1.0 GB | 0 | |
Why you might have been stuck on v1.33.5 long after v1.33.6 shipped
• The version-check fetch hit GitHub's API without any cache control, so the browser (and any CDN in front of api.github.com) was free to serve a stale "latest" response for the lifetime of the tab. Added cache: 'no-store' + a cache-busting query param + an explicit Accept header so every check actually hits the live API.
• Polling interval cut from 30 minutes to 10. Still well inside GitHub's 60 req/h unauthenticated rate limit, but a fresh release surfaces as a prompt within minutes instead of half an hour. Re-checks also fire on visibilitychange so alt-tabbing back refreshes the answer regardless of which event your browser fires.
New • "Check for updates" button in Settings → About. Spinner while in flight, then a CheckCircle + "Up to date" / "Update found" confirmation. Includes a "Last checked Xm ago" subline so you always know whether the displayed version is fresh.