Release Notes
- Fix bug where media scanner could stop prematurely and miss media items
- Add database migrations
Database Migrations
This version introduces database migrations which will be necessary as features evolve.
Any databases that were created on prior versions will need to be deleted and recreated before the first schema change is applied (will be in a future version) using the following steps:
- Launch the app and make note of the logged database file
Database is at ...
- Delete the file identified in step 1
- Restart the app and a new database will be created that supports migrations