github SkyTechNerds/faceid v0.7.2

latest releases: v0.24.0, v0.23.0, v0.22.3...
one month ago

0.7.2 — 2026-08-07

  • Fixed: min_face_px was hard-coded in the Home Assistant app. The app wrote a
    fixed 48 into its config regardless of any option, so the one setting that matters
    when faces arrive slightly too small could not be changed at all there. It is now an
    app option and live-editable in Settings, together with det_size and
    max_attempts — the other two knobs for exactly that problem. Reported in the
    community thread by someone whose detections sat just under the limit.
  • Saved backups are now listed and individually downloadable (Settings). The download
    button always produced a fresh backup; the ones written by "backup now" or the daily
    auto-backup were unreachable from the UI — which, running as an app without filesystem
    access, meant unreachable full stop. The list also shows at a glance whether the
    auto-backup is actually running.
  • Backups download instead of opening as gibberish on iOS. Safari ignores
    Content-Disposition for application/gzip and renders the archive inline; the
    download now uses application/octet-stream plus a download attribute.

Don't miss a new faceid release

NewReleases is sending notifications on new releases.