Skip to content

Commit

Permalink
chore(v4.11.x): release 4.11.5 (#7363)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Sep 24, 2024
1 parent 68b77bb commit b3f7e9a
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.4"
".": "4.11.5"
}
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.5](https://github.com/shaka-project/shaka-player/compare/v4.11.4...v4.11.5) (2024-09-24)


### Bug Fixes

* Active track state on variantchanged and adaptation events ([#7350](https://github.com/shaka-project/shaka-player/issues/7350)) ([4968472](https://github.com/shaka-project/shaka-player/commit/49684725ee8691338d324be21585bed25af557e9))
* Avoid notify buffered changes when segment appended is text ([#7353](https://github.com/shaka-project/shaka-player/issues/7353)) ([68b77bb](https://github.com/shaka-project/shaka-player/commit/68b77bbee4a95c757f184fec3f864effde4f9d0b))
* **dash:** live to vod transition seek start ([#7347](https://github.com/shaka-project/shaka-player/issues/7347)) ([371edbe](https://github.com/shaka-project/shaka-player/commit/371edbe52ed60df1075a6f0de3a530f09a95f802))
* Disable Encryption Scheme Polyfil On Some Devices ([#7355](https://github.com/shaka-project/shaka-player/issues/7355)) ([b9bd851](https://github.com/shaka-project/shaka-player/commit/b9bd851682bd50cfec688887861c0bc15c33b416))
* Do not recognize Sky Q as Apple device ([#7357](https://github.com/shaka-project/shaka-player/issues/7357)) ([30d9628](https://github.com/shaka-project/shaka-player/commit/30d9628f47dac6a582208c527259782c3a0a2b91))
* **HLS:** Allow sync live streams without PROGRAM-DATE-TIME ([#7340](https://github.com/shaka-project/shaka-player/issues/7340)) ([5655ade](https://github.com/shaka-project/shaka-player/commit/5655ade7d8aff6d0342a8fe7e5124a6d99f98e02))
* **UI:** Fix missing tracks in resolution selector ([#7352](https://github.com/shaka-project/shaka-player/issues/7352)) ([9c3cd7c](https://github.com/shaka-project/shaka-player/commit/9c3cd7c12ee0e5f82709e587cb8675be4489687c))

## [4.11.4](https://github.com/shaka-project/shaka-player/compare/v4.11.3...v4.11.4) (2024-09-18)


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

0 comments on commit b3f7e9a

Please sign in to comment.