diff --git a/CHANGELOG.md b/CHANGELOG.md index 87e5919b8c..58f3b1aeb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.6.15](https://github.com/shaka-project/shaka-player/compare/v4.6.14...v4.6.15) (2024-02-26) + + +### Bug Fixes + +* **Cast:** Force TS content to be transmuxed on Chromecast ([#6262](https://github.com/shaka-project/shaka-player/issues/6262)) ([e26f6e5](https://github.com/shaka-project/shaka-player/commit/e26f6e5491ae4f6bccb96e14e3754435ec2f5cf1)), closes [#5278](https://github.com/shaka-project/shaka-player/issues/5278) +* **HLS:** Ban unsupported combinations of SAMPLE-AES encryption ([#6295](https://github.com/shaka-project/shaka-player/issues/6295)) ([4843767](https://github.com/shaka-project/shaka-player/commit/48437670a188943e0bb70f58f3062a5ee120ffae)) +* **HLS:** Fix bad init segment request with byterange when using media playlist ([#6297](https://github.com/shaka-project/shaka-player/issues/6297)) ([274d31c](https://github.com/shaka-project/shaka-player/commit/274d31c5015710d8e4f164b486a6001cfda600d8)) +* **VTT:** fix setting textShadow when multiple CSS classes provided ([#6287](https://github.com/shaka-project/shaka-player/issues/6287)) ([e034a5b](https://github.com/shaka-project/shaka-player/commit/e034a5b8d9f4754ee7ed8cc18a6ce0ae4b79f697)) + ## [4.6.14](https://github.com/shaka-project/shaka-player/compare/v4.6.13...v4.6.14) (2024-02-21) diff --git a/lib/player.js b/lib/player.js index 44b495af6f..6c84ffcae4 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6837,7 +6837,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.6.14' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.6.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 8adeddd404..324c5b3526 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.6.14", + "version": "4.6.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.6.14", + "version": "4.6.15", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index 7299f448b9..de5870e64b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.6.14", + "version": "4.6.15", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [