Skip to content

v1.1.0

Compare
Choose a tag to compare
@becem-gharbi becem-gharbi released this 23 May 13:47
· 79 commits to main since this release

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