From 319d98211364ac552ff608ff79d7f949f11f3403 Mon Sep 17 00:00:00 2001 From: Ephemera42 <179605455+Ephemera42@users.noreply.github.com> Date: Sat, 15 Nov 2025 01:46:50 +0800 Subject: [PATCH] Add `pm-25373-windows-biometrics-v2` feature flag (#6468) --- .env.template | 1 + src/config.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.template b/.env.template index 140a4ccc..99f693dd 100644 --- a/.env.template +++ b/.env.template @@ -376,6 +376,7 @@ ## - "inline-menu-totp": Enable the use of inline menu TOTP codes in the browser extension. ## - "ssh-agent": Enable SSH agent support on Desktop. (Needs desktop >=2024.12.0) ## - "ssh-key-vault-item": Enable the creation and use of SSH key vault items. (Needs clients >=2024.12.0) +## - "pm-25373-windows-biometrics-v2": Enable the new implementation of biometrics on Windows. (Needs desktop >= 2025.11.0) ## - "export-attachments": Enable support for exporting attachments (Clients >=2025.4.0) ## - "anon-addy-self-host-alias": Enable configuring self-hosted Anon Addy alias generator. (Needs Android >=2025.3.0, iOS >=2025.4.0) ## - "simple-login-self-host-alias": Enable configuring self-hosted Simple Login alias generator. (Needs Android >=2025.3.0, iOS >=2025.4.0) diff --git a/src/config.rs b/src/config.rs index e1a2f4c2..5582e9b0 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1035,6 +1035,7 @@ fn validate_config(cfg: &ConfigItems) -> Result<(), Error> { "ssh-agent", // Key Management Team "ssh-key-vault-item", + "pm-25373-windows-biometrics-v2", // Tools "export-attachments", // Mobile Team