This commit is contained in:
Christian Beutel
2025-04-15 20:42:07 +02:00
parent 083f5a5d81
commit 9529c6b0d2
2 changed files with 30 additions and 0 deletions

View File

@@ -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

View File

@@ -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