v0.13.4 - Track run support, added missing translations, Nominatim for reverse geo, bug fixes
⚠️ Warning:
- There are new env variables. Please see logic bellow.
New env variables
Environment variable | Default value | Optional | Notes |
---|---|---|---|
REVERSE_GEO_PROVIDER | geocode | Yes | Defines reverse geo provider. Expects geocode, photon or nominatim. photon can be the SaaS by komoot or a self hosted version like a self hosted version. Like photon, Nominatim can be the SaaS or a self hosted version |
NOMINATIM_API_HOST | nominatim.openstreetmap.org | Yes | API host for Nominatim. By default it uses the SaaS |
NOMINATIM_API_USE_HTTPS | true | Yes | Protocol used by Nominatim. By default uses HTTPS to be inline with what SaaS expects |
New Features:
- Add
Track run
activity type - Add extra identifiers for trail runs
- Add Nominatim as reverse geocoding provider and added additional ENV variables #307
- Added missing German, Dutch and Portuguese translations - Thanks to all that contributed to this on Crowdin
- Updated dependencies
- Updated docs
Bug fixes:
- Fix KeyError in TCX speed stats extraction #299
- Removed trailing whitespaces on example Docker compose file - Thanks @dataprolet in #309
- Fix some activities not displaying summary and only map #310
- Fix
fetchNotificationById
error on adding an activity manually - Resolve #215 and #283 by: Create tz_applied fields in the schema object - Thanks @smorar in #312
- Fix HR zones assignment - Thanks @miacono in #314
- Handle tuple values for category fields in activity sets
New contributors
- @dataprolet in #309
- @miacono in #314