Ephemera42
4 days 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
|
|
|
@ -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) |
|
|
|
|
|
|
|
@ -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
|
|
|
|
|