Browse Source
Add `pm-26340-linux-biometrics-v2` feature flag (#7358)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
pull/7363/merge
pilotstew
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
0 deletions
-
.env.template
-
src/config.rs
|
|
|
@ -378,6 +378,7 @@ |
|
|
|
## - "ssh-agent-v2": Enable newer SSH agent support. (Desktop >= 2026.2.1) |
|
|
|
## - "ssh-key-vault-item": Enable the creation and use of SSH key vault items. (Clients >= 2024.12.0) |
|
|
|
## - "pm-25373-windows-biometrics-v2": Enable the new implementation of biometrics on Windows. (Desktop >= 2025.11.0) |
|
|
|
## - "pm-26340-linux-biometrics-v2": Enable the new implementation of biometrics on Linux. (Desktop >= 2025.11.0) |
|
|
|
## - "anon-addy-self-host-alias": Enable configuring self-hosted Anon Addy alias generator. (Android >= 2025.3.0, iOS >= 2025.4.0) |
|
|
|
## - "simple-login-self-host-alias": Enable configuring self-hosted Simple Login alias generator. (Android >= 2025.3.0, iOS >= 2025.4.0) |
|
|
|
## - "mutual-tls": Enable the use of mutual TLS on Android (Clients >= 2025.2.0) |
|
|
|
|
|
|
|
@ -1404,6 +1404,7 @@ pub const SUPPORTED_FEATURE_FLAGS: &[&str] = &[ |
|
|
|
// Key Management Team
|
|
|
|
"ssh-key-vault-item", |
|
|
|
"pm-25373-windows-biometrics-v2", |
|
|
|
"pm-26340-linux-biometrics-v2", |
|
|
|
// Mobile Team
|
|
|
|
"anon-addy-self-host-alias", |
|
|
|
"simple-login-self-host-alias", |
|
|
|
|