Skip to content

v0.10.0

Choose a tag to compare

@jakowenko jakowenko released this 03 Aug 05:35
· 527 commits to master since this release
0e1df10

Added

  • Ability to enable authentication, which adds /login, /logout, and /tokens routes to the UI
  • Ability to create access tokens so third party applications can authenticate with the API
  • Ability to remove trained folder if no trainings exist
  • Include token in published MQTT topics for accessing authenticated images
  • Ability to adjust CompreFace det_prob_threshold value
  • Web app standalone support with favicon

Changed

  • Use normal web history for UI instead of hash history
  • Increase wait time for API restarts
  • Drop VUE_APP_API_URL env in favor of window.location.origin
  • Revert to default publicPath when building UI

Fixed

  • Replace spaces in subject names when publishing to MQTT
  • Verify detectors are present on /config route when rendering status icons

Security

  • Package updates