diff --git a/unpackerr/CHANGELOG.md b/unpackerr/CHANGELOG.md index 22096ebdf..c6a830983 100644 --- a/unpackerr/CHANGELOG.md +++ b/unpackerr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.12.0 (30-12-2023) +- Update to latest version from Unpackerr/unpackerr + - ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config to a folder only accessible from my Filebrowser addon called /addon_configs/db21ed7f_unpackerr. This avoids the addon to mess with your homeassistant configuration folder, and allows to backup the options. Migration of data, custom configs, and custom scripts should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/ ## testing-e916f00-9-linux-arm64-2023-09-17 (2023-09-17) diff --git a/unpackerr/config.json b/unpackerr/config.json index 16054c32c..e4c739dac 100644 --- a/unpackerr/config.json +++ b/unpackerr/config.json @@ -92,5 +92,5 @@ "slug": "unpackerr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "testing-e916f00-9-linux-arm64-2023-09-17" + "version": "0.12.0" } diff --git a/unpackerr/updater.json b/unpackerr/updater.json index 961e830fb..3ecb93837 100644 --- a/unpackerr/updater.json +++ b/unpackerr/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "fulltag": true, - "last_update": "2023-09-17", + "last_update": "30-12-2023", "repository": "alexbelgium/hassio-addons", "slug": "unpackerr", "source": "github", "upstream_repo": "Unpackerr/unpackerr", - "upstream_version": "testing-e916f00-9-linux-arm64-2023-09-17" + "upstream_version": "0.12.0" }