Skip to content

Commit 2abd9e9

Browse files
Bumped APP version to v4.4.0
1 parent e7e6405 commit 2abd9e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# [v4.4.0](https://github.com/robiningelbrecht/statistics-for-strava/releases/tag/v4.4.0) - 2026-01-19
22

3+
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+
317
## What's Changed
418
* ISSUE #1642: Activity heatmap -> activities link does not use subpath by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1643
519
* ISSUE #1644: Improve hover states of context buttons by @robiningelbrecht in https://github.com/robiningelbrecht/statistics-for-strava/pull/1645

0 commit comments

Comments
 (0)