From 70b6433e3daff201dcaf0692167dad1d871ac86a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Mar 2026 06:42:08 +0100 Subject: [PATCH] Updater bot : immich_power_tools updated to 0.20.0 --- immich_power_tools/CHANGELOG.md | 3 +++ immich_power_tools/config.yaml | 2 +- immich_power_tools/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich_power_tools/CHANGELOG.md b/immich_power_tools/CHANGELOG.md index e1e39cc3a..5e72e4de4 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.20.0 (2026-03-07) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) + ## 0.19.1 (2026-02-07) - Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/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. diff --git a/immich_power_tools/config.yaml b/immich_power_tools/config.yaml index 72951294e..65f0986b2 100644 --- a/immich_power_tools/config.yaml +++ b/immich_power_tools/config.yaml @@ -30,5 +30,5 @@ schema: IMMICH_URL: str slug: immich_power_tools url: https://github.com/alexbelgium/hassio-addons -version: "0.19.1" +version: "0.20.0" webui: http://[HOST]:[PORT:3000] diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index 3db3cc4ba..9cbf09891 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "2026-02-07", + "last_update": "2026-03-07", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.19.1" + "upstream_version": "0.20.0" }