diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 629cc5730f..b7df894846 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.12.6" + ".": "4.12.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb4b0cade..323c698a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.12.7](https://github.com/shaka-project/shaka-player/compare/v4.12.6...v4.12.7) (2025-01-10) + + +### Bug Fixes + +* **CEA:** Fix multi byte language support in CEA-708 ([#7837](https://github.com/shaka-project/shaka-player/issues/7837)) ([12f2e2b](https://github.com/shaka-project/shaka-player/commit/12f2e2b441475fb5fd379f370384026c90eadf65)) +* **dash:** Fix $Time$ usage with SegmentTemplate ([#7849](https://github.com/shaka-project/shaka-player/issues/7849)) ([9e72d38](https://github.com/shaka-project/shaka-player/commit/9e72d386c8ea985588efc4718e3644e229081bbb)) +* **DASH:** Fix Dolby Atmos detection when there is not SupplementalProperty ([#7847](https://github.com/shaka-project/shaka-player/issues/7847)) ([ca70821](https://github.com/shaka-project/shaka-player/commit/ca708213a67338d94d950d8ce867c1085e65a574)) +* Fix missing EMSG events ([#7839](https://github.com/shaka-project/shaka-player/issues/7839)) ([ec6113a](https://github.com/shaka-project/shaka-player/commit/ec6113a90007dfe90af76bc38ec3955441356eeb)) +* Fix SEGMENT HEAD requests, compatibility with Cast SDK ([#7851](https://github.com/shaka-project/shaka-player/issues/7851)) ([341a0ad](https://github.com/shaka-project/shaka-player/commit/341a0adea499ba5875f6189bc8aefdc3f4710297)), closes [#7600](https://github.com/shaka-project/shaka-player/issues/7600) +* Fix select spatial audio when using selectAudioLanguage ([#7846](https://github.com/shaka-project/shaka-player/issues/7846)) ([dcb27f7](https://github.com/shaka-project/shaka-player/commit/dcb27f796e1abbd1da1f0928f0cc613de919c34a)) +* **HLS:** Disable text correctly when loading a media playlist ([#7840](https://github.com/shaka-project/shaka-player/issues/7840)) ([56460e1](https://github.com/shaka-project/shaka-player/commit/56460e1cd79db89a98848f5f6f1fd86b98df8b07)) +* **HLS:** Fix audio detection when there is no audio data but it appears in PMT ([#7838](https://github.com/shaka-project/shaka-player/issues/7838)) ([04554a9](https://github.com/shaka-project/shaka-player/commit/04554a9635567287206ea8d884f49a79aaaa3686)) +* **HLS:** Omit daterange without START-DATE in order to avoid errors ([#7841](https://github.com/shaka-project/shaka-player/issues/7841)) ([0510a53](https://github.com/shaka-project/shaka-player/commit/0510a532cdc6094dc6ed7769ee9c9a221ec8a123)) + ## [4.12.6](https://github.com/shaka-project/shaka-player/compare/v4.12.5...v4.12.6) (2025-01-06) diff --git a/lib/player.js b/lib/player.js index 3332022498..fed0de715e 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8299,7 +8299,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.12.6' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.12.7' + '-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 ef3b59672f..68f794a4c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.12.6", + "version": "4.12.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.12.6", + "version": "4.12.7", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.6" diff --git a/package.json b/package.json index c927e51d00..b726a66069 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.12.6", + "version": "4.12.7", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [