-
v0.5.3
Stablereleased this
2026-04-18 15:18:16 +00:00 | 2 commits to main since this releaseBug fixes
-
Update entity stuck on "Installing" — after an OTA, the progress bar never cleared because
installed_versionwas cached at setup and never refreshed, andisOTAUpdatingtransitions can be missed across the device reboot (SSE disconnects; firmware doesn't push a status frame when OTA starts).Fix: spawn a background watchdog when the user starts an install. It records the pre-install
gitTagand polls/api/settingsevery 10s (after a 10s grace), swallowing errors during the reboot. When a differentgitTagcomes back — or 10 minutes pass — it clears the in-progress flag and refreshes the installed version. Works for both the one-shot auto-update and the file-by-file specific-version install paths.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-