v0.15.2
This commit is contained in:
10
.github/workflows/release.yaml
vendored
10
.github/workflows/release.yaml
vendored
@@ -79,11 +79,11 @@ jobs:
|
|||||||
VERSION: ${{ needs.versioning.outputs.version }}
|
VERSION: ${{ needs.versioning.outputs.version }}
|
||||||
run: |
|
run: |
|
||||||
# Build db image
|
# Build db image
|
||||||
cd db
|
# cd db
|
||||||
env GOOS=linux GOARCH=arm64 go build -o pocketbase_arm64
|
# env GOOS=linux GOARCH=arm64 go build -o pocketbase_arm64
|
||||||
env GOOS=linux GOARCH=amd64 go build -o pocketbase_amd64
|
# env GOOS=linux GOARCH=amd64 go build -o pocketbase_amd64
|
||||||
cd ..
|
# cd ..
|
||||||
docker buildx build db/ --no-cache -t flomp/wanderer-db:$VERSION -t flomp/wanderer-db:latest --platform=linux/amd64,linux/arm64 --push
|
# docker buildx build db/ --no-cache -t flomp/wanderer-db:$VERSION -t flomp/wanderer-db:latest --platform=linux/amd64,linux/arm64 --push
|
||||||
|
|
||||||
# Build web image
|
# Build web image
|
||||||
export PUBLIC_VALHALLA_URL=https://valhalla1.openstreetmap.de
|
export PUBLIC_VALHALLA_URL=https://valhalla1.openstreetmap.de
|
||||||
|
|||||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,14 @@
|
|||||||
|
# v0.15.2
|
||||||
|
## Features
|
||||||
|
- Password fields now have a hint if you surpass the maximum password length (72)
|
||||||
|
|
||||||
|
## Bug fixes
|
||||||
|
- Fixes bug that prevented strava activities with heartrate data being imported
|
||||||
|
- Fixes bug that prevented users from creating new summit logs
|
||||||
|
- Fixes unclear error messages when saving integrations
|
||||||
|
- Fixes login issues for wanderer instances hosted via http
|
||||||
|
|
||||||
|
|
||||||
# v0.15.1
|
# v0.15.1
|
||||||
## Features
|
## Features
|
||||||
- You can now choose to sync only completed or planned tours from komoot
|
- You can now choose to sync only completed or planned tours from komoot
|
||||||
|
|||||||
@@ -2,6 +2,16 @@
|
|||||||
title: Changelog
|
title: Changelog
|
||||||
description: What changed in the last patch?
|
description: What changed in the last patch?
|
||||||
---
|
---
|
||||||
|
## v0.15.2
|
||||||
|
### Features
|
||||||
|
- Password fields now display a hint when the maximum length of 72 characters is exceeded
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
- Fixes bug that prevented strava activities with heartrate data being imported
|
||||||
|
- Fixes bug that prevented users from creating new summit logs
|
||||||
|
- Fixes unclear error messages when saving integrations
|
||||||
|
- Fixes login issues for wanderer instances hosted via http
|
||||||
|
|
||||||
## v0.15.1
|
## v0.15.1
|
||||||
### Features
|
### Features
|
||||||
- You can now choose to sync only completed or planned tours from komoot
|
- You can now choose to sync only completed or planned tours from komoot
|
||||||
|
|||||||
@@ -177,7 +177,7 @@
|
|||||||
"metric": "Metrisch",
|
"metric": "Metrisch",
|
||||||
"moderate": "Mittel",
|
"moderate": "Mittel",
|
||||||
"must-be-at-least-n-characters-long": "Muss mindestens {n} Zeichen lang sein",
|
"must-be-at-least-n-characters-long": "Muss mindestens {n} Zeichen lang sein",
|
||||||
"must-be-at-most-n-characters-long": "",
|
"must-be-at-most-n-characters-long": "Darf höchstens {n} Zeichen lang sein",
|
||||||
"my-account": "Mein Konto",
|
"my-account": "Mein Konto",
|
||||||
"n-days-ago": "vor {n} Tagen",
|
"n-days-ago": "vor {n} Tagen",
|
||||||
"n-hours-ago": "vor {n} Stunden",
|
"n-hours-ago": "vor {n} Stunden",
|
||||||
|
|||||||
Reference in New Issue
Block a user