Update endurain to v0.17.6 (#4925)

This commit is contained in:
Alexander L. 2026-03-02 17:18:53 +01:00 committed by GitHub
parent 07b7e44766
commit 23bbd07f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: ghcr.io/endurain-project/endurain:v0.17.5@sha256:7ec7a12ac0cb0a6a4ebb154da83cc1ceb9356fcfe8e4f35fe3ca77088ffbeb07
image: ghcr.io/endurain-project/endurain:v0.17.6@sha256:d18d18d69b0c280db85c6f91172b678fcfc58b081e835aa6284b63b0fb87e023
environment:
UID: "1000"
GID: "1000"

View File

@ -3,7 +3,7 @@ id: endurain
name: Endurain
tagline: Fitness tracking, Open Source, Self-Hosted
category: social
version: "0.17.5"
version: "0.17.6"
port: 8865
description: >-
Endurain is a self-hosted fitness tracking service designed to give users full control over their data and hosting environment.
@ -49,9 +49,10 @@ releaseNotes: >-
Bug fixes and improvements:
- Fixed inability to upload .fit files from certain devices
- Fixed unable to authenticate with SSO
- Added missing translations
- Fixed mobile OAuth2/SSO not working with system browser
- Fixed weight not being stored and displayed as a decimal value
- Fixed wrong cadence unit of measure
- Fixed activity page not updating when selecting a different activity from the notification drop-down
Full release notes can be found at https://github.com/joaovitoriasilva/endurain/releases