From ab796305ab3e855c03d060c812e08014bc1743a5 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 31 Dec 2023 18:55:13 +0100 Subject: [PATCH] update --- unpackerr/CHANGELOG.md | 4 +--- unpackerr/config.json | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index f4dc59c2b..de0a98c37 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,6 +1,4 @@ -### 0.12.0-2 (31-12-2023) -- Minor bugs fixed -- Removed addon options that modified the unpackerr.conf to avoid breakage. Any modifications needs to be done manually using (for example) the Filebrowser addon in /addon_configs/db21ed7f_unpackerr/unpackerr.conf. This also means you'll have to make sure the PUID/PGID specified really correspond to your actual permissions (the app doesn't allow to run as root) +- Deprecated options watch_path and extraction_path to avoid breakage of the configuration file. Any modifications needs to be done manually using (for example) the Filebrowser addon in /addon_configs/db21ed7f_unpackerr/unpackerr.conf. This also means you'll have to make sure the PUID/PGID specified really correspond to your actual permissions (the app doesn't allow to run as root) ## 0.12.0 (30-12-2023) - Update to latest version from Unpackerr/unpackerr diff --git a/unpackerr/config.json b/unpackerr/config.json index 4fd889a42..a0d04bc42 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -84,13 +84,11 @@ "cifsdomain": "str?", "cifspassword": "str?", "cifsusername": "str?", - "extraction_path": "str?", "localdisks": "str?", - "networkdisks": "str?", - "watch_path": "str?" + "networkdisks": "str?" }, "slug": "unpackerr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.12.0-2" + "version": "0.12.0-3" }