updates changelog

This commit is contained in:
Christian Beutel
2025-01-17 12:37:28 +01:00
parent 0373b5f0ae
commit e4d05e6ea1
2 changed files with 46 additions and 0 deletions

View File

@@ -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 # v0.13.1
## Features ## Features

View File

@@ -2,6 +2,29 @@
title: Changelog title: Changelog
description: What changed in the last patch? 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 ## v0.13.1
### Features ### Features