Skip to content

faces-h v0.2.12

Choose a tag to compare

@github-actions github-actions released this 06 Jul 02:38
0366de1

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