0.7.2 — 2026-08-07
- Fixed:
min_face_pxwas hard-coded in the Home Assistant app. The app wrote a
fixed48into 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 withdet_sizeand
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-Dispositionforapplication/gzipand renders the archive inline; the
download now usesapplication/octet-streamplus adownloadattribute.