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'} }
],
},
}Bug fixes
- Fixed cadence accuracy for running and walking activities by correctly doubling the cadence value where needed.
Technical details
- ISSUE #1974: Cadence needs to be doubled for runs and walks by @robiningelbrecht in #1978
- feat(translations): more fr by @christian-vdz in #1972
- ISSUE #1976: Provide GitHub Container Packages as alternative to dock… by @robiningelbrecht in #1977
- ISSUE #1979: Calculate and display Grade Adjusted Pace (GAP) for running activities by @cgtobi #1981
- ISSUE #1984: Move activity split average heart rate calculation to CalculateActivityMetrics pipeline by @robiningelbrecht in #1989
- ISSUE #1988: Training goal based on date range by @robiningelbrecht in #1991
New Contributors
Full Changelog: v4.7.6...v4.7.7