Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.9 (#7442)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Oct 21, 2024
1 parent 703b3b8 commit ceddb1a
Show file tree
Hide file tree
Showing 5 changed files with 16 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.8"
".": "4.11.9"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.11.9](https://github.com/shaka-project/shaka-player/compare/v4.11.8...v4.11.9) (2024-10-21)


### Bug Fixes

* calculations of channel count for DASH AudioChannelConfiguration elements. ([#7421](https://github.com/shaka-project/shaka-player/issues/7421)) ([916a1f6](https://github.com/shaka-project/shaka-player/commit/916a1f6b6ff74bfe898f7b597fd63757d8ce02a7))
* **DRM:** Fix persistent licenses not working for online playback ([#7457](https://github.com/shaka-project/shaka-player/issues/7457)) ([984db5c](https://github.com/shaka-project/shaka-player/commit/984db5c2a5c905cb0d645f4623485c808536d5fa))
* **UI:** Fix auto-load with source tags ([#7430](https://github.com/shaka-project/shaka-player/issues/7430)) ([755a6ea](https://github.com/shaka-project/shaka-player/commit/755a6ea6f3dcd2da958ebb99dbffea7e12b3512c))
* **UI:** Fix the position of save video frame in the overflow menu ([#7438](https://github.com/shaka-project/shaka-player/issues/7438)) ([a7261d6](https://github.com/shaka-project/shaka-player/commit/a7261d61e6420a13b4229de30c7d27fc0ada01f9))
* **UI:** Hidden cursor correctly when no touch screen ([#7458](https://github.com/shaka-project/shaka-player/issues/7458)) ([a1b7694](https://github.com/shaka-project/shaka-player/commit/a1b7694f9d38d79c86a23da1a0389dad93ecb2db))

## [4.11.8](https://github.com/shaka-project/shaka-player/compare/v4.11.7...v4.11.8) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8080,7 +8080,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.11.8' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.11.9' + '-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.8",
"version": "4.11.9",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit ceddb1a

Please sign in to comment.