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: 12Improvements
- 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
- ISSUE #1996: Update docs with Github container registry reference by @robiningelbrecht in #1998
- Add Hungarian (hu_HU) translation by @czdanika in #2002
- ISSUE #2001: Fixed best efforts YTD label by @robiningelbrecht in #2003
- ISSUE #1999: Weekly stats, data label of rightmost data point is partially cutoff by @robiningelbrecht in #2004
- ISSUE #2000: Pace rounding in Segments charts by @robiningelbrecht in #2005
- ISSUE #2006: Add winter sports to Yearly stats chart by @robiningelbrecht in #2007
- ISSUE #2008: Add pre-configured links to the date filters by @robiningelbrecht in #2010
- ISSUE #2009: Allow to configure heatmap to load on fixed view port by @robiningelbrecht in #2011
New Contributors
Full Changelog: v4.7.8...v4.7.9