0.15.0
The Watcher release
The /public/imporst/watched/ directory is watched by Dawarich. Any files you put in this directory will be imported into the database. The name of the file must start with an email of the user you want to import the file for. The email must be followed by an underscore symbol (_) and the name of the file.
For example, if you want to import a file for the user with the email address "[email protected]", you would name the file "[email protected]_2024-05-01_2024-05-31.gpx". The file will be imported into the database and the user will receive a notification in the app.
Both GeoJSON and GPX files are supported.
Added
- You can now put your GPX and GeoJSON files to
tmp/imports/watched
directory and Dawarich will automatically import them. This is useful if you have a service that can put files to the directory automatically. The directory is being watched every 60 minutes for new files.
Changed
- Monkey patch for Geocoder to support http along with https for Photon API host was removed becausee it was breaking the reverse geocoding process. Now you can use only https for the Photon API host. This might be changed in the future
- Disable retries for some background jobs
Fixed
- Stats update is now being correctly triggered every 6 hours
What's Changed
💙 This release is supported by James Manolios, chenrik and aldumil on Patreon 💙
Full Changelog: 0.14.7...0.15.0