diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58acdf5b19..b6e1475f8e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.0" + ".": "4.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d01a57c8..978820169d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.11.1](https://github.com/shaka-project/shaka-player/compare/v4.11.0...v4.11.1) (2024-09-09) + + +### Bug Fixes + +* Fix rendering of image subs when using SimpleTextDisplayer ([#7258](https://github.com/shaka-project/shaka-player/issues/7258)) ([cafc7d1](https://github.com/shaka-project/shaka-player/commit/cafc7d1258125a983f2e9c9ce7badfad2ce66c89)) +* **TTML:** Fix subtitles not rendered due to complaint about xml:id ([#7270](https://github.com/shaka-project/shaka-player/issues/7270)) ([51e8171](https://github.com/shaka-project/shaka-player/commit/51e81718799085341f71929fd81c6805c41ea55c)) +* **UI:** Display the font-family correctly in some cases ([#7266](https://github.com/shaka-project/shaka-player/issues/7266)) ([7339ed5](https://github.com/shaka-project/shaka-player/commit/7339ed54f8308a4430e3fb208844e57d4bc1acd3)) +* **WebVTT:** Fix mapNativeCueToShakaCue in Chromium browsers ([#7273](https://github.com/shaka-project/shaka-player/issues/7273)) ([2b7c087](https://github.com/shaka-project/shaka-player/commit/2b7c0873b3d5d8539605a675de7490de8552dab5)) + ## [4.11.0](https://github.com/shaka-project/shaka-player/compare/v4.10.0...v4.11.0) (2024-09-04) diff --git a/lib/player.js b/lib/player.js index 1c94e3c03a..5469516e70 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8063,7 +8063,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.11.0' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.11.1' + '-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 19f3c2b84c..430537d5b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.11.0", + "version": "4.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.11.0", + "version": "4.11.1", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index e163dab2cc..77aff6e2c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.11.0", + "version": "4.11.1", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [