All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.0.9 - 2021-02-28
- Feature to clean up (remove) the TCX import files downloaded for local import (i.e with programs like GoldenCheetah).
- Updated two URLs as Garmin changed their API. See garminexport issue 42.
0.0.8 - 2020-12-21
- Fixed
cannot import name 'cached_property' from 'werkzeug'
error. - Switch from Travis to GitHub workflows.
0.0.7 - 2020-08-05
- Updated dependencies
0.0.6 - 2020-05-05
- Updated Garmin activity
type mapping thanks to
nantasquad
. "Garmin has added extra types, most of them are not mapped. When using my edge130 for tracking it creates an activity with 'road_biking' as type and the import doesn't know about this. To fix this I have to edit my activity type to change it to 'cycling' so the import works"
0.0.5 - 2020-04-24
- Upgrade to
zensols.util
.
0.0.4 - 2020-03-02
- Robo browser dependency is locked down to the specific version that keeps the
chached_property
object to fix install issue.
0.0.3 - 2020-01-21
- Stationary sports use
duration
rather thanmoving duration
.
0.0.2 - 2018-11-02
- Initial version