Releases: dmunozv04/iSponsorBlockTV
Releases · dmunozv04/iSponsorBlockTV
v2.2.1, quick fix
Fixes CI and wrong version set on pypi
Full Changelog: v2.2.0...v2.2.1
v2.2.0, binaries available and reliability improvements
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
What's Changed
Autoplay issues are now fixed. Set the new config option to force enable/disable autoplay!
- Update actions versions by @dmunozv04 in #167
- Fix deps permissions in docker build by @Shraymonks in #168
- Implement autoplay on/off toggle by @Ravioli8235 in #161
- Refactor CLI setup script, add prompts for muting and skipping native youtube ads by @ryankupk in #150
New Contributors
- @Ravioli8235 made their first contribution in #161
- @ryankupk made their first contribution in #150
Full Changelog: v2.0.8...v2.1.0
v2.0.8 little bug fix release
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
What's Changed
- Update logging for standards by @SShah7433 in #140
- Update dependencies by @dmunozv04 in #160
- Fixes #84 after breaking it
- Re-adds support for linux/armv7
New Contributors
- @SShah7433 made their first contribution in #140
Full Changelog: v2.0.6...v2.0.7
The overlapping segments fix release: V2.0.6
A special thanks to @PetkoVasilev and @bertybuttface.
What's Changed
- fix for overlapping segments by @PetkoVasilev in #136
New Contributors
- @PetkoVasilev made their first contribution in #136
Full Changelog: v2.0.5...v2.0.6
v2.0.5 - Better logging and housekeeping
What's Changed
- Improve logging and shorts hack by @dmunozv04 in #122
- add pre-commit by @dmunozv04 in #125
- refactor: refactor unnecessary
else
/elif
whenif
block has areturn
statement by @deepsource-autofix in #126 - refactor: replace range(len(...)) with enumerate(...) by @deepsource-autofix in #127
- refactor: refactor unnecessary
else
/elif
whenif
block has acontinue
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
What's Changed
- Attempt to fix ad skips by @dmunozv04 in #110
- ensures data_dir isn't saved to disk by @dmunozv04 in #111
- Fixes Will not start v2.0.3 #112 by @dmunozv04 in #113
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Add Google TV status to README by @JoshCooley in #63
- chore: confirm Android TV compatibility by @outadoc in #70
- Confirm FireTV compatibility (thanks to #83) by @bertybuttface in #85
- Create .dockerignore by @adripo in #86
- Confirm Xbox Compatability. Clarify TV Code. by @cryingcavecat in #96
- Bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #104
- Fix muting/skipping ads labels mixup in setup_wizard.py by @kot0dama in #102
- Clarification on API key requirement by @boltgolt in #78
- print device name from config by @tsia in #76
- Fix to ensure that skipped segments get reported to SponsorBlock by @dmunozv04 in #105
- Use newer docker image 3.11-alpine by @dmunozv04 in #107
- Publish on pypi by @dmunozv04 in #106
New Contributors
- @outadoc made their first contribution in #70
- @adripo made their first contribution in #86
- @cryingcavecat made their first contribution in #96
- @dependabot made their first contribution in #104
- @kot0dama made their first contribution in #102
- @boltgolt made their first contribution in #78
- @tsia made their first contribution in #76
Full Changelog: v2.0.2...v2.0.3
Fix segment concatenation
Fixes concatenation of segments that are close to each other.
Thanks @JoshCooley for the fix