mirror of
https://github.com/Flomp/wanderer.git
synced 2025-12-21 12:59:58 -06:00
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 }}
|
||||
run: |
|
||||
# Build db image
|
||||
cd db
|
||||
env GOOS=linux GOARCH=arm64 go build -o pocketbase_arm64
|
||||
env GOOS=linux GOARCH=amd64 go build -o pocketbase_amd64
|
||||
cd ..
|
||||
docker buildx build db/ --no-cache -t flomp/wanderer-db:$VERSION -t flomp/wanderer-db:latest --platform=linux/amd64,linux/arm64 --push
|
||||
# cd db
|
||||
# env GOOS=linux GOARCH=arm64 go build -o pocketbase_arm64
|
||||
# env GOOS=linux GOARCH=amd64 go build -o pocketbase_amd64
|
||||
# cd ..
|
||||
# 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
|
||||
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
|
||||
## Features
|
||||
- You can now choose to sync only completed or planned tours from komoot
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
title: Changelog
|
||||
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
|
||||
### Features
|
||||
- You can now choose to sync only completed or planned tours from komoot
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
"metric": "Metrisch",
|
||||
"moderate": "Mittel",
|
||||
"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",
|
||||
"n-days-ago": "vor {n} Tagen",
|
||||
"n-hours-ago": "vor {n} Stunden",
|
||||
|
||||
Reference in New Issue
Block a user