Browse Source
Fix minimum Android version for self-host email alias feature flags (#5802)
* Fix minimum Android version for self-host email alias feature flags
* Update documentation for iOS
pull/5850/head
Josh
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.env.template
|
@ -354,8 +354,8 @@ |
|
|
## - "inline-menu-positioning-improvements": Enable the use of inline menu password generator and identity suggestions in the browser extension. |
|
|
## - "inline-menu-positioning-improvements": Enable the use of inline menu password generator and identity suggestions in the browser extension. |
|
|
## - "ssh-key-vault-item": Enable the creation and use of SSH key vault items. (Needs clients >=2024.12.0) |
|
|
## - "ssh-key-vault-item": Enable the creation and use of SSH key vault items. (Needs clients >=2024.12.0) |
|
|
## - "ssh-agent": Enable SSH agent support on Desktop. (Needs desktop >=2024.12.0) |
|
|
## - "ssh-agent": Enable SSH agent support on Desktop. (Needs desktop >=2024.12.0) |
|
|
## - "anon-addy-self-host-alias": Enable configuring self-hosted Anon Addy alias generator. (Needs Android >=2025.2.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.2.0) |
|
|
## - "simple-login-self-host-alias": Enable configuring self-hosted Simple Login alias generator. (Needs Android >=2025.3.0, iOS >=2025.4.0) |
|
|
## - "mutual-tls": Enable the use of mutual TLS on Android (Client >= 2025.2.0) |
|
|
## - "mutual-tls": Enable the use of mutual TLS on Android (Client >= 2025.2.0) |
|
|
## - "export-attachments": Enable support for exporting attachments (Clients >=2025.4.0) |
|
|
## - "export-attachments": Enable support for exporting attachments (Clients >=2025.4.0) |
|
|
# EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials |
|
|
# EXPERIMENTAL_CLIENT_FEATURE_FLAGS=fido2-vault-credentials |
|
|