What's Changed
- Container will now show app name as ASCII Art, along with the basic configuration.
- Default
appdata
folder can now be changed by settingAPP_DATA_DIR
ENV variable in docker command. If setting this make sure to use the same path in volume mapping for/data
folder as well. See home for more instructions. fixes #21 - Database backups will be created during app startup, and if a database migration fails, database will be restored from backup and app sleeps forever to prevent restarts.
- UPD:
Other Changes
- pip requirement versions upgraded.
- Update
database_url
to new path, ifAPP_DATA_DIR
is modified. This won't have any effect onDATABASE_URI
if it was modified using ENV variable or directly within the app.
Full Changelog: v0.0.7-beta...v0.0.8-beta