diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 46a62b5b8a..ca0a2be3b5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.10.14" + ".": "4.10.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1214268c8f..3ac280c766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.10.15](https://github.com/shaka-project/shaka-player/compare/v4.10.14...v4.10.15) (2024-09-09) + + +### Bug Fixes + +* Fix rendering of image subs when using SimpleTextDisplayer ([#7258](https://github.com/shaka-project/shaka-player/issues/7258)) ([618eace](https://github.com/shaka-project/shaka-player/commit/618eace9e655595910a969287f0e95d49e21df00)) +* **TTML:** Fix subtitles not rendered due to complaint about xml:id ([#7270](https://github.com/shaka-project/shaka-player/issues/7270)) ([a89a2aa](https://github.com/shaka-project/shaka-player/commit/a89a2aad3fd62814ea82cc3d29d732fbe0401f34)) +* **UI:** Display the font-family correctly in some cases ([#7266](https://github.com/shaka-project/shaka-player/issues/7266)) ([1509c6d](https://github.com/shaka-project/shaka-player/commit/1509c6d617aa02f3baf656ce39fb61d6ce8ab459)) +* **WebVTT:** Fix mapNativeCueToShakaCue in Chromium browsers ([#7273](https://github.com/shaka-project/shaka-player/issues/7273)) ([a204963](https://github.com/shaka-project/shaka-player/commit/a2049638915a6d741ce4211b06ca0495eff9a9ed)) + ## [4.10.14](https://github.com/shaka-project/shaka-player/compare/v4.10.13...v4.10.14) (2024-09-04) diff --git a/lib/player.js b/lib/player.js index 6925c1732a..78342d1078 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7848,7 +7848,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.10.14' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.10.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 c2700599b4..639e0bd67f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.10.14", + "version": "4.10.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.10.14", + "version": "4.10.15", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 6bbbb4d1c9..54e08478b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.10.14", + "version": "4.10.15", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [