updates changelog

This commit is contained in:
Christian Beutel
2025-09-19 18:07:27 +02:00
parent 4010b85442
commit 722bd6c078
2 changed files with 21 additions and 1 deletions

View File

@@ -1,4 +1,14 @@
##v0.18.2
# v0.18.3
## Bug fixes
- Fixes bug that prevented waypoints from being update or deleted in v0.18.2
- Return properly formatted error message when accessing a protected API route
- Fixes logo for OIDC 2 & 3 providers (thanks @wolffshots)
- Fixes bug that caused dropdown actions from a feed item on the homepage to cause a 404 error
## Maintenance
- Updates pocketbase to v0.30.0
# v0.18.2
## Features
- Adds `dedup` command to pocketbase. This command allows an admin to quickly identify duplicate trails and delete them. Use the `--dry-run` flag to only log duplicate trails without deleting them. To execute the command run `docker exec -it wanderer-db ./pocketbase dedup --dry-run`.
- Adds option to only sync strava activities after a certain date

View File

@@ -2,6 +2,16 @@
title: Changelog
description: What changed in the last patch?
---
## v0.18.3
### Bug fixes
- Fixes bug that prevented waypoints from being update or deleted in v0.18.2
- Return properly formatted error message when accessing a protected API route
- Fixes logo for OIDC 2 & 3 providers (thanks @wolffshots)
- Fixes bug that caused dropdown actions from a feed item on the homepage to cause a 404 error
### Maintenance
- Updates pocketbase to v0.30.0
## v0.18.2
### Features
- Adds `dedup` command to pocketbase. This command allows an admin to quickly identify duplicate trails and delete them. Use the `--dry-run` flag to only log duplicate trails without deleting them. To execute the command run `docker exec -it wanderer-db ./pocketbase dedup --dry-run`.