Skip to content

Releases: esp-admin/app

v1.2.5

01 Oct 12:22
Compare
Choose a tag to compare

compare changes

🌊 Types

🏑 Chore

v1.2.4

22 Aug 17:30
Compare
Choose a tag to compare

compare changes

πŸ”₯ Performance

  • Generate theme config on build (a311ab7)

πŸ’… Refactors

  • Increase deployment timeout to 8min (b5b40f7)
  • Show update progress in percentage (907aebe)

v1.2.3

16 Aug 15:37
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Update sessions list on delete (7cb03f9)

πŸ’… Refactors

  • Change drawer width to 80% (3570642)

🌊 Types

🏑 Chore

  • Sync lock (b911f94)
  • lint: Disable vue/multi-word-component-names rule (f1647ef)

πŸ€– CI

  • Allow manual ci trigger (1f3067b)

❀️ Contributors

v1.2.2

28 Jul 17:34
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Fix NAN date on device card (4565cc9)
  • Correctly resolve S3 driver at build (5f6e3e3)

πŸ’… Refactors

  • Change pagination style (15a6c3f)

🌊 Types

🏑 Chore

❀️ Contributors

v1.2.1

21 Jun 07:08
Compare
Choose a tag to compare

compare changes

About

Make sure to clear MQTT messages related to device/<device_id>/command/update_trigger topic as they're no longer retained.

🩹 Fixes

  • No longer retain MQTT message triggering update (0f0f912)
  • Automatically show deployments on trigger release (47c1429)

πŸ’… Refactors

  • Add 'deploy' button on Deployment card (44ffab0)

❀️ Contributors

v1.2.0

20 Jun 19:10
Compare
Choose a tag to compare

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

v1.1.1

10 Jun 11:22
Compare
Choose a tag to compare

compare changes

About

This release requires database migration with changes related to the new Version 3 of @bg-dev/nuxt-auth.

πŸ’… Refactors

  • Migrate to nuxt-auth v3 (62b20e8)
  • Update middleware on auth pages (f53be2b)
  • Update server error messages (b3dde55)
  • Add confirmation on device reset (8b11755)
  • Update route rules (e561a46)

❀️ Contributors

v1.1.0

23 May 13:47
Compare
Choose a tag to compare

compare changes

About

This release requires database migration as a new field apiKey is added to Project.

πŸš€ Enhancements

  • report: Display app notification on custom report (60af8b7)
  • Allow create Release externally with project-specific API Key authorization (#10)
  • Add copy button on Id inputs (d745714)
  • Integration with GitHub actions for OTA update docs (6185790)

πŸ”₯ Performance

  • Group db queries on a single transaction (a043ac8)
  • Concurrently run report tasks (13f67f8)

🩹 Fixes

  • Do not throw error when Report settings not set (f707f32)

πŸ’… Refactors

  • Remove endpoints for upload/delete S3 objects (#8)
  • Code review (252e9bb)
  • Publish new update mqtt message on server (#9)
  • Add published property on release create response (1a60278)
  • Log server errors (5371232)
  • Increase API key length to 30 char (4d8313c)
  • Reset API key input on successful form submit (e4c3558)
  • Change FormKey placeholder (f870223)
  • Display notification on copied to Clipboard (278c430)
  • Autosize description inputs (565d749)
  • Improve layout of Report form (33ff07f)

❀️ Contributors

v1.0.20

20 May 17:38
Compare
Choose a tag to compare

compare changes

πŸ”₯ Performance

  • Use naive Dialog for delete confirmation (#7)

🩹 Fixes

  • Request email verfication on failed registration with account-not-verified error (b09a078)

πŸ’… Refactors

  • Review code (#6)
  • Show updatedAt instead of createdAt on Project & Device cards (0f6db87)

🏑 Chore

  • lint: Migrate to @nuxt/eslint (f8ea88f)

❀️ Contributors

v1.0.19

05 May 15:45
Compare
Choose a tag to compare

compare changes

πŸ’… Refactors

🏑 Chore

  • Apply latest changes on nuxt-auth and nuxt-naiveui (faf6107)
  • Replace nuxt-s3 with @bg-dev/nuxt-s3 (2f3b01b)

❀️ Contributors