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 #963
- ISSUE #957: Make sure tab IDs are unique for all dashboard widgets by @robiningelbrecht in #964
- ISSUE #966: Gear widget by @robiningelbrecht in #968
- ISSUE #966: Challenges widget by @robiningelbrecht in #969
- ISSUE #970: Better CLI debug output by @robiningelbrecht in #971
Full Changelog: v3.2.0...v3.2.1