From edb763cde2f66b6c15521dd4c8a26fbbc4f0f598 Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Wed, 27 Nov 2024 07:21:01 -0800 Subject: [PATCH] chore(v4.11.x): release 4.11.15 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83e926712e..4d76aed146 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.14" + ".": "4.11.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 740262222f..0fdf07e2e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [4.11.15](https://github.com/shaka-project/shaka-player/compare/v4.11.14...v4.11.15) (2024-11-27) + + +### Bug Fixes + +* **Ads:** Fix behavior when user JUMPS across more than one interstitial ([#7667](https://github.com/shaka-project/shaka-player/issues/7667)) ([8e9d548](https://github.com/shaka-project/shaka-player/commit/8e9d548387ec21450fc02836d25e1a4b8ae1b687)) +* **Ads:** Fix post-roll playback ([#7663](https://github.com/shaka-project/shaka-player/issues/7663)) ([697e943](https://github.com/shaka-project/shaka-player/commit/697e94315310c2d04885a913e44b31020d9a9b89)) +* **Ads:** Use region.id as id for Alternative MPD interstitial ([#7671](https://github.com/shaka-project/shaka-player/issues/7671)) ([a35f645](https://github.com/shaka-project/shaka-player/commit/a35f6459c141ef135734f855b7a921b9153605e6)) +* Detect smooth codec switch support on Apple devices ([#7678](https://github.com/shaka-project/shaka-player/issues/7678)) ([c7be2f4](https://github.com/shaka-project/shaka-player/commit/c7be2f49c55a4db68630b30840b0113ad7cfa671)) +* Fix CBCS support in recent WebOS ([#7647](https://github.com/shaka-project/shaka-player/issues/7647)) ([edea6a2](https://github.com/shaka-project/shaka-player/commit/edea6a20b758b18bfa173aac54f417cf1694a4c4)) +* Fix normalized codec for VP9 ([#7645](https://github.com/shaka-project/shaka-player/issues/7645)) ([e9c8261](https://github.com/shaka-project/shaka-player/commit/e9c8261affa6d1bac771433454c0194850a3a8d5)) +* Fix video progress events accuracy ([#7654](https://github.com/shaka-project/shaka-player/issues/7654)) ([e93e8e1](https://github.com/shaka-project/shaka-player/commit/e93e8e17072ec0ff824be1b17bf0736f9518235e)) +* Forbid usage of instanceof ArrayBuffer ([#7653](https://github.com/shaka-project/shaka-player/issues/7653)) ([5c5785b](https://github.com/shaka-project/shaka-player/commit/5c5785b1a20a508059e8ecfeceb8b5b6ee9134be)), closes [#6279](https://github.com/shaka-project/shaka-player/issues/6279) +* **HLS:** Fix playback of raw AAC ([#7641](https://github.com/shaka-project/shaka-player/issues/7641)) ([5bd6348](https://github.com/shaka-project/shaka-player/commit/5bd6348e08d93741758c53fdffd82176cf821331)) +* **HLS:** Fix subtitle timing when no discontinuity but there is X-TIMESTAMP-MAP ([#7681](https://github.com/shaka-project/shaka-player/issues/7681)) ([284b21c](https://github.com/shaka-project/shaka-player/commit/284b21ccfb4d71a9001f46392a92d9ed8e97200b)) +* **HLS:** Ignore errors when try to detect CC ([#7668](https://github.com/shaka-project/shaka-player/issues/7668)) ([b4d87a0](https://github.com/shaka-project/shaka-player/commit/b4d87a020ba4ed77d64c07ca21f994301216b1c9)) +* **PS5:** Prevent uncaught promise rejections when requests are aborted ([#7637](https://github.com/shaka-project/shaka-player/issues/7637)) ([623888e](https://github.com/shaka-project/shaka-player/commit/623888ea50580143bec1d64f7a31065bcb483ff9)) +* **UI:** Change to use legacy css format to support old TVs ([#7658](https://github.com/shaka-project/shaka-player/issues/7658)) ([a8eed1d](https://github.com/shaka-project/shaka-player/commit/a8eed1d83a3e444bd3d2d968c5d4e255e622f538)) +* **UI:** Do not show codec name when the same codec is used for the same language ([#7643](https://github.com/shaka-project/shaka-player/issues/7643)) ([091cb47](https://github.com/shaka-project/shaka-player/commit/091cb478cf41dd918471f674037d6f55b30579af)) + ## [4.11.14](https://github.com/shaka-project/shaka-player/compare/v4.11.13...v4.11.14) (2024-11-20) diff --git a/lib/player.js b/lib/player.js index c6cf36ff7f..86beab6d71 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8129,7 +8129,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.11.14' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.11.15' + '-uncompiled'; // x-release-please-version // 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 34bc30973f..27b31ca999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.11.14", + "version": "4.11.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.11.14", + "version": "4.11.15", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.6" diff --git a/package.json b/package.json index 4c49e32287..847d5d20ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.11.14", + "version": "4.11.15", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [