diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3634ad..c1d10d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 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 ## Features - Adds various settings for route calculations diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index 70185c57..4671455b 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -2,6 +2,21 @@ title: Changelog description: What changed in the last patch? --- +## 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 ## Features - Adds various settings for route calculations