Updater bot : immich_power_tools updated to 0.19.0

This commit is contained in:
alexbelgium
2025-11-01 01:57:49 +01:00
parent 442cb883c8
commit eef98f4e2d
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 0.19.0 (01-11-2025)
- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases)
## 0.18.0 (30-08-2025) ## 0.18.0 (30-08-2025)
- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) - Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases)

View File

@@ -26,5 +26,5 @@ schema:
IMMICH_URL: str IMMICH_URL: str
slug: immich_power_tools slug: immich_power_tools
url: https://github.com/alexbelgium/hassio-addons url: https://github.com/alexbelgium/hassio-addons
version: 0.18.0 version: "0.19.0"
webui: http://[HOST]:[PORT:3000] webui: http://[HOST]:[PORT:3000]

View File

@@ -1,9 +1,9 @@
{ {
"github_beta": "false", "github_beta": "false",
"last_update": "30-08-2025", "last_update": "01-11-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "immich-power-tools", "slug": "immich-power-tools",
"source": "github", "source": "github",
"upstream_repo": "varun-raj/immich-power-tools", "upstream_repo": "varun-raj/immich-power-tools",
"upstream_version": "0.18.0" "upstream_version": "0.19.0"
} }