From 4a94975f08df6c71c7324542259b9d8829cb1aec Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 13 Dec 2025 01:57:31 +0100 Subject: [PATCH] Updater bot : immich_frame updated to 1.0.30.0 --- immich_frame/CHANGELOG.md | 3 +++ immich_frame/config.yaml | 2 +- immich_frame/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_frame/CHANGELOG.md b/immich_frame/CHANGELOG.md index 9959f7463..c283b196c 100644 --- a/immich_frame/CHANGELOG.md +++ b/immich_frame/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.0.30.0 (13-12-2025) +- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. ## "1.0.29.0" (18-10-2025) diff --git a/immich_frame/config.yaml b/immich_frame/config.yaml index b3a4f2f65..717e2d80d 100644 --- a/immich_frame/config.yaml +++ b/immich_frame/config.yaml @@ -23,5 +23,5 @@ schema: TZ: str? slug: immich_frame url: https://github.com/alexbelgium/hassio-addons -version: "1.0.29.0" +version: "1.0.30.0" webui: http://[HOST]:[PORT:8080] diff --git a/immich_frame/updater.json b/immich_frame/updater.json index 3ce454f27..59567408f 100644 --- a/immich_frame/updater.json +++ b/immich_frame/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "18-10-2025", + "last_update": "13-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich_frame", "source": "github", "upstream_repo": "immichFrame/ImmichFrame", - "upstream_version": "1.0.29.0" + "upstream_version": "1.0.30.0" }