faces-h v0.2.12
Installation
Download faces-h-setup-*.exe and run it. No additional software required.
The app will download the face recognition model (~300 MB) on first launch.
Note: This release is not yet code-signed. Windows SmartScreen may warn on first run — click "More info → Run anyway".
Post-install verification
Run the bundled smoke test against the running sidecar:
python scripts/smoke_test.py
What's Changed
- [Python] FAISS promotion safety after restart + configurable UI log verbosity (closes #142, #143) by @justminime in #144
- [Frontend + Python] Seeded full-library shuffle for person galleries (closes #145) by @justminime in #146
- [Infra] Real app icon — the faces-h 'h' mark from the site (closes #147) by @justminime in #148
- [Frontend] Collapse single-face unnamed clusters in the sidebar (closes #141) by @justminime in #149
Full Changelog: v0.2.11...v0.2.12