From 5b7e5e3a0f069138bc2780db5713ba89434e87ab Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:38:25 -0800 Subject: [PATCH] chore(v4.11.x): release 4.11.19 (#7863) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8fe1616dfc..e986a4af95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.11.18" + ".": "4.11.19" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d291f52535..aa319ea212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.11.19](https://github.com/shaka-project/shaka-player/compare/v4.11.18...v4.11.19) (2025-01-10) + + +### Bug Fixes + +* **CEA:** Fix multi byte language support in CEA-708 ([#7837](https://github.com/shaka-project/shaka-player/issues/7837)) ([4f18e72](https://github.com/shaka-project/shaka-player/commit/4f18e72d040fd21b2dcedac09ce67b7c805bc187)) +* **dash:** Fix $Time$ usage with SegmentTemplate ([#7849](https://github.com/shaka-project/shaka-player/issues/7849)) ([1786ac1](https://github.com/shaka-project/shaka-player/commit/1786ac1634df8b889c78ba75a6bcc5b19da01303)) +* **DASH:** Fix Dolby Atmos detection when there is not SupplementalProperty ([#7847](https://github.com/shaka-project/shaka-player/issues/7847)) ([260dfd6](https://github.com/shaka-project/shaka-player/commit/260dfd601a735f3baa6b8df1f9283eae9e319a22)) +* Fix SEGMENT HEAD requests, compatibility with Cast SDK ([#7851](https://github.com/shaka-project/shaka-player/issues/7851)) ([5d9f0eb](https://github.com/shaka-project/shaka-player/commit/5d9f0eb90a1c58fc1e0b3e4a8cd33215510f51ac)), closes [#7600](https://github.com/shaka-project/shaka-player/issues/7600) +* **HLS:** Disable text correctly when loading a media playlist ([#7840](https://github.com/shaka-project/shaka-player/issues/7840)) ([f3c464b](https://github.com/shaka-project/shaka-player/commit/f3c464b6178015af40365d03502497dfb56d8451)) +* **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)) ([1d700a9](https://github.com/shaka-project/shaka-player/commit/1d700a973a4efd311eac6e3306df31b154f2da5f)) +* **HLS:** Omit daterange without START-DATE in order to avoid errors ([#7841](https://github.com/shaka-project/shaka-player/issues/7841)) ([faf324d](https://github.com/shaka-project/shaka-player/commit/faf324dd570398777a9965110c95c240740d87ec)) + ## [4.11.18](https://github.com/shaka-project/shaka-player/compare/v4.11.17...v4.11.18) (2025-01-06) diff --git a/lib/player.js b/lib/player.js index 863d506ad0..e97e23a554 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8152,7 +8152,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.11.18' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.11.19' + '-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 d2e172ccf4..391ef8fbbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.11.18", + "version": "4.11.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.11.18", + "version": "4.11.19", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.6" diff --git a/package.json b/package.json index 277dd772b2..a3503a6f79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.11.18", + "version": "4.11.19", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [