Skip to content

Releases: liskin/strava-gear

v1.2.0b1: Date filter, hide retired bikes

13 May 22:03
Compare
Choose a tag to compare

What's Changed

  • Add --date-start/end options to filter activities before processing by @lgangitano in #16
  • Hide retired bikes by default in 9346936

Full Changelog: v1.1.0...v1.2.0b1

v1.1.0: Virtual hashtags, elevation gain, imperial metrics

04 Dec 18:10
Compare
Choose a tag to compare

What's Changed

  • Rules triggered by activity attributes: commute, indoor trainer, race, etc. — #2
  • Hashtag #type=VirtualRide applies to virtual rides by @baihuqian in #4
  • Add elevation_gain metric for components by @lgangitano in #10
  • Add support for imperial display. by @slackorama in #11

New Contributors

Full Changelog: 1.0.2...v1.1.0

v1.1.0a3: CI maintenance

04 Dec 18:05
Compare
Choose a tag to compare
Pre-release
Merge branch 'template'

1.1.0a2: Virtual hashtags, elevation gain, imperial metrics

21 Nov 17:18
Compare
Choose a tag to compare

What's Changed

  • Rules triggered by activity attributes: commute, indoor trainer, race, etc. — #2
  • Hashtag #type=VirtualRide applies to virtual rides by @baihuqian in #4
  • Add elevation_gain metric for components by @lgangitano in #10
  • Add support for imperial display. by @slackorama in #11

New Contributors

Full Changelog: 1.0.2...1.1.0a2

1.1.0a1: Virtual hashtags, elevation gain

02 Nov 18:11
Compare
Choose a tag to compare

What's Changed

  • Rules triggered by activity attributes: commute, indoor trainer, race, etc. — #2
  • Hashtag #type=VirtualRide applies to virtual rides by @baihuqian in #4
  • Add elevation_gain metric for components by @lgangitano in #10

New Contributors

Full Changelog: 1.0.2...1.1.0a1

1.0.2: Cleanups (keeping up with evolving Python ecosystem)

26 Feb 16:08
Compare
Choose a tag to compare

1.0.1: Fix parsing of dates not parsed by the YAML parser itself

07 Jan 16:49
Compare
Choose a tag to compare

Fixes parsing of some shorter dates (e.g. without seconds) mentioned in the docs.

1.0.0: Bump dependencies, release out of beta

23 Nov 23:43
Compare
Choose a tag to compare

This has been around for a while, let's mark this as the final 1.0 release. :-)

1.0.0b3: sanity checks

14 Sep 15:35
Compare
Choose a tag to compare

Duplicate components in a rule are now refused.
Typos in bike names should now be detected and a warning printed.

1.0.0b2: fixes from first testing by friends

13 Sep 22:35
Compare
Choose a tag to compare
More precise comment for Rule.__add__