Skip to content

Releases: Flomp/wanderer

v0.12.0

05 Dec 18:52
Compare
Choose a tag to compare

v0.12.0

Caution

This release contains breaking changes. Most migrations will happen automatically, but you will need to take action in two places that will be clearly marked ⚠️ further down.

Maintenance

  • Updates to meilisearch version 0.11.3.
  • ⚠️ meilisearch indices are not compatible across minor versions. This means you will need to rename or delete your data.ms folder on your host system to force meilisearch to rebuild the index on the next start (note that this can take a little while).

Features

  • Adds password reset email function for users (see docs for more info)
  • You can now add photos to your summit logs
  • Complete rewrite of the map logic switching from raster to vector tiles

⚠️ Custom raster tilesets added via Settings -> Display -> Tilesets will no longer work. You will have to delete them for the map to show correctly. Tileset URLs must now point to a valid style.json describing a vector tileset (see docs for more info).

  • 3D Terrain and Hillshading are now available (see docs for more info)
  • Adds two more default map styles: CARTO Light & Dark
  • Adds loading animations for trail lists

Bug fixes

  • Fixes bug that caused a new trail to be created instead of updated when uploading a new GPS data source to an existing trail
  • Fixes bug that caused trails to throw a 404 error when they had summit logs created before v0.11.0
  • Waypoint markers can now also be dragged after a trail was saved
  • Fixes issue with GPX export when using Google Chrome (thanks @tofublock)

Miscellaneous

As the number of contributors to this project continues to grow (which I’m very happy about), I’ve set up a Discord channel for more direct communication. If you’re interested in helping with Wanderer, feel free to join!

v0.11.0

16 Nov 15:50
Compare
Choose a tag to compare

v0.11.0

Features

  • Other user's profiles can now be viewed
  • The summit log author is now listed in the summit log table
  • The trail author is now listed for every trail
  • Trails can now be filtered by author
  • Users will now receive an error message when they try to upload a photo that is too large
  • Updated 3D Model on front page

Bug fixes

  • Waypoints and summit logs of shared trails are now properly displayed
  • Fixes missing translation for trail categories
  • Fixes events in profile calendar

v0.10.1

16 Nov 15:49
Compare
Choose a tag to compare

v0.10.1

Features

  • Adds elevation loss to trails. Please note that trails created before this version will have a default elevation loss of 0. Edit & save to update.

Bug fixes

  • Fixes bug that caused auto-added summit logs to not have distance, durtaion etc.
  • Fixes error in the auto-upload feature
  • Fixes access permissions for profile page
  • A summit log is now also created automatically when you upload a trail directly
  • Fixes link to the API documentation in footer

v0.10.0

07 Nov 15:54
Compare
Choose a tag to compare

v0.10.0

Features

  • A new summit log entry is now added automatically when uploading a new GPX file for a new or existing trail
  • GPX files can now be attached to summit logs
  • Adds a new profile page with filterable statistics derived from summit log GPX data
  • When importing a GPX file the filename will be used as a fallback

v0.9.0

14 Sep 18:21
Compare
Choose a tag to compare

v0.9.0

Features

  • Complete visual overhaul of the list page
  • Lists can now be shared with other users
  • Updates visual style for waypoints

Bug fixes

  • Fixes a bug that caused categories not to load properly on page reload
  • Fixes icon picker suggestions for waypoints
  • Fixes a bug that would prevent public and shared trails from showing up in the overview

v0.8.2

14 Sep 18:20
Compare
Choose a tag to compare

v0.8.2

Features

  • The pagination is now available at top and bottom
  • HEIC image format is now supported
  • Exporting only a trail without summit logs or photos will create a single file instead of a ZIP folder
  • The current page is now remembered when navigating back to the trail overview

Bug fixes

  • Fixed map height when viewing a trail in detail view

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