github robiningelbrecht/statistics-for-strava v4.8.6

5 hours ago

New features

  • Allow to configure all maps instead of the heatmap only

Warning

We slightly altered the configuration of the heatmap to take all maps into account.

Configuration before:

appearance:
  heatmap:
    polylineColor: '#fc6719'
    tileLayerUrl: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'
    enableGreyScale: true
    initialCenter: null
    initialZoom: null

Configuration now:

appearance:
  maps:
    polylineColor: '#fc6719'
    tileLayerUrl: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'
    enableGreyScale: true
    heatmap:
      initialCenter: null
      initialZoom: null

These changes are reflected in the documentation: https://docs.getsfs.app/#/configuration/main-configuration

Improvements

  • Allow for activity descriptions to be expanded when clicking them

Bug fixes

  • Fix buggy behaviour when using the browser's back button

Technical details

Full Changelog: v4.8.5...v4.8.6

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

NewReleases is sending notifications on new releases.