⚠️ We moved the sorting of sportTypes away from the import process by introducing a new setting:
appearance:
# With this list you can decide the order the sport types will be rendered in. For example in the tabs on the dashboard.
# You don't have to include all sport types. Sport types not included in this list will be rendered by the app default.
# A full list of allowed options is available on https://statistics-for-strava-docs.robiningelbrecht.be/#/configuration/main-configuration?id=supported-sport-types
sportTypesSortingOrder: []
What's Changed
- ISSUE #795: Reverse months when rendering ConsistencyChallenges by @robiningelbrecht in #797
- ISSUE #793: Add tooltips to column icons by @robiningelbrecht in #798
- ISSUE #796: Fix elevation chart when elevation is below sea level by @robiningelbrecht in #799
- ISSUE #792: Move sorting of sport types away from importing them by @robiningelbrecht in #800
Full Changelog: v2.3.5...v2.3.6