From 858dadc6e1af2a5e252cb8ae49a0ccab6a9c53ec Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 6 Oct 2020 12:25:58 -0700 Subject: [PATCH] chore: Release v3.0.5 Change-Id: Ibf926afe7cb3c2d0280f4794c6052fb675ae9780 --- CHANGELOG.md | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ lib/player.js | 2 +- package.json | 2 +- 3 files changed, 57 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50a801c38..5ed3bb848a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,58 @@ +## 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 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 + + ## 3.0.4 (2020-08-25) Bugfixes: diff --git a/lib/player.js b/lib/player.js index b5ab7b993d..158db87759 100644 --- a/lib/player.js +++ b/lib/player.js @@ -5346,7 +5346,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @define {string} A version number taken from git at compile time. * @export */ -shaka.Player.version = 'v3.0.4-uncompiled'; +shaka.Player.version = 'v3.0.5-uncompiled'; // Initialize the deprecation system using the version string we just set // on the player. diff --git a/package.json b/package.json index a26037ad2f..ef105eb960 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "3.0.4", + "version": "3.0.5", "homepage": "https://github.com/google/shaka-player", "author": "Google", "maintainers": [