Releases: liskin/strava-offline
Releases · liskin/strava-offline
v1.1.1a1: CI maintenance
Merge branch 'template'
1.1.0: Add sport_type, trainer activity columns
Full Changelog: 1.0.4...1.1.0
1.0.4: Cleanups (keeping up with evolving Python ecosystem)
1.0.3: Fix has_location_data
- Fix has_location_data being True for manual activities
- various packaging and CI changes
Full Changelog: 1.0.2...1.0.3
1.0.2: Bump dependencies
Update click to 8.0
1.0.1: Drop pytz dependency
Plus some README updates and adjustments for newer mypy.
1.0.0: configuration file, cleanups
Ready for 1.0! 🥳
1.0.0b6: skip downloading GPX for activities without any location data
Skip downloading GPX for activities without any location data: this should fix the gpx download crashing when trying to download activities that only have heart rate data, like swims recorded using smartwatches.
1.0.0b5: fix --strava4-session command-line option
- Fix --strava4-session command-line option
1.0.0b4: compatibility with requests-oauthlib 1.2.0+
Fix compatibility with requests-oauthlib 1.2.0+