Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.11 (#7185)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Aug 23, 2024
1 parent c25062c commit da7d2a0
Show file tree
Hide file tree
Showing 5 changed files with 23 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.10.10"
".": "4.10.11"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [4.10.11](https://github.com/shaka-project/shaka-player/compare/v4.10.10...v4.10.11) (2024-08-22)


### Bug Fixes

* Add more info in getVariantTracks for muxed streams ([#7181](https://github.com/shaka-project/shaka-player/issues/7181)) ([bb2f99d](https://github.com/shaka-project/shaka-player/commit/bb2f99dde271ab900e54494bcc8761236e8e4955))
* Adjust timing of mediaqualitychanged event when safe margin is set ([#7114](https://github.com/shaka-project/shaka-player/issues/7114)) ([5d94587](https://github.com/shaka-project/shaka-player/commit/5d945879de0447db0b08a7b4dddb9c896479ed32))
* Apply playRange config to src= ([#7168](https://github.com/shaka-project/shaka-player/issues/7168)) ([da262f4](https://github.com/shaka-project/shaka-player/commit/da262f4a335b9ebb524b484e2ca40e7217f80c2f))
* **DASH:** Allow play all time fastSwitching tracks ([#7180](https://github.com/shaka-project/shaka-player/issues/7180)) ([482d8d4](https://github.com/shaka-project/shaka-player/commit/482d8d43586bb8124a70b8cfd4d4b379f2867f43))
* **DASH:** Patch manifest Adaptationset indexing, [@n](https://github.com/n)=&lt;Numbering&gt; and [@t](https://github.com/t)=<time> ([#7131](https://github.com/shaka-project/shaka-player/issues/7131)) ([2913fd3](https://github.com/shaka-project/shaka-player/commit/2913fd3e2d3427285cd800427d0e4c9746a4c6ae))
* Fire the correct error code in src= mode in some situations ([#7167](https://github.com/shaka-project/shaka-player/issues/7167)) ([e9e54f6](https://github.com/shaka-project/shaka-player/commit/e9e54f63abfa0c20c3a5dbc874a12d18eacb74ff))
* Fix ended state in stateHistory ([#7189](https://github.com/shaka-project/shaka-player/issues/7189)) ([200497f](https://github.com/shaka-project/shaka-player/commit/200497f63a559cb6930cfebfdf692a9a35938ee8))
* Fix error thrown after catching null error ([#7177](https://github.com/shaka-project/shaka-player/issues/7177)) ([f222668](https://github.com/shaka-project/shaka-player/commit/f222668934dc1bf8c2c9d3c5ae2d61a6598a7b60))
* Fix horizontal alignment of WebVTT in UITextDisplayer ([#7169](https://github.com/shaka-project/shaka-player/issues/7169)) ([9c2c953](https://github.com/shaka-project/shaka-player/commit/9c2c9534d5c48a9d462d8212f4fd96d088f0217d))
* **HLS:** Fix use of EXT-X-MEDIA when not using Content Steering ([#7166](https://github.com/shaka-project/shaka-player/issues/7166)) ([0d9cf1a](https://github.com/shaka-project/shaka-player/commit/0d9cf1a6c3cf979b7e44015283262a91c98cd6dd))
* **UI:** Fix display seekbar and time when the seekrange is infinite ([#7182](https://github.com/shaka-project/shaka-player/issues/7182)) ([b31a57f](https://github.com/shaka-project/shaka-player/commit/b31a57f83240e930e278fe17040c982728a33b2f))
* **UI:** Only show frame rate if there are several frame rates ([#7190](https://github.com/shaka-project/shaka-player/issues/7190)) ([c25062c](https://github.com/shaka-project/shaka-player/commit/c25062cd633d92348b67b6dc9ffa399f2783f9e9))

## [4.10.10](https://github.com/shaka-project/shaka-player/compare/v4.10.9...v4.10.10) (2024-08-19)


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

0 comments on commit da7d2a0

Please sign in to comment.