Skip to content

v4.4.0

Choose a tag to compare

@robiningelbrecht robiningelbrecht released this 19 Jan 09:52

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: robiningelbrecht/statistics-for-strava@v4.3.6...v4.4.0