Skip to content

v3.1.2

Choose a tag to compare

@robiningelbrecht robiningelbrecht released this 31 Jul 07:14
· 2227 commits to master since this release

This release introduces a new dashboard widget for monthly stats.

appearance:
  dashboard:
    # The width is a percentage of the available space, so 33 means the widget will take up one third of the available space.
    # The allowed values for width are 33, 50, 66, and 100.
    # The order of the widgets in the list determines their order on the dashboard.
    layout:
      - { 'widget': 'monthlyStats', 'width': 100, 'enabled': true, 'config': { 'context': 'distance', enableLastXYearsByDefault: 10 } }

What's Changed

Full Changelog: robiningelbrecht/statistics-for-strava@v3.1.1...v3.1.2