Releases: everglow01/Windows-Face-Hello
v0.1.5
更新
- 新增被动反欺骗(RGB 活体检测):启用时,在识别过程中识别时自动跑一次轻量模型(Silent-Face MiniFASNet),补充活体检测无法检测的高质量视频攻击
- 新增新增摄像头选择 + 测试预览:多摄像头机器可以在设置页中指定选择相机序列,并可以一键测试摄像头是否可用
修复
- NO FIX
调整
- 被动反欺骗模型已打包进安装包,装机即用、安装过程无需联网额外下载(与人脸识别模型一致)
- 反欺骗模型缺失 / 加载失败时自动跳过、照常人脸解锁(fail-open),绝不把用户锁在门外,密码始终存在
- 更新 README / DESIGN 文档:补充反欺骗与摄像头选择说明,美化首页(徽章 + emoji),并明确识别链路为 InsightFace(SCRFD 检测 +
ArcFace 512 维识别)。
Updates
-
Added Passive Anti-Spoofing (RGB Liveness Detection): When enabled, a lightweight model (Silent-Face MiniFASNet) is automatically run once during the recognition process to supplement high-quality video attacks that liveness detection cannot detect.
-
Added New Camera Selection + Test Preview: Multi-camera devices can specify the camera sequence in the settings page and can test camera availability with one click.
Fixes
- NO FIX
Adjustments
-
The passive anti-spoofing model is now included in the installation package; it's ready to use immediately and requires no additional downloads via the internet during installation (consistent with the face recognition model).
-
Automatically skips missing or failed anti-spoofing models and continues face unlocking (fail-open) as usual, ensuring users are never locked out; passwords are always a backup.
-
Updated README/DESIGN documentation: Added explanations of anti-spoofing and camera selection, beautified the homepage (badge + emoji), and clearly stated the recognition link as InsightFace (SCRFD detection + ArcFace 512-dimensional recognition).
Full Changelog: v0.1.4...v0.1.5
v0.1.4 Safety protection and pipeline reinforcement
更新 v0.1.4
- 多账户安全间隔(防错配): 当同意电脑存在多个账户或多个管理员账户时,加入多账户安全间隔,在人脸与他人过于接近时判为"身份不明确"并拒绝登录,回退到密码登录。已验证。
- 失败锁定:连续多次刷脸失败后自动进入冷却,期间改用密码登录, 失败次数与冷却时长可在设置页调节(设0 关闭)。
- 全局语言选择器:标签栏右上角常驻 🌐 下拉,任意页面都能一眼切换中英文。
修复
- 锁屏时摄像头不可用 / 被其他程序占用,不再长时间空等,开启超时缩短,快速回退到密码登录,避免卡在"启动中"。
调整
- 命名管道安全加固:认证管道仅放行 SYSTEM / 管理员访问,并加入抢注检测,防止本地非特权程序冒充锁屏组件调用人脸认证。
- 服务日志优化:改为带时间戳 / 级别的滚动日志(
service.log,自动按大小轮转,不再无限增长)。 - 控制台界面重排:「已录入用户」列表移到「录入人脸」页(录入与管理同处);「设置与安全」页参数改为两列分组。
Update v0.1.4
-
Multi-Account Security Interval (Anti-Mismatch): When multiple accounts or multiple administrator accounts exist on the same computer, a multi-account security interval is added. If the face is too close to another person's, it is judged as "unidentified" and login is refused, reverting to password login. Verified.
-
Failure Lockout: After multiple consecutive failed face scans, it automatically enters a cooldown period, during which password login is used. The number of failures and the cooldown duration can be adjusted in the settings page (set to 0 to disable).
-
Global Language Selector: A permanent 🌐 dropdown icon is displayed in the upper right corner of the tab bar, allowing for easy switching between Chinese and English on any page.
Fixes
- Camera unavailable/occupied by other programs when the screen is locked, no longer waiting for a long time—enabling timeout shortening quickly reverts to password login, avoiding getting stuck on "starting up".
Adjustments
-
Named Pipe Security Hardening: The authentication pipe now only allows SYSTEM/administrator access, and adds a preemptive registration detection feature to prevent local non-privileged programs from impersonating the lock screen component to call face authentication.
-
Service Log Optimization: Changed to a rolling log with timestamps/levels (
service.log, automatically rotating by size, no longer growing indefinitely). -
Console Interface Rearrangement: The "Registered Users" list has been moved to the "Register Face" page (registration and management are in the same location); the parameters on the "Settings and Security" page are now grouped into two columns.
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
FaceHello 正式版0.1.2发布
更新
- 一键安装,一个图标开管理台
- 中文安装向导,模型全打包在安装包里
- 一键干净卸载
使用环境
64 位 Windows 10 / 11,一颗能用的摄像头。
FaceHello v0.1.2 Released
What's new
- One-click install, one icon to open the console
- Chinese setup wizard, models bundled right in the installer
- One-click clean uninstall
Requirements
64-bit Windows 10 / 11, and a working webcam.