New features
- Added a new Cadence Distribution chart to better visualize cadence data
- Added configuration support to exclude specific activities from Peak Power Outputs calculations.
metrics:
# An array of activity ids to exclude from peak power outputs.
# This allows you to blacklist specific activity IDs from the peak power calculation.
# ["123456789", "987654321"]
excludeActivitiesFromPeakPowerOutputs: []Improvements
- Added French translations (thanks to @christian-vdz).
- Added zoom/slider controls to the FTP dashboard widget for easier navigation.
- Improved Athlete Weight History tooltip formatting for clearer and more consistent display.
Bug fixes
- Fixed activity sorting issues where ordering by distance and pace could be slightly incorrect.
- Fixed challenge imports by removing duplicate imported challenges.
Technical details
- feat(translations): new fr by @christian-vdz in #1951
- ISSUE #1960: Sorting Activities by Distance and Pace is slightly off by @robiningelbrecht in #1961
- ISSUE #1963: Remove duplicate imported challenges by @robiningelbrecht in #1964
- ISSUE #1958: Zoom/Slider for FTP dashboard widget by @robiningelbrecht in #1965
- ISSUE #1957: Allow excluding specific activities from Peak Power Outputs via config by @robiningelbrecht in #1966
- ISSUE #1959: Distribution Chart - Cadence by @robiningelbrecht in #1967
- ISSUE #1968: AthleteWeightHistoryChart tooltip formatting by @robiningelbrecht in #1970
New Contributors
- @christian-vdz made their first contribution in #1951
Full Changelog: v4.7.5...v4.7.6