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
4
docs/package-lock.json
generated
4
docs/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"type": "module",
|
||||
"version": "0.19.1",
|
||||
"version": "0.19.2",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user