Skip to content

Releases: JonBunator/Enterr

v2.0.0

17 Feb 17:47
Compare
Choose a tag to compare

Caution

This is a breaking release. There is no migration script from v1.1.0. Manual migration:

  • Delete your database.db file in the config 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

25 Jan 11:27
Compare
Choose a tag to compare
  • 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

20 Jan 19:44
Compare
Choose a tag to compare
  • Fixed setting custom port not working
  • Fixed custom access throwing errors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Jan 16:23
Compare
Choose a tag to compare

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