Skip to content

Releases: jakowenko/double-take

v0.6.0

04 Jun 20:02
ec7d6cc
Compare
Choose a tag to compare

Added

  • UI: /config route to make live config changes
  • UI: /files route to view currently trained images
  • API: process Frigate snapshot MQTT messages (#18)
  • API: support for CompreFace plugins (#47)

Changed

  • UI: increased max width of page

Removed

  • API: removed Frigate jitter between requests

v0.5.1

18 May 02:44
9b70146
Compare
Choose a tag to compare
  • Live reload option on UI
  • Publish unknown result to MQTT topic
  • API configuration is now handled through config.yml - fixes #39
  • Frigate camera / zone support - fixes #31
  • Ability to set minimum area for face match
  • Add /api/config route
  • Add /api/recognize/test route
  • Support for Home Assistant entity creation

v0.3.2

29 Apr 06:36
43cabe6
Compare
Choose a tag to compare
  • API routes are now prefixed with /api
  • Support for CompreFace v0.5
  • Add zone support for Frigate #31
  • Improved web UI for training unknown / matched faces #9
  • Removal of train/:camera/:name endpoint
  • Removal of wait period before reprocessing for specific camera #32
  • UI refactoring
  • Updates to how images are passed to detectors #33
  • Checks to make sure image changed before reprocessing in event loop
  • Better README and docs #7