Releases: liskin/strava-gear
Releases · liskin/strava-gear
v1.2.0b1: Date filter, hide retired bikes
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
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
- @baihuqian made their first contribution in #4
- @lgangitano made their first contribution in #10
- @slackorama made their first contribution in #11
Full Changelog: 1.0.2...v1.1.0
v1.1.0a3: CI maintenance
Merge branch 'template'
1.1.0a2: Virtual hashtags, elevation gain, imperial metrics
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
- @baihuqian made their first contribution in #4
- @lgangitano made their first contribution in #10
- @slackorama made their first contribution in #11
Full Changelog: 1.0.2...1.1.0a2
1.1.0a1: Virtual hashtags, elevation gain
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
- @baihuqian made their first contribution in #4
- @lgangitano made their first contribution in #10
Full Changelog: 1.0.2...1.1.0a1
1.0.2: Cleanups (keeping up with evolving Python ecosystem)
1.0.1: Fix parsing of dates not parsed by the YAML parser itself
Fixes parsing of some shorter dates (e.g. without seconds) mentioned in the docs.
1.0.0: Bump dependencies, release out of beta
This has been around for a while, let's mark this as the final 1.0 release. :-)
1.0.0b3: sanity checks
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
More precise comment for Rule.__add__