Skip to content

Releases: dmunozv04/iSponsorBlockTV

v2.2.1, quick fix

18 Sep 16:29
d9ab2cd
Compare
Choose a tag to compare

Fixes CI and wrong version set on pypi
Full Changelog: v2.2.0...v2.2.1

v2.2.0, binaries available and reliability improvements

18 Sep 13:20
63f5a3b
Compare
Choose a tag to compare

What's Changed

  • Update config.json.template to correct the syntax error in auto_play by @AN1MATEK in #177
  • Fix buildx warnings when creating the docker image by @guoard in #171
  • Build binaries by @dmunozv04 in #185
  • Implements mutex when sending commands to YouTube (should improve reliability) by @dmunozv04 in #191

New Contributors

Full Changelog: v2.1.0...v2.1.1

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