diff --git a/CHANGELOG.md b/CHANGELOG.md index add9952eab..9964d91fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,57 @@ +## 3.3.1 (2022-01-28) + +Bugfixes: + - Fix duplicate CMCD parameters in HLS live content + - https://github.com/google/shaka-player/issues/3862 + - https://github.com/google/shaka-player/pull/3875 + - Inherit alignment from regions + - Fix support for TTAF1 namespace (old version of TTML) + - https://github.com/google/shaka-player/issues/3009 + - https://github.com/google/shaka-player/pull/3864 + - https://github.com/google/shaka-player/pull/3906 + - Fix misdetection of HEVC support on MS Edge + - https://github.com/google/shaka-player/pull/3897 + - Fix caption overlap + - https://github.com/google/shaka-player/issues/3850 + - https://github.com/google/shaka-player/issues/3741 + - Fix missing throughput in CMCD for HLS live + - https://github.com/google/shaka-player/issues/3873 + - https://github.com/google/shaka-player/pull/3874 + - Support multiple chapter tracks with same language + - https://github.com/google/shaka-player/issues/3597 + - https://github.com/google/shaka-player/pull/3868 + - Fix text UI not updating when text is disabled + - https://github.com/google/shaka-player/issues/3728 + - https://github.com/google/shaka-player/pull/3867 + - Clear buffer on seek if mediaState is updating + - https://github.com/google/shaka-player/issues/3299 + - https://github.com/google/shaka-player/pull/3795 + - Fix thumbnails issues + - https://github.com/google/shaka-player/pull/3858 + - Made nested cues inherit region + - https://github.com/google/shaka-player/issues/3743 + - https://github.com/google/shaka-player/pull/3837 + - Fix CMCD top bitrate reporting + - https://github.com/google/shaka-player/issues/3851 + - https://github.com/google/shaka-player/pull/3852 + - Fix MediaCapabilities polyfill on Safari + - https://github.com/google/shaka-player/issues/3696 + - https://github.com/google/shaka-player/issues/3530 + - Fix usage of Shaka without polyfills + - https://github.com/google/shaka-player/issues/3843 + - Fix playback failure due to rounding errors + - https://github.com/google/shaka-player/issues/3717 + - Fix HLS image track issues + - https://github.com/google/shaka-player/issues/3840 + - Fix CMCD property mangling + - https://github.com/google/shaka-player/issues/3839 + - https://github.com/google/shaka-player/pull/3842 + - Remove caption wrapper bgColor + - https://github.com/google/shaka-player/issues/3745 + - https://github.com/google/shaka-player/pull/3838 + - Avoid WebCrypto randomUUID when CMCD disabled + + ## 3.3.0 (2022-01-07) New Features: diff --git a/lib/player.js b/lib/player.js index 2f26280e52..3c0ced9cfc 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6536,7 +6536,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @define {string} A version number taken from git at compile time. * @export */ -shaka.Player.version = 'v3.3.0-uncompiled'; +shaka.Player.version = 'v3.3.1-uncompiled'; // Initialize the deprecation system using the version string we just set // on the player. diff --git a/package.json b/package.json index e886cd1c98..a0fdfe72f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "3.3.0", + "version": "3.3.1", "homepage": "https://github.com/google/shaka-player", "author": "Google", "maintainers": [