diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 5cadf386e..e9ca5f1ee 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.8.3 (2026-03-21) +- Update to latest version from gabe565/CastSponsorSkip (changelog : https://github.com/gabe565/CastSponsorSkip/releases) - The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release - 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/sponsorblockcast/config.yaml b/sponsorblockcast/config.yaml index 0ca1f7a86..18e074ac0 100644 --- a/sponsorblockcast/config.yaml +++ b/sponsorblockcast/config.yaml @@ -25,4 +25,4 @@ schema: slug: sponsorblockcast udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast -version: 0.8.2 +version: "0.8.3" diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index 16f6b17a9..7638bd078 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-03-2025", + "last_update": "2026-03-21", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.8.2" + "upstream_version": "0.8.3" }