-
v0.5.1
Stablereleased this
2026-04-18 15:03:45 +00:00 | 4 commits to main since this releaseBug fixes
- Firmware auto-update — clicking Install in the Update entity against a 3.3.x device (e.g. 3.3.19) previously POSTed
/api/firmware/auto_updateand got a 404, because that firmware only registers the route as GET. Two root causes:detect_varianttrusted thehttpAuthPassSetfallback over a realgitTag, so 3.3.x builds (which ship that field) were misclassified as V3.4. Now a valid semvergitTagshort-circuits the fallbacks.- The legacy path table was missing OTA routes. Added
auto_update(GET),upload_firmware(POST),upload_webui(POST), verified live against 3.3.19.
- The Update entity now works on 3.3.x release builds too (no V3.4 gate).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Firmware auto-update — clicking Install in the Update entity against a 3.3.x device (e.g. 3.3.19) previously POSTed