Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@TheHighestBit TheHighestBit released this 13 Aug 10:55
3279c91

Features

  • Added a new gauge element to the dashboard.
  • The default configuration file will now be automatically generated if it is not found.
  • The users can now specify a custom path to the configuration file.
  • Removed built-in HTTPS support. Use a reverse proxy instead.
  • Added application.name key to the config.
  • Added application.level_map key to the config.

Improvements

  • Added cache control headers to the static file paths.
  • Added compression to the frontend assets, greatly reducing both binary size and network footprint.
  • Removed the possibility to filter by several applications at once, now only a single application can be selected at a time.
  • Added more descriptive error messages to the login page.
  • The last week dashboard elements now display days starting from 00:00.
  • The date format used across the application is now consistent.
  • Improved overall performance.

Bugfixes

  • Fixed issue with the terminal staying colored after application exit.
  • Fixed issues with the login attempts counter not being reset after a successful login.