8000 Releases Β· Flomp/wanderer Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Flomp/wanderer

v0.17.0

21 Jun 09:14
Compare
Choose a tag to compare

v0.17.0

Caution

This release contains breaking changes. They are marked with a ⚠️.
Please update to version v0.16.5 first before updating to v0.17.0.

Configuration

Check the reopsitory's docker-compose.yml for a valid configuration.

  • ⚠️ The PocketBase environment variable POCKETBASE_ENCRYPTION_KEY is now required. It requires a valid 32 character AES key as its value. To generate a key, run openssl rand -hex 16.
  • ⚠️ The PocketBase environment variable ORIGINis now required. It must be set to the public IP or hostname (including the port) of your wanderer frontend and must equal the value set for the frontend's ORIGIN environment variable.

Features

  • Adds federation
  • Adds rich text editor for descriptions and comments

Docs

  • Adds documentation for federation
  • Restructures the documentation in three distinct parts (for users, admins & developers) for better separation of concerns

Translation

v0.16.5

26 Apr 18:02
Compare
Choose a tag to compare

v0.16.5

Features

  • Further performance improvements when showing large amount of trails on the map
  • Elevations are now recalculated when importing trails leading to improved elevation gain/loss calculation

Bug fixes

  • Tags are now properly displayed for trails on the front page
  • Direct links to a list now properly load the trails in the list
  • Fixes bug that caused trails with waypoints being rejected by the upload API
  • Fixes duration for summit logs imported from komoot
  • Fixes performance issues when loading trails with summit logs or waypoints

v0.16.4

18 Apr 11:24
Compare
Choose a tag to compare

v0.16.4

Security

Caution

Fixes a critical vulnerability where, in rare cases, registered users could temporarily inherit another user's session. This was caused by an incorrectly scoped PocketBase instance being shared across concurrent requests on the server.

Impact:

  • Affects all versions prior to v0.16.4
  • Risk of temporary user session mix-up during concurrent requests

Fix:

  • Authentication is now correctly isolated per request
  • Session handling is fully secured on both client and server

Action Required:

  • Please update to v0.16.4 immediately and restart your wanderer instance to apply the fix

v0.16.3

15 Apr 18:54
Compare
Choose a tag to compare

v0.16.3

Features

  • Adds option to add waypoints directly by uploading photos with EXIF data
  • Performance improvemtents when loading acitivities
  • Major performance improvements when displaying multiple tracks on the map
  • Adds ENV variables to configure pocketbase SMTP settings

Bug fixes

  • Fixes untranslated trail difficulty in table view
  • Fixes wrong file extension when exporting trails on mobile
  • Completed tours synced from komoot are now also marked as completed in wanderer

Docs

  • Updates ENV variables section to reflect changes mentioned above

v0.16.2

11 Apr 14:48
Compare
Choose a tag to compare

v0.16.2

Features

  • Adds various settings for route calculations
  • Trails with no photos will now have an autogenerated route preview as the thumbnail
  • Pressing "M" in the map view will hide the trail
  • Reduces data when loading lists (thanks @slothful-vassal)
  • Trails are no longer automatically marked as completed upon creation. You will need to create a summit log manually to do so
  • If SMTP settings are present, new users will be asked to confirm their email address

Bug fixes

  • Fixes bug that prevented totals from getting updated when creating a new route
  • Comments in GPX files are now ignored when importing from the client side
  • Fixes issue that prevented oAuth registered users from saving their settings
  • Fixes bug that prevented new users from commenting
  • The stats page now correctly shows more than 30 activities

Docs

  • Fixes allowed values for trail difficulty in API reference
  • Fixes env var descriptions
  • Updates oAuth docs to reflect changes in PocketBase

v0.16.1

28 Mar 20:17
Compare
Choose a tag to compare