From ba0d9e5b90f3d23b3a2ea1fd4cd411080ff91b5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 21:27:30 +0000 Subject: [PATCH] chore(v3.1.x): release 3.1.7 --- CHANGELOG.md | 15 +++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc169545d..0453b4e820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +### [3.1.7](https://github.com/shaka-project/shaka-player/compare/v3.1.6...v3.1.7) (2022-04-21) + + +### Bug Fixes + +* **cea:** make a more robust CEA MP4 parser ([#3965](https://github.com/shaka-project/shaka-player/issues/3965)) ([b292fb3](https://github.com/shaka-project/shaka-player/commit/b292fb39fca86735ef1aa67ba46fafb72193a992)) +* **dash:** Account for bandwidth before filtering text stream ([#3765](https://github.com/shaka-project/shaka-player/issues/3765)) ([612133e](https://github.com/shaka-project/shaka-player/commit/612133ed1d963c387d234318548f90866bc9eded)), closes [#3724](https://github.com/shaka-project/shaka-player/issues/3724) +* **dash:** Fix performance regression ([#4064](https://github.com/shaka-project/shaka-player/issues/4064)) ([a35efd1](https://github.com/shaka-project/shaka-player/commit/a35efd196d56296e17f46cd538e8f46c9125af2d)) +* Fix exceptions when quickly shutting down src= on Safari ([#4088](https://github.com/shaka-project/shaka-player/issues/4088)) ([da14ae4](https://github.com/shaka-project/shaka-player/commit/da14ae427c951c7af39f9a2b50a4cb3a89957ede)), closes [#4087](https://github.com/shaka-project/shaka-player/issues/4087) +* Fix playRangeEnd for certain content ([#4068](https://github.com/shaka-project/shaka-player/issues/4068)) ([7543dd1](https://github.com/shaka-project/shaka-player/commit/7543dd1569c136233cad6ab6ea250637a4f8430b)), closes [#4026](https://github.com/shaka-project/shaka-player/issues/4026) +* **performance:** Eliminate use of ES6 generators ([#4092](https://github.com/shaka-project/shaka-player/issues/4092)) ([a131bdd](https://github.com/shaka-project/shaka-player/commit/a131bdda886169ae6269d0f7dc04a038a9091f5f)), closes [#4062](https://github.com/shaka-project/shaka-player/issues/4062) +* Select first of identical audio streams ([#3869](https://github.com/shaka-project/shaka-player/issues/3869)) ([4174693](https://github.com/shaka-project/shaka-player/commit/41746933ad4bd3e477435510d97bc7eb4b487049)) +* **ttml:** Center subtitles by default ([#4023](https://github.com/shaka-project/shaka-player/issues/4023)) ([483966c](https://github.com/shaka-project/shaka-player/commit/483966c37a724ab6090d895bb489f3df4f87ffaf)) +* **UI:** Add cursor pointer to range elements ([#4059](https://github.com/shaka-project/shaka-player/issues/4059)) ([667962e](https://github.com/shaka-project/shaka-player/commit/667962e377364294d184905be874e396e6978fb4)), closes [#3220](https://github.com/shaka-project/shaka-player/issues/3220) + ## [3.1.6](https://github.com/shaka-project/shaka-player/compare/v3.1.5...v3.1.6) (2022-02-17) diff --git a/lib/player.js b/lib/player.js index 158c5da572..0bcf5494fe 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6132,7 +6132,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @define {string} A version number taken from git at compile time. * @export */ -shaka.Player.version = 'v3.1.6-uncompiled'; // x-release-please-version +shaka.Player.version = 'v3.1.7-uncompiled'; // Initialize the deprecation system using the version string we just set // on the player. diff --git a/package-lock.json b/package-lock.json index 3ab00161fa..afb7713184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "3.1.6", + "version": "3.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "3.1.6", + "version": "3.1.7", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.0.3" diff --git a/package.json b/package.json index 8903ccb5bb..05e0bdce03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "3.1.6", + "version": "3.1.7", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [