Releases: esp-admin/app
Releases Β· esp-admin/app
v1.2.5
v1.2.4
v1.2.3
π©Ή Fixes
- Update sessions list on delete (7cb03f9)
π Refactors
- Change drawer width to 80% (3570642)
π Types
- Solve typecheck issues (9a70556)
π‘ Chore
π€ CI
- Allow manual ci trigger (1f3067b)
β€οΈ Contributors
- Becem-gharbi [email protected]
v1.2.2
v1.2.1
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
- Becem-gharbi [email protected]
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_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
todevice/+/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
- Becem [email protected]
v1.1.1
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
- Becem-gharbi [email protected]
v1.1.0
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
π©Ή 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
- Becem [email protected]
v1.0.20
π₯ Performance
- Use naive Dialog for delete confirmation (#7)
π©Ή Fixes
- Request email verfication on failed registration with
account-not-verified
error (b09a078)
π Refactors
π‘ Chore
- lint: Migrate to
@nuxt/eslint
(f8ea88f)
β€οΈ Contributors
- Becem [email protected]
v1.0.19
π Refactors
- Change cors impl (606e28f)
π‘ Chore
- Apply latest changes on nuxt-auth and nuxt-naiveui (faf6107)
- Replace nuxt-s3 with @bg-dev/nuxt-s3 (2f3b01b)
β€οΈ Contributors
- Becem-gharbi [email protected]