v3.2.1
·
2223 commits
to master
since this release
This release introduces 2 new dashboard widgets:
gearStats
{ 'widget': 'gearStats', 'width': 50, 'enabled': true, 'config': { 'includeRetiredGear': true } }mostRecentChallengesCompleted
{ 'widget': 'mostRecentChallengesCompleted', 'width': 50, 'enabled': true, 'config': { 'numberOfChallengesToDisplay': 5 } }What's Changed
- ISSUE #955: Add average heart rate to segment efforts by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/963
- ISSUE #957: Make sure tab IDs are unique for all dashboard widgets by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/964
- ISSUE #966: Gear widget by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/968
- ISSUE #966: Challenges widget by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/969
- ISSUE #970: Better CLI debug output by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/971
Full Changelog: robiningelbrecht/statistics-for-strava@v3.2.0...v3.2.1