new features
- images load blazingly fast
- no account required anymore
- use offline (except for map)
- added json import/export for sharing or creating a backup
more info
Previously a third party cloud provider was used to store images.
If more people used the app and uploaded images we would surpass the free tier and need to pay for that service.
But most don't use the app with multiple devices and therefore don't need the online features.
In this release we switched to an offline first approach where in general you won't need an account nor internet to view your data because everything is stored on your device.
- no longer using Cloudflare R2 (third party cloud provider for storage)
- removed seperate mediaAPI
- store images in mongoDB with gridFS API
- added persistent on device storage (with Hive)