Skip to content

v1.2.0

Choose a tag to compare

@becem-gharbi becem-gharbi released this 20 Jun 19:10

compare changes

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_trigger
  • device/<device_id>/report/update -> device/<device_id>/report/update_status

🚀 Enhancements

  • useReport: Add handleUpdateProgress to handle update progress (8002d9a)
  • Add update progress on Deployment state (4da99a9)
  • Show deployment progress on release page (#12)
  • Add option to abort active deployment (#13)

🔥 Performance

  • Change ID format to cuid on SQL database (e156459)

🩹 Fixes

  • Add missing updatedAt on Device and Project cards (9bfbcf1)

💅 Refactors

  • mqtt: Change topic device/+/report/update to device/+/report/update_status (21ebf39)
  • Add downloadSize on update command (3a7583e)
  • Add downloadSize field 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