From 9529c6b0d2bb5c7838b8551a83266e2dc8732932 Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Tue, 15 Apr 2025 20:42:07 +0200 Subject: [PATCH] v0.16.3 --- CHANGELOG.md | 15 +++++++++++++++ .../src/content/docs/getting-started/changelog.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) 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