Files
hassio-addons/wger/CHANGELOG.md
Alexandre 74121509cd fix: give every addon a version Home Assistant can order (#2926)
Seventeen addons carried a config.yaml version that awesomeversion, the
library Home Assistant orders versions with, reports as UNKNOWN: text
tags such as version-bf9e0b4f or sts, LinuxServer tags such as
v26.2-ls256, and local counters written as a semver pre-release such as
15.7-47. Home Assistant cannot tell which of two such versions is newer,
so update detection depends on a compare exception rather than on
ordering, and any version that becomes partially comparable silently
stops being offered.

Each version keeps every number it carried, as a section of its own:
v26.2-ls256 becomes v26.2.256, 4.16-r0-ls95-7 becomes 4.16.0.95.7 and
5.0.0b5-3 becomes 5.0.0.5.3, so nothing that ordered the addon is lost
and no previously published version is reused. The two versions holding
no number at all use the date instead. Only config.yaml and CHANGELOG.md
change, so every addon still builds from the upstream tag recorded in
its Dockerfile and updater.json.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-01 18:51:31 +02:00

2.3 KiB

2.6.3 (2026-08-01)

  • Version renamed from 2.6-dev-3, which Home Assistant could not order and therefore could not reliably offer as an update: every number of the previous version is kept, as a section of its own. The addon itself and the upstream version it tracks are unchanged

2.6-dev-3 (2026-06-16)

  • Fix fresh-install startup by making the persistent /data/static and /data/media directories writable by the wger user without recursively changing all of /data.
  • Preserve existing persistent data by reusing /data/database.sqlite when present, and migrating a legacy /home/wger/db/database.sqlite only if no persistent database exists yet.
  • Make nginx startup idempotent and fail loudly if its configuration is invalid, instead of masking nginx startup errors that can leave the add-on web port closed.

2.6-dev-2 (2026-06-16)

  • Fix startup script database path rewrite by switching the settings.py matching with *.py since last update moved the settings.py file into several files within the settings folder

2.6-dev (2026-04-23)

  • Update to latest version from wger/server

2.5-dev-3 (2026-03-09)

  • Fix startup script database path rewrite by scanning /home for matching settings.py files and patching all matches.

2.5-dev-2 (25-02-2026)

  • Minor bugs fixed

2.5-dev (2026-01-21)

2.4-11 (2025-09-19)

  • Minor bugs fixed

2.4-10 (2025-09-19)

  • Minor bugs fixed

2.4-9 (2025-09-01)

  • Minor bugs fixed

2.4-6 (2025-09-01)

  • Minor bugs fixed

2.4-4 (2025-09-01)

  • Minor bugs fixed

2.4-3 (2025-09-01)

  • Minor bugs fixed

2.4-2 (2025-07-15)

  • Minor bugs fixed

2.4-dev (2025-04-12)

  • Update to latest version from wger/server

2.3-dev (2023-12-09)

  • Update to latest version from wger/server

2.2-dev-8 (2023-11-09)

  • Minor bugs fixed

2.2-dev-6 (2023-08-03)

  • Minor bugs fixed

2.2-dev-5 (2023-03-11)

  • Bug updates
  • Implement healthcheck

2.2-dev (2022-12-10)

  • Update to latest version from wger/devel
  • Allow custom env variables through config.yaml