Releases: martin-ueding/geo-activity-playground
Releases · martin-ueding/geo-activity-playground
0.38.0
New features:
- Show history of recent filters.
- Allow saving filters as favorites.
- GH-192: Add average speed to various views.
- GH-199: Add elevation gain extraction. Be aware that this is very noisy for most GPS devices as they lack a barometer.
- "Hall of Fame" includes additional nominations per equipment used.
- GH-195: Add Eddington number with activities from just single years.
- GH-195: Add time evolution of Eddington number.
- GH-195: Add Eddington number but grouped by weeks instead of days.
Fixes:
- GH-225: Sort activities by date descending in the search view.
- GH-224: Replace empty strings in kind and equipment with literal "Unknown".
- GH-223: Remove duplicate legend for day overview.
- GH-222: Add authentication to enablement of additional zoom levels.
- Sort equipment details by last use.
- Make Eddington plots only zoomable in one axis.
- Add uniform kind scale to equipment usage plots.
0.37.0
0.36.2
0.36.1
0.36.0
- GH-212: Add date filter to heatmap.
- GH-209: Add square planner to navigation.
- GH-211: Clip speed coloring with IQR to remove outliers.
Internal stuff:
- GH-206: Remove multiprocessing for parsing activities due to warnings about multithreading. This unfortunately slows down initial processing.
- GH-214: Start to simplify the controller structure.
- GH-213: Encode kinds via integers in heatmap to protect it against weird kind names containing control symbols.
0.35.1
0.35.0
- Add button to explorer tile map to remove map background.
0.34.2
- Host another JavaScript asset locally.
0.34.1
- Host all assets locally to avoid using CDNs.
0.34.0
- GH-197: Enforce UTF-8 encoding when reading the
activities.csv
from the Strava export. - GH-197: Make CSV header parsing a bit more robust.
- GH-201: Correct label for equipment "kinds" plot.
- GH-203: Fix documentation, remove
--skip-strava
and replace it with--skip-reload
. - GH-205: Fix mismatch between ISO week and regular year.
- GH-157: Add a share picture per day.