This commit is contained in:
Alexandre
2023-12-31 18:55:13 +01:00
parent e8b6e27ee3
commit ab796305ab
2 changed files with 3 additions and 7 deletions

View File

@@ -1,6 +1,4 @@
### 0.12.0-2 (31-12-2023) - 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)
- 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)
## 0.12.0 (30-12-2023) ## 0.12.0 (30-12-2023)
- Update to latest version from Unpackerr/unpackerr - Update to latest version from Unpackerr/unpackerr

View File

@@ -84,13 +84,11 @@
"cifsdomain": "str?", "cifsdomain": "str?",
"cifspassword": "str?", "cifspassword": "str?",
"cifsusername": "str?", "cifsusername": "str?",
"extraction_path": "str?",
"localdisks": "str?", "localdisks": "str?",
"networkdisks": "str?", "networkdisks": "str?"
"watch_path": "str?"
}, },
"slug": "unpackerr", "slug": "unpackerr",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.12.0-2" "version": "0.12.0-3"
} }