From df1905aa9047174bd94f105cdbc166f849a8b74a Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:44:33 -0800 Subject: [PATCH] chore(v4.12.x): release 4.12.8 (#7871) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7df894846..d32d914fed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.7" + ".": "4.12.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 323c698a13..985188c1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.12.8](https://github.com/shaka-project/shaka-player/compare/v4.12.7...v4.12.8) (2025-01-17) + + +### Bug Fixes + +* Detect mov extension as video/quicktime ([#7884](https://github.com/shaka-project/shaka-player/issues/7884)) ([b3df5ad](https://github.com/shaka-project/shaka-player/commit/b3df5ad1e96dd2a723fcbabf10d6686bf88ce2e2)) +* Fix isEnded for live streams ([#7866](https://github.com/shaka-project/shaka-player/issues/7866)) ([0cefc93](https://github.com/shaka-project/shaka-player/commit/0cefc93e7d33d3f2b00f85b811fe4bf781eeb3e7)) +* Fix isEnded when is not fullyLoaded ([#7883](https://github.com/shaka-project/shaka-player/issues/7883)) ([afe544a](https://github.com/shaka-project/shaka-player/commit/afe544a98ffe06be7f659f81683073db71d0a7bd)) +* **HLS:** Assign EXT-X-TILES to segment tags ([#7864](https://github.com/shaka-project/shaka-player/issues/7864)) ([8a35d7c](https://github.com/shaka-project/shaka-player/commit/8a35d7cd42b33be8a7d6daf177eeb172c6d0c46a)) +* **Offline:** Fix download HLG tracks when using AUTO hdr level ([#7865](https://github.com/shaka-project/shaka-player/issues/7865)) ([9a1594a](https://github.com/shaka-project/shaka-player/commit/9a1594a1de220a32af54fe93320041b84ee2e230)) +* **tXml:** Fix findChildrenNS when the namespace is in the element ([#7896](https://github.com/shaka-project/shaka-player/issues/7896)) ([2ae2408](https://github.com/shaka-project/shaka-player/commit/2ae2408bf8d796dc9ea1de32c563602f09ec4830)) +* **UI:** Fix handle of seek on MediaSession ([#7879](https://github.com/shaka-project/shaka-player/issues/7879)) ([b51bd79](https://github.com/shaka-project/shaka-player/commit/b51bd797c03eb69f9c160c44c0587512fc08bdaf)) +* Use getSegmentAvailabilityStart instead of getSeekRangeStart to evict segments ([#7867](https://github.com/shaka-project/shaka-player/issues/7867)) ([aae2b37](https://github.com/shaka-project/shaka-player/commit/aae2b37d5d770d3975b83e4d81971bd68d3675db)) +* Use infiniteLiveStreamDuration equal to true in Safari 17 or above ([#7901](https://github.com/shaka-project/shaka-player/issues/7901)) ([7686637](https://github.com/shaka-project/shaka-player/commit/7686637f8f95c8c4a3a0558c912b476aab21ce67)) + ## [4.12.7](https://github.com/shaka-project/shaka-player/compare/v4.12.6...v4.12.7) (2025-01-10) diff --git a/lib/player.js b/lib/player.js index 7cfdf48bd1..37354454b2 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8300,7 +8300,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.12.7' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.12.8' + '-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 68f794a4c3..9308c318f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.12.7", + "version": "4.12.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.12.7", + "version": "4.12.8", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.6" diff --git a/package.json b/package.json index 16d56e68b1..815802e2aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.12.7", + "version": "4.12.8", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [