From 552bb032267d36da76c3c6e73bbed05e30af386e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 18 Oct 2025 01:57:37 +0200 Subject: [PATCH] Updater bot : immich_frame updated to 1.0.29.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 4822c2084..711a72bfc 100644 --- a/immich_frame/CHANGELOG.md +++ b/immich_frame/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.0.29.0 (18-10-2025) +- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases) + ## 1.0.28.0 (18-07-2025) - Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases) ## 1.0.27.2 (28-06-2025) diff --git a/immich_frame/config.yaml b/immich_frame/config.yaml index 6e123ba02..98970591d 100644 --- a/immich_frame/config.yaml +++ b/immich_frame/config.yaml @@ -19,5 +19,5 @@ schema: TZ: str? slug: immich_frame url: https://github.com/alexbelgium/hassio-addons -version: 1.0.28.0 +version: "1.0.29.0" webui: http://[HOST]:[PORT:8080] diff --git a/immich_frame/updater.json b/immich_frame/updater.json index cdc32a6ce..3ce454f27 100644 --- a/immich_frame/updater.json +++ b/immich_frame/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "18-07-2025", + "last_update": "18-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich_frame", "source": "github", "upstream_repo": "immichFrame/ImmichFrame", - "upstream_version": "1.0.28.0" + "upstream_version": "1.0.29.0" }