From e4d05e6ea112978cb91d512a5f3ce49aaea1dcad Mon Sep 17 00:00:00 2001 From: Christian Beutel <> Date: Fri, 17 Jan 2025 12:37:28 +0100 Subject: [PATCH] updates changelog --- CHANGELOG.md | 23 +++++++++++++++++++ .../content/docs/getting-started/changelog.md | 23 +++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b40d9abe..7920ed44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v0.13.2 + +## Security +- Fixes potential XSS attack vector in waypoint and summit log map popups + +## Features +- Adds page loading bar +- Improves route editor interface +- Adds location search to trail create and edit form +- You can now focus the map on your geolocation + +## Bug fixes +- Fixes bug that caused new users to not be redirected after registering +- Fixes bug that caused map coordinates to not wrap properly +- Fixes bug that caused new users to not be able to create lists +- Clicking on an icon in the waypoint icon picker now picks the correct icon +- Fixes bulk auto-upload +- Deleting an account now properly cascade deltes all associated objects from the database + +## Translations +- New translation: Spanish (thanks to @xccose) +- Updated translations (thanks to all contributors) + # v0.13.1 ## Features diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md index 8108154d..fb80e147 100644 --- a/docs/src/content/docs/getting-started/changelog.md +++ b/docs/src/content/docs/getting-started/changelog.md @@ -2,6 +2,29 @@ title: Changelog description: What changed in the last patch? --- +## v0.13.2 + +### Security +- Fixes potential XSS attack vector in waypoint and summit log map popups + +### Features +- Adds page loading bar +- Improves route editor interface +- Adds location search to trail create and edit form +- You can now focus the map on your geolocation + +### Bug fixes +- Fixes bug that caused new users to not be redirected after registering +- Fixes bug that caused map coordinates to not wrap properly +- Fixes bug that caused new users to not be able to create lists +- Clicking on an icon in the waypoint icon picker now picks the correct icon +- Fixes bulk auto-upload +- Deleting an account now properly cascade deltes all associated objects from the database + +### Translations +- New translation: Spanish (thanks to @xccose) +- Updated translations (thanks to all contributors) +- ## v0.13.1 ### Features