Releases: Flomp/wanderer
Releases · Flomp/wanderer
v0.13.2
v0.13.2
Security
- Fixes potential XSS attack vector in waypoint and summit log map popups
Features
- Adds page loading bar
- Improves route editor interface
- Adds location search to trail create and edit form
- You can now focus the map on your geolocation
- Updates max. photo size for waypoints, summit logs and trails to 20MB
Bug fixes
- Fixes bug that caused new users to not be redirected after registering
- Fixes bug that caused map coordinates to not wrap properly
- Fixes bug that caused new users to not be able to create lists
- Clicking on an icon in the waypoint icon picker now picks the correct icon
- Fixes bulk auto-upload
- Deleting an account now properly cascade deltes all associated objects from the database
Translations
- New translation: Spanish (thanks to @xccose)
- Updated translations (thanks to all contributors)
v0.13.1
v0.13.1
Features
- Improves loading speed of the home page
- Improves server side rendering of certain components
Translations
- Various additions across multiple languages (thanks to all contributors)
Bug fixes
- Fixes a bug that hid the map on some sites on mobile devices
- Fixes responsive layouts on mobile devices
v0.13.0
v0.13.0
Features
- Adds a profile page with timeline, trails and stats of the respective user
- Adds notifications (on the website and via email) for various events (e.g. a new comment on your trail). Notifications can be toggled in the settings.
- You can now follow other users
- Settings page overhaul:
- Clearer setting sections
- Option to add a personal biography
- New privacy settings page
- New notification settings page
- Lists can now be public
- Lists can now be filtered and sorted
- Trails can now be displayed as a table (thanks @tofublock)
- Minor quality of life improvements:
- more descriptive error messages
- uniform empty states
Bug fixes
- Fixes bug that caused trails to not be displayed for new users
- Fixes various bugs related to improper API data validation
Docs
- Improves and updates API reference
- Improves clarity of "From source installation" guide
v0.12.0
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
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 yourdata.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
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
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
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
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
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
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
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