github robiningelbrecht/statistics-for-strava v4.4.0

8 hours ago

To properly calculate activity intensities, we introduced a new config option:

general:
  athlete:
    # The formula used to calculate your resting heart rate. The default is heuristicAgeBased.
    # Allowed values: a fixed number, heuristicAgeBased or you can set a fixed number for any given date range.  
    restingHeartRateFormula: 'heuristicAgeBased'
    # restingHeartRateFormula: 50
    # restingHeartRateFormula:
    #    "2020-01-01": 53
    #    "2025-01-10": 55

What's Changed

New Contributors

Full Changelog: v4.3.6...v4.4.0

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

NewReleases is sending notifications on new releases.