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:
committed by
GitHub
parent
5710531585
commit
7ad129b841
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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
|
# v0.19.1
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|||||||
4
docs/package-lock.json
generated
4
docs/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "docs",
|
"name": "docs",
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "docs",
|
"name": "docs",
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.8",
|
"@astrojs/check": "^0.9.8",
|
||||||
"@astrojs/node": "^10.1.1",
|
"@astrojs/node": "^10.1.1",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "docs",
|
"name": "docs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|||||||
@@ -2,6 +2,17 @@
|
|||||||
title: Changelog
|
title: Changelog
|
||||||
description: What changed in the last patch?
|
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
|
## v0.19.1
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
4
web/package-lock.json
generated
4
web/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "wanderer",
|
"name": "wanderer",
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "wanderer",
|
"name": "wanderer",
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@felte/validator-zod": "^1.0.18",
|
"@felte/validator-zod": "^1.0.18",
|
||||||
"@fortawesome/fontawesome-free": "^7.1.0",
|
"@fortawesome/fontawesome-free": "^7.1.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wanderer",
|
"name": "wanderer",
|
||||||
"version": "0.19.1",
|
"version": "0.19.2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user