Skip to content

Releases: Flomp/wanderer

v0.8.1

10 Aug 16:19
Compare
Choose a tag to compare

v0.8.1

Features

  • Public and shared trails can now be exported and printed

Bug fixes

  • Correctly adds the xmlns header to exported GPX files
  • Fixes detail view for shared and public trails
  • Fixes bug that caused the default category to be re-applied when editing a trail

v0.8.0

13 Jul 21:23
Compare
Choose a tag to compare

v0.8.0

Features

  • The settings page layout got a complete visual overhaul
  • You can now change your email and password from the web UI
  • You can import GPX, KML, TCX, and FIT files directly through the UI or using the API
  • Exporting all trails at once is now possible on the settings page
  • Additional custom map tile sets can now be added via the settings page

Bug fixes

  • Added multiple missing translations
  • The hotline metric selector icons are now radio buttons instead of checkboxes

v0.7.3

03 Jul 11:41
Compare
Choose a tag to compare

v0.7.3

Features

  • Adds support for FIT files

Bug fixes

  • Fixes display issue for the filter panel in the map view

Translations

v0.7.2

03 Jul 11:41
Compare
Choose a tag to compare

v0.7.2

Bug fixes

  • Icons in dropdown menus are now displaying properly again
  • The trail id is now returned when using the upload API endpoint

v0.7.1

16 Jun 09:03
Compare
Choose a tag to compare

v0.7.1

Features

  • A warning is now displayed if the ORIGIN environment variable is misconfigured

Bug fixes

  • Fixes login for http connections
  • Trails are now properly sorted across all pages

v0.7.0

15 Jun 17:54
Compare
Choose a tag to compare

v0.7.0

Features

  • Trail sort and sort direction are now remembered through a page reload
  • You can now pick between OpenStreetMaps and OpenTopoMaps tiles
  • The gradient track line can now display altitude, slope, and speed
  • A waypoint's coordinates can now be inferred from a photo's EXIF data

Docs

  • Added a guide for custom categories

v0.6.1

11 Jun 01:15
Compare
Choose a tag to compare

v0.6.1

Bug fixes

  • Fixes a bug that would show wrong comments under a trail
  • Fixes an overflow issue in list views
  • Settings are now created properly when signing up with OAuth
  • Fixes a bug that caused properly named trails to get a generic name

v0.6.0

07 Jun 13:43
Compare
Choose a tag to compare

v0.6.0

Features

  • You can now share trails with other users by selecting "Share" from the trail contextmenu. You can set the permission level as "View" or "Edit".
  • Adds missing translations

Bug fixes

  • Fixed a bug that prevented comments from showing up
  • GPX files without a name in the metadata section will now receive a generic name when uploaded through the API

v0.5.1

05 May 14:39
Compare
Choose a tag to compare

v0.5.1

Features

  • You can now export trails as GPX or GEOJson files. Optionally you can include photos and summit book entries of the trail. This replaces the "Download GPX" function in previous versions.

Bug fixes

  • Fixed a bug that would prevent users from creating multiple summit log entries without reloading the page
  • wanderer now takes the <rte> tag into account when displaying a trail on the map
  • A trail's date attribute is now the current date by default

v0.5.0

02 May 20:55
Compare
Choose a tag to compare

v0.5.0

⚠️ Breaking changes ⚠️

  • This version updates the index pattern of the meilisearch index. Please delete your data.ms folder before launching wanderer. The indices will be rebuilt on launch. Otherwise trail filtering will no longer work.

Features

  • Trails can now be filtered by date
  • Elevation, slope and speed graphs are now also visible when creating a new trail
  • When creating a new trail you now have the option to create a new route from scratch without uploading a GPX file. Press the "Draw a route" button and plan your new route directly in wanderer. We use valhalla and their associated free hosted service to calculate the routes. To activate the feature make sure to set the PUBLIC_VALHALLA_URL environment variable on you wanderer-web service. See the current docker-compose.yml for a working configuration.

Bug fixes

  • Uploaded trails will now have a date if it can be parsed from the file