From dc7afffe8a4ab7307f081b8f11ebf98363557f3d Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Thu, 10 Jul 2025 18:52:27 +0200 Subject: [PATCH] updates changelog --- CHANGELOG.md | 17 +++++++++++++++++ docs/src/content/docs/run/changelog.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0a3618..49d6827b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.17.2 +## Features +- Trails in the map view can now be sorted +- Adds ogp metadata tags for SEO +- Public profiles are now accessible by anonymous users +- A trail's direction can now be reversed in the editor + +## Bug fixes +- Waypoint descriptions are now properly formatted +- The summit log table on the statistics page shows data again +- Fixes bug that caused lists to disappear when having more than 5 lists +- Removing the hillshading URL is now possible +- Clicking on a category on the homepage links to the correct trails page again +- Fixes bug that caused trail to disappear when switching map style to OpenTopoMap +- Trails are now correctly marked as "(Not) Completed" when adding (deleting) a summit log +- Allow links to other sites when hosting a private instance + # v0.17.1 ## Features diff --git a/docs/src/content/docs/run/changelog.md b/docs/src/content/docs/run/changelog.md index 68980687..ef239156 100644 --- a/docs/src/content/docs/run/changelog.md +++ b/docs/src/content/docs/run/changelog.md @@ -2,6 +2,23 @@ title: Changelog description: What changed in the last patch? --- +## v0.17.2 +### Features +- Trails in the map view can now be sorted +- Adds ogp metadata tags for SEO +- Public profiles are now accessible by anonymous users +- A trail's direction can now be reversed in the editor + +### Bug fixes +- Waypoint descriptions are now properly formatted +- The summit log table on the statistics page shows data again +- Fixes bug that caused lists to disappear when having more than 5 lists +- Removing the hillshading URL is now possible +- Clicking on a category on the homepage links to the correct trails page again +- Fixes bug that caused trail to disappear when switching map style to OpenTopoMap +- Trails are now correctly marked as "(Not) Completed" when adding (deleting) a summit log +- Allow links to other sites when hosting a private instance + ## v0.17.1 ### Features