diff --git a/sponsorblockcast/CHANGELOG.md b/sponsorblockcast/CHANGELOG.md index 592c7c9b454..12ad748acda 100644 --- a/sponsorblockcast/CHANGELOG.md +++ b/sponsorblockcast/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.3 (13-10-2023) +- Update to latest version from gabe565/CastSponsorSkip +- Update icon and description ## 0.5.1 (07-10-2023) - Update to latest version from gabe565/CastSponsorSkip diff --git a/sponsorblockcast/README.md b/sponsorblockcast/README.md index 6aa1da09c99..74a7d752896 100644 --- a/sponsorblockcast/README.md +++ b/sponsorblockcast/README.md @@ -21,7 +21,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below, ## About -CastSponsorSkip is a go script that skips sponsored YouTube content on all local Chromecasts, using the SponsorBlock API. It was inspired by CastBlock but written from scratch to avoid some of its pitfalls (see Differences from CastBlock). +CastSponsorSkip is a Go program that skips sponsored YouTube content and skippable ads on all local Chromecasts, using the SponsorBlock API. It was inspired by CastBlock but written from scratch to avoid some of its pitfalls (see Differences from CastBlock). This app is developed by @gabe565 here : https://github.com/gabe565/CastSponsorSkip diff --git a/sponsorblockcast/config.json b/sponsorblockcast/config.json index 149f7a50c9d..3a08bde4db2 100644 --- a/sponsorblockcast/config.json +++ b/sponsorblockcast/config.json @@ -5,10 +5,8 @@ "armv7" ], "codenotary": "alexandrep.github@gmail.com", - "description": "skips sponsored YouTube content on all local Chromecasts", - "environment": { - "SBCDIR": "/tmp/castsponsorskip" - }, + "description": "Skip YouTube ads and sponsorships on all local Google Cast devices ", + "environment": {}, "host_network": true, "image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}", "init": false, @@ -27,5 +25,5 @@ "slug": "sponsorblockcast", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sponsorblockcast", - "version": "0.5.1" + "version": "0.5.3" } diff --git a/sponsorblockcast/icon.png b/sponsorblockcast/icon.png index 483d3cd9b05..6287ba36995 100644 Binary files a/sponsorblockcast/icon.png and b/sponsorblockcast/icon.png differ diff --git a/sponsorblockcast/logo.png b/sponsorblockcast/logo.png index 483d3cd9b05..6287ba36995 100644 Binary files a/sponsorblockcast/logo.png and b/sponsorblockcast/logo.png differ diff --git a/sponsorblockcast/updater.json b/sponsorblockcast/updater.json index a03e3605370..2288e2fc8e7 100644 --- a/sponsorblockcast/updater.json +++ b/sponsorblockcast/updater.json @@ -1,8 +1,8 @@ { - "last_update": "07-10-2023", + "last_update": "13-10-2023", "repository": "alexbelgium/hassio-addons", "slug": "sponsorblockcast", "source": "github", "upstream_repo": "gabe565/CastSponsorSkip", - "upstream_version": "0.5.1" + "upstream_version": "0.5.3" }