github robiningelbrecht/statistics-for-strava v4.7.9

4 hours ago

New features

  • SFS Docker image is now also published on the GitHub Container Registry.
  • Added a Hungarian (hu_HU) translation.
  • Added an option to configure the heatmap to load with a fixed viewport.
appearance:
  heatmap:
    # Optional, sets the initial center point of the heatmap as [latitude, longitude].
    # When set together with initialZoom, the map will use this fixed viewport instead of auto-fitting to your most active area.
    # 🔥 PRO tip: You can easily get the latitude and longitude by navigating to a location in Google Maps. The coordinates are shown in the URL.
    # Leave empty to auto-fit.
    initialCenter: null
    # initialCenter: [51.05, 3.72]
    # Optional, sets the initial zoom level of the heatmap (1-18, where 1 is fully zoomed out and 18 is street-level).
    # Must be used together with initialCenter.
    initialZoom: null
    # initialZoom: 12

Improvements

  • Added winter sports to the Yearly stats chart.
  • Added pre-configured quick links to the date filter options.

Bug fixes

  • Fixed the incorrect “Best Efforts YTD” label.
  • Fixed an issue where the label of the rightmost data point in weekly stats was partially cut off.
  • Fixed pace rounding in the Segments charts.

Technical details

New Contributors

Full Changelog: v4.7.8...v4.7.9

Don't miss a new statistics-for-strava release

NewReleases is sending notifications on new releases.