diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8199d99f..f7790dd421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,60 @@ +## 3.0.5 (2020-10-07) + +Bugfixes: + - Fix hiding controls on mobile after touch + - https://github.com/google/shaka-player/issues/2886 + - Ignore seek touch events on hidden controls + - https://github.com/google/shaka-player/issues/2888 + - Fix interpretation of DEFAULT and AUTOSELECT in HLS + - https://github.com/google/shaka-player/issues/2880 + - Avoid a race when clearing buffered content + - Allow playback of video-only HLS via configuration + - https://github.com/google/shaka-player/issues/2868 + - Make UITextDisplayer CSS-independent + - https://github.com/google/shaka-player/issues/2817 + - https://github.com/google/shaka-player/pull/2819 + - Remove hard-coded tts:extent namespace in TTML parser + - https://github.com/google/shaka-player/issues/2860 + - Don't apply seek range while content is still loading + - https://github.com/google/shaka-player/issues/2848 + - https://github.com/google/shaka-player/issues/2748 + - https://github.com/google/shaka-player/pull/2849 + - Fix Shaka+Cast apps using IndexedDB + - https://github.com/google/shaka-player/issues/2850 + - Permit applications to monkey-patch Date.now + - https://github.com/google/shaka-player/pull/2857 + - Fix detection of Edge Chromium as Edge + - https://github.com/google/shaka-player/pull/2855 + - Fix loading with global "define" set to null + - https://github.com/google/shaka-player/issues/2847 + - Fix missing cues in UITextDisplayer + - Fix storing modified init data for offline sessions + - Fix duplicate text streams in multi-period DASH + - https://github.com/google/shaka-player/pull/2885 + - Fix rapid seeking leading to infinite buffering + - https://github.com/google/shaka-player/issues/2670 + - Fix non-deterministic exception in StreamingEngine + - https://github.com/google/shaka-player/issues/2768 + - Fix bug where cue comparison throws + - Fix exception on multi-period DASH + - https://github.com/google/shaka-player/issues/2811 + - Fix embedded captions vanishing + - https://github.com/google/shaka-player/issues/2811 + - Fix application of DRM server certificate + - https://github.com/google/shaka-player/issues/2644 + - Fix multi-period DASH with period-specific codecs + - https://github.com/google/shaka-player/issues/2883 + +Demo App: + - Change the menu icon to a settings icon + - Suppress bogus errors displayed during download + +Docs: + - Fix references to built-in CEA 608 support, not available in this branch + - Add links to the roadmap + - https://github.com/google/shaka-player/pull/2825 + + ## 2.5.17 (2020-10-06) Bugfixes: