Skip to content

Releases: Flomp/wanderer

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

v0.4.0

13 Apr 20:38
Compare
Choose a tag to compare

v0.4.0

Features

  • Trails can now be printed to PDF. Select "Print" from the menu when viewing a trail.
  • Trails can now have a date.
  • You can now comment on trails
  • Adds a setting to focus the map on all trails instead of a specific location

Bug fixes

  • fixed a bug that would show a wrong date for summit logs for certain time zones (now really)
  • fixed a bug that prevented waypoints from showing up in public trails

v0.3.2

05 Apr 15:06
Compare
Choose a tag to compare

v0.3.2

Bug fixes

  • Fixed a bug that caused a 500 Internal Error to appear when viewing trails without an account

Translations

  • improves Dutch translation (thanks to Vistaus)

v0.3.1

03 Apr 21:36
Compare
Choose a tag to compare

v0.3.1

Features

  • Max values for elevation gain and distance filters are now dynamically calculated based on your longest trail
  • Disabling username/email & password auth in PocketBase is now reflected in wanderer's login UI

Bug fixes

  • Fixed a bug that prevented import trails from appearing in map view

Translations

  • adds Simplified Chinese translation (thanks to icyleaf)

Dependencies

  • updates PocketBase to v0.22.7

v0.3.0

31 Mar 12:26
Compare
Choose a tag to compare

v0.3.0

Features

  • Trails can now be added to a list while editing or creating a trail. The trail must be saved at least once to add it to a list.
  • wanderer now has an auto-upload folder. GPX files in this folder will be autmatically uploaded and converted to a trail. Read the docs for more information.
  • addded support for TCX and KML files. Note that this feature is still experimental. Please report any issues you encounter.
  • added OAuth support. Read here how to enable providers.

Bug fixes

  • fixed a bug that would show a wrong date for summit logs for certain time zones
  • added client side validation for usernames

Translations

  • adds French translation (thanks to seb2020)
  • adds Hungarian translation (thanks to sszemtelen)