You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To properly calculate activity intensities, we introduced a new config option:
4
+
5
+
```yaml
6
+
general:
7
+
athlete:
8
+
# The formula used to calculate your resting heart rate. The default is heuristicAgeBased.
9
+
# Allowed values: a fixed number, heuristicAgeBased or you can set a fixed number for any given date range.
10
+
restingHeartRateFormula: 'heuristicAgeBased'
11
+
# restingHeartRateFormula: 50
12
+
# restingHeartRateFormula:
13
+
# "2020-01-01": 53
14
+
# "2025-01-10": 55
15
+
```
16
+
3
17
## What's Changed
4
18
* ISSUE #1642: Activity heatmap -> activities link does not use subpath by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1643
5
19
* ISSUE #1644: Improve hover states of context buttons by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1645
0 commit comments