Releases: webosbrew/youtube-webos
Releases Β· webosbrew/youtube-webos
Release Candidate v0.3.5-rc1
What's Changed
- Update CLI tools instructions in README.md by @throwaway96 in #183
- Remove shorts from Subscriptions tab by @JaCzekanski in #201
- Fixed transparency effect on video player when bringing up the UI. by @atomjack in #204
- stop sponsorblock on playback preview videos by @alyyousuf7 in #104
- Link to webOS CLI config by @ShalokShalom in #179
- Add old WebKit versions to .browserslistrc by @throwaway96 in #206
New Contributors
- @JaCzekanski made their first contribution in #201
- @atomjack made their first contribution in #204
- @ShalokShalom made their first contribution in #179
Full Changelog: v0.3.4...v0.3.5-rc1
Release v0.3.4
Added
- #164: Added an issue template for bugs (@throwaway96)
Changed
- #146: Updated a bunch of dev stuff (@fire332)
- #150: Added myself to FUNDING.yml (@throwaway96)
Commits: v0.3.3...v0.3.4
Release Candidate v0.3.4-rc1
What's Changed
- Add myself to FUNDING.yml by @throwaway96 in #150
- Bump deps to latest major version and other misc dev UX by @fire332 in #146
Full Changelog: v0.3.3...v0.3.4-rc1
Release v0.3.3
Added
- #142: Blocked some additional ads (@throwaway96)
- #144: Added support for config change listeners (@throwaway96)
- #149: Added ability to hide YouTube logo (@throwaway96; thanks to @fire332 and @tomikaka22)
Fixed
- #103: Fixed SponsorBlock on videos with chapters (@alyyousuf7)
- #131: Fixed minor README issue (@ANewDawn)
- #141: Fixed black background behind video menu (@throwaway96; thanks to @reisxd)
- #143: Fixed duplicate click bug (@throwaway96)
Changed
- #128: Updated workflows and dependencies (@throwaway96)
- #133: Changed various dev stuff (@throwaway96)
- #134: Refactored config/UI code (@throwaway96)
- #138: Changed webpack to production mode by default (@throwaway96)
- #145: Made observing attributes optional in waitForChildAdd() (@throwaway96)
Commits: v0.3.2...v0.3.3
Release Candidate v0.3.3-rc2
Note: Should be no difference from v0.3.3-rc1 except the version number in appinfo.json
.
What's Changed
- CI, dependency, and metadata updates by @throwaway96 in #128
- Update README.md by @ANewDawn in #131
- add sponsorblock support for videos with chapters by @alyyousuf7 in #103
- Normalize line endings to LF (plus a few other tooling things) by @throwaway96 in #133
- Hopefully block additional ads by @throwaway96 in #142
- Build in production mode by default by @throwaway96 in #138
- Fix transparency (and possibly other UI issues) by @throwaway96 in #141
- Add events for config value changes by @throwaway96 in #144
- Don't send duplicate event on mouse click by @throwaway96 in #143
- Add observeAttributes parameter to waitForChildAdd() by @throwaway96 in #145
- Hide logo using stylesheet injection by @throwaway96 in #149
New Contributors
Full Changelog: v0.3.2...v0.3.3-rc2
Release Candidate v0.3.3-rc1
What's Changed
- CI, dependency, and metadata updates by @throwaway96 in #128
- Update README.md by @ANewDawn in #131
- add sponsorblock support for videos with chapters by @alyyousuf7 in #103
- Normalize line endings to LF (plus a few other tooling things) by @throwaway96 in #133
- Hopefully block additional ads by @throwaway96 in #142
- Build in production mode by default by @throwaway96 in #138
- Fix transparency (and possibly other UI issues) by @throwaway96 in #141
- Add events for config value changes by @throwaway96 in #144
- Don't send duplicate event on mouse click by @throwaway96 in #143
- Add observeAttributes parameter to waitForChildAdd() by @throwaway96 in #145
- Hide logo using stylesheet injection by @throwaway96 in #149
New Contributors
Full Changelog: v0.3.2...v0.3.3-rc1
Release v0.3.2
Added
- #100: Blocked "Sponsored" tiles (@alyyousuf7)
Fixed
- #95: Fixed the appearance of YouTube in the app (@0xBADEAFFE)
- #96: Fixed launch functionality broken by #95 (@fire332)
- #102: Fixed minor dev-related stuff (@alyyousuf7)
- #106, #120: Updated outdated documentation (@throwaway96)
Commits: v0.3.1...v0.3.2
Release Candidate v0.3.2-rc1
WARNING: completely untested
Changes: v0.3.1...v0.3.2-rc1
Release v0.3.1
Fixed
- #24: Fixed playback time tracking again