Skip to content

v0.9.0

Compare
Choose a tag to compare
@jakowenko jakowenko released this 21 Jul 07:16
· 607 commits to master since this release
e73e3fb

Added

  • API: Home Assistant MQTT auto discovery
  • UI: train page with functionality to mass train, untrain, or upload new images
  • UI: include Docker tag with version

Changed

  • API: use winston as default logger
  • API: default camera name changed from double-take to manual when invoking from API
  • API: refactored /train/* and /match/* routes for new UI train page
  • API: decrease image quality on /train/ and /match` to reduce load
  • UI: decrease font size on mobile to make content fit better

Fixed

  • API: update container entry command to write config.yml file before nodemon starts
  • API: check to see if config.yml exists before creating it
  • API: reset Home Assistant camera topic person count after 30sec
  • API: check for Frigate camera name in zones during name check
  • API: add metadata to images for orientation when displaying
  • API: catch empty cameras config object if route was invoked
  • UI: toggle all when a match was deleted / disabled now works correctly
  • UI: only reset disabled array when new images are returned
  • UI: proxy Frigate status check through API for Docker DNS resolution

Security

  • Package updates