diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b44dede0ed..ff1cdd979f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.11" + ".": "4.12.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df90bfc2f..927b2a92f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.12.12](https://github.com/shaka-project/shaka-player/compare/v4.12.11...v4.12.12) (2025-02-17) + + +### Bug Fixes + +* **Ads:** Reset playRangeEnd value between interstitials ([#8082](https://github.com/shaka-project/shaka-player/issues/8082)) ([7421abb](https://github.com/shaka-project/shaka-player/commit/7421abb6c0fbfc8ec4812a04f9cd6a2426202d83)) +* **DASH:** Fix playback of ClearKey when only part of keys are defined ([#8055](https://github.com/shaka-project/shaka-player/issues/8055)) ([7a8022e](https://github.com/shaka-project/shaka-player/commit/7a8022ec91ebd0473adfb28400fd6dcc849fb1fc)) +* **DRM:** Fix drm choice when the user provide a server in the manifest ([#8067](https://github.com/shaka-project/shaka-player/issues/8067)) ([cfd3af9](https://github.com/shaka-project/shaka-player/commit/cfd3af95d6b7c4e2580cfa6caf560024c2699da7)) +* **HLS:** Fix duplicate segments on some inaccurate live streams ([#8084](https://github.com/shaka-project/shaka-player/issues/8084)) ([96e4ce0](https://github.com/shaka-project/shaka-player/commit/96e4ce0ca08f41b7e4420dc29c5b98ac62e825c3)) +* **net:** Allow preventDefault() on retry event ([#8058](https://github.com/shaka-project/shaka-player/issues/8058)) ([01125cd](https://github.com/shaka-project/shaka-player/commit/01125cdd23c8b803fb805a3c9fe6460cd4bc6aee)) +* Throw preload destroyed error when re-using same preloadManager ([#8046](https://github.com/shaka-project/shaka-player/issues/8046)) ([bb26482](https://github.com/shaka-project/shaka-player/commit/bb26482d562f7c82997977fc71d83b72e159c8c1)) +* **tXml:** Allow case insensitive in parseDuration ([#8064](https://github.com/shaka-project/shaka-player/issues/8064)) ([e3ea9c0](https://github.com/shaka-project/shaka-player/commit/e3ea9c060a2ddec796e481a25fe4d8e5207ec29d)) +* **UI:** Fix thumbnail sometimes not disappearing due to mouse hover ([#8089](https://github.com/shaka-project/shaka-player/issues/8089)) ([c6f8a35](https://github.com/shaka-project/shaka-player/commit/c6f8a35b09e589e8f2ae3e46274bc4b0c37afe3f)) +* **WebOS:** Do not preload DRM on legacy EME ([#8083](https://github.com/shaka-project/shaka-player/issues/8083)) ([79f5151](https://github.com/shaka-project/shaka-player/commit/79f515181b5a7571e90debcadf989544a51e33d4)) + ## [4.12.11](https://github.com/shaka-project/shaka-player/compare/v4.12.10...v4.12.11) (2025-02-05) diff --git a/lib/player.js b/lib/player.js index 737e5462db..3ddebc7020 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8378,7 +8378,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.12.11' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.12.12' + '-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 bd32c178df..2a4c4da55a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.12.11", + "version": "4.12.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.12.11", + "version": "4.12.12", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.6" diff --git a/package.json b/package.json index 7b94c24beb..a294d8f03c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.12.11", + "version": "4.12.12", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [