v1.2.0
About
This release requires database migration as the new field downloadSize is added to the Release model.
Make sure to upgrade the SDK to v1.4 as these MQTT topics are changed:
device/<device_id>/command/update->device/<device_id>/command/update_triggerdevice/<device_id>/report/update->device/<device_id>/report/update_status
🚀 Enhancements
- useReport: Add
handleUpdateProgressto handle update progress (8002d9a) - Add update
progresson Deployment state (4da99a9) - Show deployment progress on release page (#12)
- Add option to abort active deployment (#13)
🔥 Performance
- Change ID format to
cuidon SQL database (e156459)
🩹 Fixes
- Add missing
updatedAton Device and Project cards (9bfbcf1)
💅 Refactors
- mqtt: Change topic
device/+/report/updatetodevice/+/report/update_status(21ebf39) - Add
downloadSizeon update command (3a7583e) - Add
downloadSizefield on Release model (3f3d2e4) - Change type of icon buttons (2b6a737)
- Remove router back button (c3862ba)
- Remove extra ordering on used plugins (f0f1934)
- Do not manually specify font weights (e72b273)
- Change messages of confirmation dialogs (9377e59)
- Change type of page header's bts (7f4dbda)
🏡 Chore
- Hide node deprecation warnings on build (b831c39)
❤️ Contributors
- Becem becem.gharbi@live.com