From 8fe54fa5064872a3f42925680c9afcc6a57f14d0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 18 Jul 2025 22:52:34 +0200 Subject: [PATCH] Updater bot : immich_frame updated to 1.0.28.0 --- immich_frame/CHANGELOG.md | 3 +++ immich_frame/config.json | 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 967434b5c..4822c2084 100644 --- a/immich_frame/CHANGELOG.md +++ b/immich_frame/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 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) - Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases) diff --git a/immich_frame/config.json b/immich_frame/config.json index f976204b4..aa95aeef1 100644 --- a/immich_frame/config.json +++ b/immich_frame/config.json @@ -25,6 +25,6 @@ }, "slug": "immich_frame", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.0.27.2", + "version": "1.0.28.0", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_frame/updater.json b/immich_frame/updater.json index a7c7f0163..cdc32a6ce 100644 --- a/immich_frame/updater.json +++ b/immich_frame/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "28-06-2025", + "last_update": "18-07-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich_frame", "source": "github", "upstream_repo": "immichFrame/ImmichFrame", - "upstream_version": "1.0.27.2" + "upstream_version": "1.0.28.0" }