Tom
9 hours 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
|
|
|
@ -390,6 +390,7 @@ |
|
|
|
## |
|
|
|
## The following flags are available: |
|
|
|
## - "pm-5594-safari-account-switching": Enable account switching in Safari. (Safari >= 2026.2.0) |
|
|
|
## - "pm-32413-multi-client-password-management": Enable changing the master password directly in the client. (Desktop/Extension >= 2026.4.0) |
|
|
|
## - "ssh-agent": Enable SSH agent support on Desktop. (Desktop >= 2024.12.0) |
|
|
|
## - "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) |
|
|
|
|
|
|
|
@ -1425,6 +1425,7 @@ pub const SUPPORTED_FEATURE_FLAGS: &[&str] = &[ |
|
|
|
"desktop-ui-migration-milestone-4", |
|
|
|
// Auth Team
|
|
|
|
"pm-5594-safari-account-switching", |
|
|
|
"pm-32413-multi-client-password-management", |
|
|
|
// Autofill Team
|
|
|
|
"ssh-agent", |
|
|
|
"ssh-agent-v2", |
|
|
|
|