Releases: Flomp/wanderer
Releases · Flomp/wanderer
v0.8.1
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
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
v0.7.3
Features
- Adds support for FIT files
Bug fixes
- Fixes display issue for the filter panel in the map view
Translations
- adds Italian translation (thanks to lukasitaly)
v0.7.2
v0.7.1
v0.7.0
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
v0.6.0
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
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
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