Build assets & Bump version & Update change log

This commit is contained in:
Bubka 2023-04-14 17:47:51 +02:00
parent 75c4b18a69
commit 9f453582a3
4 changed files with 9 additions and 18 deletions

View File

@ -1,17 +1,6 @@
# Change log
## [4.0.0-beta.1] - 2023-03-26
---
### Warnings
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 ⚠️
⚠️ This release drops PHP 8.0 support ⚠️
---
## [4.0.0] - 2023-04-14
Time for multi-user has arrived, here comes v4.0!
@ -19,11 +8,13 @@ ### Warnings
This version also comes with nice additions. A light theme, an export feature or the support of custom base url just to name a few.
⚠️ This release drops PHP 8.0 support ⚠️
### 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
- Support of custom base URL. You can now install 2FAuth in a domain sub-directory, 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/` (see [Docs](https://docs.2fauth.app/getting-started/installation/self-hosted-server//#subdirectory))
- ctrl+F keyboard shortcut to focus on Search on the main view
- A light theme
- IP addresses of failed login attempts are now logged
@ -32,7 +23,7 @@ ### Changed
⚠️ 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
- Failed login throttling and API calls throttling can be configured in the .env file
- Logs give more information

View File

@ -9,7 +9,7 @@
|
*/
'version' => '4.0.0-beta.1',
'version' => '4.0.0',
'repository' => 'https://github.com/Bubka/2FAuth',
'latestReleaseUrl' => 'https://api.github.com/repos/Bubka/2FAuth/releases/latest',

2
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/app.js": "/js/app.js?id=7728cf56b412b3fb758ccb52dda5cf36",
"/js/app.js": "/js/app.js?id=1424d11412ae4bfd73bbd3bbb0f6d8be",
"/js/manifest.js": "/js/manifest.js?id=af5ab3286fe62cebba2085465b83b8b5",
"/css/app.css": "/css/app.css?id=71571a7689abd2d1803bba305e72a5e3",
"/js/vendor.js": "/js/vendor.js?id=4061d7dc1f13572332a3e7eff0d873dd"