Caution
This is a breaking release. There is no migration script from v1.1.0. Manual migration:
- Delete your
database.db
file in theconfig
directory. - Add an environment variable to your docker compose:
SECRET_KEY=MY_RANDOM_SECRET
Features
- Added user management
- Added database encryption at rest
- Automatic logins can now be triggered automatically in the gui
- Automatic login now searches several times for inputs with timeout
- Updated dependencies
Bug fixes
- Fixed login failed details not showing
- Fixed main layout displaying incorrectly on Chrome
Full Changelog: v1.1.0...v2.0.0