Update change log

This commit is contained in:
Bubka 2022-05-17 15:53:10 +02:00
parent 0ed4086fb1
commit b211c808fc

View File

@ -1,6 +1,18 @@
# Change log
## [3.0.2] - 2022-05-11
## [wip]
### Added
- `PROXY_LOGOUT_URL` env var to customize the logout url when using an auth proxy
- Locked/Unlocked state for the _Secret_ field in the 2FA account Edit form to prevent undesirable edit.
### Fixed
- Fix OAuth setting view returning an error when auth is handled by a proxy
- [issue #81](https://github.com/Bubka/2FAuth/issues/81) Unable to create configured logger. Using emergency logger
- [issue #82](https://github.com/Bubka/2FAuth/issues/82) Autolock feature should be disabled while auth is handled by a proxy
## [3.0.2] - 2022-05-14
### Added