Fix typo in the change log

This commit is contained in:
Bubka 2023-04-07 23:37:58 +02:00
parent 533b913c33
commit 75c4b18a69

View File

@ -6,7 +6,7 @@ ## [4.0.0-beta.1] - 2023-03-26
### Warnings ### Warnings
This is a pre-release of v4.0.0 which introduces a deep change, multi-user support. You should considere it for testing purpose only. This is a pre-release of v4.0.0 which introduces a deep change, multi-user support. You should consider it for testing purpose only.
⚠️ Make a backup of your database first or try it with fake data ⚠️ ⚠️ Make a backup of your database first or try it with fake data ⚠️
⚠️ This release drops PHP 8.0 support ⚠️ ⚠️ This release drops PHP 8.0 support ⚠️
@ -23,14 +23,14 @@ ### Added
- An Export feature (accessible via the Manage view) that lets you download your 2FA data in a JSON migration file - An Export feature (accessible via the Manage view) that lets you download your 2FA data in a JSON migration file
- The Import feature accepts the 2FAuth JSON file generated by the Export feature - The Import feature accepts the 2FAuth JSON file generated by the Export feature
- Support of custom base URL. You can now install 2FAuth in a domain subdirectory, e.g `https://mydomain/2fauth/` - Support of custom base URL. You can now install 2FAuth in a domain sub-directory, e.g `https://mydomain/2fauth/`
- ctrl+F keyboard shortcut to focus on Search on the main view - ctrl+F keyboard shortcut to focus on Search on the main view
- A light theme - A light theme
- IP addresses of failed login attempts are now logged - IP addresses of failed login attempts are now logged
### Changed ### Changed
⚠️ 2FAuth uses a new component to operate the WebAuthn authentification that cannot use existing registrations of your security devices. As a consequence, all your security devices will be revoked and the "Use Webauthn only" option will be disabled during the upgrade to avoid any issue and/or lockout. You will have to sign in using your email and password to re-register you security devices. ⚠️ 2FAuth uses a new component to operate the WebAuthn authentication that cannot use existing registrations of your security devices. As a consequence, all your security devices will be revoked and the "Use Webauthn only" option will be disabled during the upgrade to avoid any issue and/or lockout. You will have to sign in using your email and password to re-register you security devices.
- The Manage view layout has been rearranged: The search bar remains and the action buttons now stand in the page footer - The Manage view layout has been rearranged: The search bar remains and the action buttons now stand in the page footer
- Password formatting is now a user option available with 3 formats: Grouping digits by pair, by trio or by half - Password formatting is now a user option available with 3 formats: Grouping digits by pair, by trio or by half