Skip to content

Releases: martin-ueding/geo-activity-playground

0.38.0

26 Jan 12:55
Compare
Choose a tag to compare

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

18 Jan 20:04
Compare
Choose a tag to compare

New features:

  • GH-215: Add unified activity filter for activity overview, heatmap, Eddington number, summary statistics.

Fixes:

  • GH-218: Fix Docker build with Poetry 2.0.
  • GH-219: Fix equipment summary when routes are present.

0.36.2

10 Jan 20:39
Compare
Choose a tag to compare
  • GH-217: Try to fix search view for routes without time information.

0.36.1

06 Jan 20:10
Compare
Choose a tag to compare
  • GH-216: Remove integrity from assets.

0.36.0

04 Jan 11:37
Compare
Choose a tag to compare
  • 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

03 Jan 20:39
Compare
Choose a tag to compare
  • GH-208: Support activity files with uppercase suffix.
  • Do some internal changes to the map background generation for share pictures.
  • Do some refactoring in the web code.

0.35.0

01 Jan 08:20
Compare
Choose a tag to compare
  • Add button to explorer tile map to remove map background.

0.34.2

31 Dec 08:29
Compare
Choose a tag to compare
  • Host another JavaScript asset locally.

0.34.1

30 Dec 20:34
Compare
Choose a tag to compare
  • Host all assets locally to avoid using CDNs.

0.34.0

21 Dec 13:35
Compare
Choose a tag to compare
  • 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.