Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.19 (#7863)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Jan 10, 2025
1 parent cc7c579 commit 5b7e5e3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.11.18"
".": "4.11.19"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5b7e5e3

Please sign in to comment.