This commit is contained in:
Christian Beutel
2025-04-26 19:56:00 +02:00
parent acc16a6f2c
commit 40da416083
2 changed files with 25 additions and 0 deletions

View File

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

View File

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