Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 17:47
7d3fe58

0.5.0 (2026-06-08)

Features

  • add 'walk via roads' option to floating widget map bottom sheet (3989d83)
  • add missing export fields for hot locations and jitter settings (d3ff603)
  • add support for geo: URI scheme from coorward.html and similar tools (3bf7a96)
  • categorize hot locations by country/city with hierarchical checkboxes (d65d32f)
  • per-location hot locations selection + 6 Chicago locations (21a716b)
  • show green dot on map when tapping a walk/waypoint location (4e2d414)
  • show tap marker on map and allow repositioning while sheet is open (ad10141)
  • wiki: add Algolia DocSearch v4 (972dc37)

Bug Fixes

  • accept application/xml and text/xml MIME types in GPX file picker (0c32981), closes #10
  • allow infinite "Add next point" chaining in widget floating map (b46675e)
  • clear map traces when walk/route/ephemeral replay completes (aa95a65)
  • flicker on cooldown display (3736143)
  • keep map floating view open after walk/roaming actions (003d2c4)
  • persist last location regardless of spoof state (2ed6078)
  • persist sort of routes/favorites (0b10cd6)
  • reduce refresh rate on cooldown (5aaf31a)
  • remove redundant city/country names from hot locations (ef1b587)
  • remove StateFlow.value calls within composition in WidgetPanelPresenter (9d60c05)
  • reset zoom to default when re-centering camera (29af51d)
  • resolve all Kotlin compiler warnings (34277bb)
  • route replay broken after service restart due to cancelled singleton scope (c4bb83c)
  • share ephemeral waypoints via EphemeralReplayController.pendingWaypoints (606c513)
  • use appropriate zoom level when teleporting to favorites (4e21c80)