⚠ Breaking changes ⚠:
- Objectbox storage has been removed. (!55)
- Objectbox was deprecated in v0.6.0 and replaced by SQLite.
- v0.6.0 and v0.7.0 contain auto-migrations from Objectbox to SQLite.
- If you come from version <= v0.5.0, please upgrade to v0.7.0 first to have your database auto-migrated from Objectbox to SQLite.
Then in a second step, upgrade to v0.8.0.
- Note the changed database path that needs to be persisted. See the README.
- Objectbox was deprecated in v0.6.0 and replaced by SQLite.
- Legacy crypto has been removed. It has known weaknesses. (!66)
- This raises the minimum required FMD Android version to v0.3.0 (released August 2023).
- This raises the minimum required FMD Android version to v0.3.0 (released August 2023).
Other changes:
- Nicer CLI interface (!60)
- Listen on Unix sockets (!73, thanks @its_randomness)
- Show the index in the picture viewer (!77)