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
- ISSUE #939: Improve rewind compare links by @robiningelbrecht in #940
- ISSUE #937: Expose monthly stats as a dashboard widget by @robiningelbrecht in #941
- ISSUE #916: Escape activity titles when rendering lightGallery by @robiningelbrecht in #917
Full Changelog: v3.1.1...v3.1.2