Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

75 lines (51 loc) · 2.29 KB

Change Log

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

Added

  • Feature to clean up (remove) the TCX import files downloaded for local import (i.e with programs like GoldenCheetah).

Changed

0.0.8 - 2020-12-21

Changed

  • Fixed cannot import name 'cached_property' from 'werkzeug' error.
  • Switch from Travis to GitHub workflows.

0.0.7 - 2020-08-05

Changed

  • Updated dependencies

0.0.6 - 2020-05-05

Changed

  • 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

Changed

  • Upgrade to zensols.util.

0.0.4 - 2020-03-02

Changed

  • 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

Changed

  • Stationary sports use duration rather than moving duration.

0.0.2 - 2018-11-02

Added

  • Initial version