Skip to content

faces-h v0.5.0

Latest

Choose a tag to compare

@justminime justminime released this 08 Jul 06:18
8906d96

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

Updating

Existing installs get an in-app update notification (Help > Check for Updates…) — no need to manually download and run a new installer.

What's Changed

  • [Frontend + Rust + Infra] In-app update notifications, skip NSIS uninstall prompt (closes #180) by @justminime in #181
  • [Frontend + Python] Fix scan progress stuck at 0% and log coalescing bug (closes #182) by @justminime in #188
  • fix(#185): refresh selected person's photo grid on background sweep by @justminime in #189
  • Meaningful activity-log content from scanner and all API routers by @justminime in #190
  • Broadcast sweep_started so naming/confirming a person feels immediate by @justminime in #191
  • fix(#183): prioritize named-person matches over comparable unnamed clusters by @justminime in #193
  • feat(#186): manage scan folders — list and remove scan roots by @justminime in #192
  • [Docs] Reflect #183-#187 in README and landing guide by @justminime in #194

Full Changelog: v0.4.5...v0.5.0