github robiningelbrecht/statistics-for-strava v4.7.7

12 hours ago

New features

  • Introduced Grade Adjusted Pace (GAP) for running activities
  • Training goal widget allows goals to be configured based on a specific date range
'config': {
  'goals': {
    'weekly': [
      { label: 'Cycling', enabled: true, type: 'distance', unit: 'km', goal: 200,  restrictToDateRange: {from: '2026-01-01', to: '2026-03-31'} }
    ],
  },
}

https://statistics-for-strava-docs.robiningelbrecht.be/#/configuration/dashboard-widgets?id=traininggoals

Bug fixes

  • Fixed cadence accuracy for running and walking activities by correctly doubling the cadence value where needed.

Technical details

New Contributors

Full Changelog: v4.7.6...v4.7.7

Don't miss a new statistics-for-strava release

NewReleases is sending notifications on new releases.