DashMachine/update_message.md
Ross Mountjoy 83c19616cc more v0.5 features
- users can now override global settings
- added update message
2020-03-21 12:18:07 -04:00

924 B

Updated to version 0.5!

In this version, I removed the need for database migrations by making the database 100% dynamic. Meaning when you run dashmachine your old site.db file will be deleted and a new one will be created using the data from config.ini. This will make adding features in the future easier and updates will break things less. To accomplish this you will notice that user management has been moved to config.ini. If you are upgrading from a previous version, your user table was deleted. Please login with default user/pass (which is now 'admin' and 'admin') and take a look at the users section in the readme to add users.

Changelog

  • ui fixes
  • users are now managed through config.ini
  • no more alembic, completely dynamic database, created on startup
  • users can now override global settings
  • added update message
  • performance fixes
  • added setting for hiding sidebar by default
  • fixes #41