diff --git a/ente/CHANGELOG.md b/ente/CHANGELOG.md index 7babe122c1..20a04f3664 100644 --- a/ente/CHANGELOG.md +++ b/ente/CHANGELOG.md @@ -1,3 +1,7 @@ + +## 4.4.26 (2026-08-13) +- Update to latest version from ente/ente (changelog : https://github.com/ente/ente/releases) +- Upstream tag : 1.3.61 ## 4.4.25 (2026-08-08) - Update to latest version from ente/ente (changelog : https://github.com/ente/ente/releases) - Fix build failure: upstream renamed the `ente-io` org to `ente`, so the base image is now `ghcr.io/ente/server` (GHCR does not follow the rename) diff --git a/ente/config.yaml b/ente/config.yaml index fca0e961ba..75c08e0461 100644 --- a/ente/config.yaml +++ b/ente/config.yaml @@ -131,6 +131,6 @@ schema: slug: ente udev: true url: https://github.com/alexbelgium/hassio-addons -version: "4.4.25" +version: "4.4.26" video: true webui: http://[HOST]:[PORT:3000] diff --git a/ente/updater.json b/ente/updater.json index 394f44155d..d070d30137 100644 --- a/ente/updater.json +++ b/ente/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "2026-08-08", + "last_update": "2026-08-13", "repository": "alexbelgium/hassio-addons", "slug": "ente", "source": "github", "upstream_repo": "ente/ente", - "upstream_version": "4.4.25" + "upstream_version": "1.3.61" }