1.0.69 fixes auto-update on Windows, broken since 1.0.67, and adds a resilient fallback for future update failures. If you're on Windows, read this one.
Fixed
- Auto-update is working again on Windows. The 1.0.67 and 1.0.68 Windows installers shipped without a config file the updater needs, so every update check failed before it reached the network — if you're on Windows, you've been seeing "Couldn't check — try again" since July 28th, with no way to auto-update out of it. That file is back in this build. But because your current copy's updater is the thing that was broken, it can't fetch this fix on its own — you'll need to download and run the 1.0.69 installer by hand, once. After that one manual install, auto-update goes back to working normally. macOS was never affected.
- Update checks are now resilient to failure. If the auto-updater ever fails to check for updates again — whether from a config file going missing or a network problem — the app now independently checks GitHub's latest release and shows an "Update available" banner. Click it to visit the download page where you can get the latest version. This fallback is notify-only; it won't download or install in the background. It's there exactly to prevent another incident like 1.0.67/1.0.68, where the primary check breaking meant users had no way to know an update was available.