Skip to content

Releases: dmunozv04/iSponsorBlockTV

v2.1.0

07 Jul 15:37
d17e59b
Compare
Choose a tag to compare

What's Changed

Autoplay issues are now fixed. Set the new config option to force enable/disable autoplay!

New Contributors

Full Changelog: v2.0.8...v2.1.0

v2.0.8 little bug fix release

31 May 13:37
Compare
Choose a tag to compare

What's Changed

  • Refresh auth after every disconnect by @dmunozv04 in #163
  • Fixes not reconnecting after a disconnect (introduced in 2.0.7)
  • Maybe fixes autoplay issues? Try toggling autoplay ON and OFF after updating and let me know in #82

Full Changelog: v2.0.7...v2.0.8

v2.0.7, fixes and updates release

29 May 21:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.6...v2.0.7

The overlapping segments fix release: V2.0.6

14 Feb 21:10
13fe1f6
Compare
Choose a tag to compare

A special thanks to @PetkoVasilev and @bertybuttface.

What's Changed

New Contributors

Full Changelog: v2.0.5...v2.0.6

v2.0.5 - Better logging and housekeeping

29 Jan 21:29
Compare
Choose a tag to compare

What's Changed

  • Improve logging and shorts hack by @dmunozv04 in #122
  • add pre-commit by @dmunozv04 in #125
  • refactor: refactor unnecessary else / elif when if block has a return statement by @deepsource-autofix in #126
  • refactor: replace range(len(...)) with enumerate(...) by @deepsource-autofix in #127
  • refactor: refactor unnecessary else / elif when if block has a continue statement by @deepsource-autofix in #128
  • Make docker image smaller by caching .pyc and removing .py files by @dmunozv04 in #129
  • open and close config file with utf-8 by @dmunozv04 in #132
  • Fix list_to_tuple by @bertybuttface in #134

New Contributors

  • @deepsource-autofix made their first contribution in #126

Full Changelog: v2.0.4...v2.0.5

V2.0.4: BugFix release

09 Dec 18:18
c196e76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

29 Nov 11:17
8c7c2cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

Fix segment concatenation

14 Oct 08:26
cece024
Compare
Choose a tag to compare

Fixes concatenation of segments that are close to each other.
Thanks @JoshCooley for the fix

Small fix in configurator

13 Oct 19:29
Compare
Choose a tag to compare

V2 Release

13 Oct 18:12
d7a8303
Compare
Choose a tag to compare

Makes iSponsorBlockTV work on every YouTube TV device and removes the need to have a YouTube Data Api V3 key. Also includes a new graphical configurator tool powered by Textual