Releases: YePpHa/maia-yt
Releases · YePpHa/maia-yt
v0.2.2
v0.2.1
v0.2.0
Changelog:
- Fix issue with not being able to navigate to next video.
- Rename modules to components
- Changed the settings page (https://www.youtube.com/settings/maia) with material design (WIP).
v0.1.16
v0.1.15
v0.1.14
Changelog:
- Fix issue with quality not being set if the auto quality sets it to the preferred quality.
v0.1.13
v0.1-alpha.13 Fix incremented version
v0.1.12
Changelog:
- [Core] Implement
onPlayerReady
that executes afteronPlayerCreated
.player.isReady()
will returntrue
. - [Core] Fix issue with
onPlayerApiCall
not returning the firstonPlayerApiCallResponse
. - [Quality] Quality will now be updated on
onPlayerReady
instead of onlyonPlayerData
. This fixes the delay issue on Firefox. - [AutoPlay][AutoNavigation] Split auto-play and auto-navigation into two separate modules.
- [AutoPlay] Remove usage of player listeners (play, pause, unstarted, ...) when preventing auto-play.
- [AutoPlay] It will now pause the video on
onPlayerData
when set toPause (Allow Buffering)
.
v0.1.11
Changelog:
- Fix issue with prevent auto-play (no buffering) not working.