From 40da416083a011726c5f66f0b55152c5ddcb6dce Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Sat, 26 Apr 2025 19:56:00 +0200 Subject: [PATCH] v0.16.5 --- CHANGELOG.md | 13 +++++++++++++ docs/src/content/docs/getting-started/changelog.md | 12 ++++++++++++ 2 files changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7f0cd6..46f36569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 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 ## Security > [!CAUTION] diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index a7d1efbe..54306f24 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -2,6 +2,18 @@ title: Changelog description: What changed in the last patch? --- +## 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 ### Security :::caution