Releases: JonBunator/Enterr
Releases · JonBunator/Enterr
v2.0.0
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
v1.1.0
- Updated dependencies
- Fixed bug where no schedule was set when application was down for too long
- Refactored time display: Added tooltips, improved past date display, formated times to locale time
- Login now waits with timeout until success url is found
Full Changelog: v1.0.1...v1.1.0
v1.0.1
- Fixed setting custom port not working
- Fixed custom access throwing errors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Warning
This is still an early alpha version. Expect bugs and breaking changes.
First release. Adds basic functionality.
Full Changelog: https://github.com/JonBunator/Enterr/commits/v1.0.0