New
13.0.0
What's Changed
This release has a few breaking changes. See below.
- Fix changed YouTubePlayerSeekBar path in README.md by @tahakorkem in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1055
- Add more playback rates in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1073
- Pass videoId during initialization by @talklittle in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1169
- Set MaxMetaspaceSize to 512m to fix Dokka Gradle build step by @talklittle in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1170
- IFramePlayerOptions: Add "start", deprecate "modestBranding" by @talklittle in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1171
- Fix README.md typo by @kiki-juple in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1178
- Update LICENSE, fix copyright license year by @JasonnnW3000 in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1193
- Add capability to query YouTube player mute state by @dachev in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1209
- Fixed concurrent modification #1235
- [breaking change] Update minSdk to 21 and compileSdk to 36
- [breaking change] Remove
YouTubePlayer.toggleFullscreen, see #1252 - [breaking change] Use app's package as
origin, see #1252 - Add
ERROR_REQUEST_MISSING_HTTP_REFERER, as discussed in #1238
New Contributors
- @tahakorkem made their first contribution in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1055
- @kiki-juple made their first contribution in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1178
- @JasonnnW3000 made their first contribution in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1193
- @dachev made their first contribution in https://github.com/PierfrancescoSoffritti/android-youtube-player/pull/1209
Full Changelog: https://github.com/PierfrancescoSoffritti/android-youtube-player/compare/12.1.0...13.0.0