Release v0.19.2 (#1035)

* chore: release v0.19.2

* add changelog

---------

Co-authored-by: Flomp <26000991+Flomp@users.noreply.github.com>
Co-authored-by: Christian Beutel <>
This commit is contained in:
github-actions[bot]
2026-06-01 19:30:44 +02:00
committed by GitHub
parent 5710531585
commit 7ad129b841
6 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
# v0.19.2
## Documentation
- Add CONTRIBUTING guidelines
## Bug Fixes
- All photos from strava activities are now synced, instead of just the first one
- Shared trails are now displayed correctly in search results
- Fixes bug that caused trails to be indexed multiple times causing high server load
- Remaining likes are no correctly calculated when unliking a trail
- Fix waypoint creation from photos
# v0.19.1
## Features

View File

@@ -1,12 +1,12 @@
{
"name": "docs",
"version": "0.19.1",
"version": "0.19.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "docs",
"version": "0.19.1",
"version": "0.19.2",
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/node": "^10.1.1",

View File

@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.19.1",
"version": "0.19.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",

View File

@@ -2,6 +2,17 @@
title: Changelog
description: What changed in the last patch?
---
## v0.19.2
### Documentation
- Add CONTRIBUTING guidelines
### Bug Fixes
- All photos from strava activities are now synced, instead of just the first one
- Shared trails are now displayed correctly in search results
- Fixes bug that caused trails to be indexed multiple times causing high server load
- Remaining likes are no correctly calculated when unliking a trail
- Fix waypoint creation from photos
## v0.19.1
### Features

4
web/package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "wanderer",
"version": "0.19.1",
"version": "0.19.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wanderer",
"version": "0.19.1",
"version": "0.19.2",
"dependencies": {
"@felte/validator-zod": "^1.0.18",
"@fortawesome/fontawesome-free": "^7.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "wanderer",
"version": "0.19.1",
"version": "0.19.2",
"private": true,
"scripts": {
"dev": "vite dev",