diff --git a/wger/CHANGELOG.md b/wger/CHANGELOG.md index ee359908df..ac7d2656c5 100644 --- a/wger/CHANGELOG.md +++ b/wger/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.8.0-dev.0 (2026-09-12) +- Update to latest version from wger/server ## 2.6.4 (2026-09-04) - Fix the add-on failing to start on a fresh install with `django.core.exceptions.ImproperlyConfigured: Set the DJANGO_DB_ENGINE environment variable`. The upstream `wger/server` image stopped shipping database defaults, and `settings/main.py` reads `DJANGO_DB_ENGINE` and `DJANGO_DB_DATABASE` with no fallback, so the add-on now sets them explicitly to sqlite at `/data/database.sqlite` — the same location the previous startup rewrite produced, so existing databases keep working. diff --git a/wger/config.yaml b/wger/config.yaml index dd42132149..5604a50640 100644 --- a/wger/config.yaml +++ b/wger/config.yaml @@ -24,5 +24,5 @@ schema: slug: wger udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.6.4" +version: "2.8.0-dev.0" webui: "[PROTO:ssl]://[HOST]:[PORT:80]" diff --git a/wger/updater.json b/wger/updater.json index 690f97e06c..a87b8491ae 100644 --- a/wger/updater.json +++ b/wger/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "2026-04-23", + "last_update": "2026-09-12", "repository": "alexbelgium/hassio-addons", "slug": "wger", "source": "dockerhub", "upstream_repo": "wger/server", - "upstream_version": "2.6-dev" + "upstream_version": "2.8.0-dev.0" }