Warning
New major release, several breaking changes!
- The config option
general.ntfyUrlhas been moved tointegrations.notifications.ntfyUrl - The config option
stravaGearhas been moved togear.stravaGear - The separate config file
custom-gear.yamlhas been removed.
Its configuration has been merged into the main config file undergear.customGear
Simply copy/paste your existing values into their new locations.
https://statistics-for-strava-docs.robiningelbrecht.be/#/configuration/main-configuration
🔥This new release adds several new features and improvements.
The highlight is the addition of an internal scheduler, allowing you to define and run recurring background tasks directly within the app.
If you prefer, you can still use external tools to trigger the import and build scripts. However, to use the internal scheduler, you’ll need to configure two things:
- An extra container in your
docker-compose.ymlfile: https://statistics-for-strava-docs.robiningelbrecht.be/#/getting-started/installation?id=docker-composeyml - The recurring tasks in your main config file under
daemon.cron: https://statistics-for-strava-docs.robiningelbrecht.be/#/configuration/main-configuration
What's Changed
- syntax fix by @oregonpillow in #1362
- ISSUE #1282: Gear maintenance notifications by @robiningelbrecht in #1361
- ISSUE #1336: Move custom gear config to main config file by @robiningelbrecht in #1363
- ISSUE #1366: Fix Custom Gear Cost Calculation by @robiningelbrecht in #1367
- ISSUE #1368: Distance breakdown for walks by @robiningelbrecht in #1374
- ISSUE #1371: Do not crash import when nominatim fails us by @robiningelbrecht in #1375
New Contributors
- @oregonpillow made their first contribution in #1362
Full Changelog: v3.9.0...v4.0.0