Skip to content

Commit

Permalink
chore(v4.10.x): release 4.10.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Oct 18, 2024
1 parent de251cd commit c378d42
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.10.21"
".": "4.10.22"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.10.22](https://github.com/shaka-project/shaka-player/compare/v4.10.21...v4.10.22) (2024-10-18)


### Bug Fixes

* **DASH:** Live DASH allows segment overlap in the updated manifest for first new segments ([#7405](https://github.com/shaka-project/shaka-player/issues/7405)) ([8d7526b](https://github.com/shaka-project/shaka-player/commit/8d7526b17ad7cf939570432177b346776b688698))
* **DASH:** Live to vod transition ([#7404](https://github.com/shaka-project/shaka-player/issues/7404)) ([a468216](https://github.com/shaka-project/shaka-player/commit/a4682163408759ace3c7460177210bb075b790ef))
* Disable smooth codec switch if changeType is unavailable ([#7414](https://github.com/shaka-project/shaka-player/issues/7414)) ([67bc16e](https://github.com/shaka-project/shaka-player/commit/67bc16eac3a581bf1563c9c3f806e20485d29e7f))
* **PS4/5:** Disable smooth codec switch on PS4/5 ([#7413](https://github.com/shaka-project/shaka-player/issues/7413)) ([df0bfd4](https://github.com/shaka-project/shaka-player/commit/df0bfd408ef3e05cbeaf076cdc00d33f7aa87abd))
* Seek delay for Cast Nest hub ([#7423](https://github.com/shaka-project/shaka-player/issues/7423)) ([2997dc0](https://github.com/shaka-project/shaka-player/commit/2997dc0284b06f8b846f0fc36fba085da1f4070b))
* **UI:** Disable save frame when using remote playback ([#7433](https://github.com/shaka-project/shaka-player/issues/7433)) ([de251cd](https://github.com/shaka-project/shaka-player/commit/de251cd68b98c128ca57e74498770a9b233cc5ff))
* **UI:** Restore missing AirPlay button ([#7389](https://github.com/shaka-project/shaka-player/issues/7389)) ([96d2bd5](https://github.com/shaka-project/shaka-player/commit/96d2bd531d222857cd9ebf9116cfa80cfd5854f5))

## [4.10.21](https://github.com/shaka-project/shaka-player/compare/v4.10.20...v4.10.21) (2024-09-26)


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

0 comments on commit c378d42

Please sign in to comment.