Skip to content

Commit

Permalink
chore(v4.7.x): release 4.7.4 (#6084)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Jan 11, 2024
1 parent 36972a8 commit 769c256
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

## [4.7.4](https://github.com/shaka-project/shaka-player/compare/v4.7.3...v4.7.4) (2024-01-11)


### Bug Fixes

* **Ads:** Fix muting/unmuting ads won't affect video and vice versa ([#6073](https://github.com/shaka-project/shaka-player/issues/6073)) ([baf53ec](https://github.com/shaka-project/shaka-player/commit/baf53ec5dbae98c23e748a0955903361f181b5eb))
* fix handling of multiple CC tracks ([#6076](https://github.com/shaka-project/shaka-player/issues/6076)) ([e657960](https://github.com/shaka-project/shaka-player/commit/e657960475df69c9a92aa8bea71256e8db991377))
* **HLS:** getPlayheadTimeAsDate() differs from X-EXT-PROGRAM-DATE-TIME ([#6059](https://github.com/shaka-project/shaka-player/issues/6059)) ([cc1f3df](https://github.com/shaka-project/shaka-player/commit/cc1f3dfed75e16ac89f59c3f0e2799262477ac73))
* **offline:** Fix server certificate error when trying to delete stored content ([#6080](https://github.com/shaka-project/shaka-player/issues/6080)) ([8473301](https://github.com/shaka-project/shaka-player/commit/8473301d78501eaef31bf2eac5d2a8a43ff36b61))
* **UI:** Fix replay button when the post-roll is running using CS ([#6072](https://github.com/shaka-project/shaka-player/issues/6072)) ([c809573](https://github.com/shaka-project/shaka-player/commit/c8095735cca9557827c8f2d3d0a4643d6e2cf4b7))


### Performance Improvements

* Improve performance of addThumbnailsTrack ([#6067](https://github.com/shaka-project/shaka-player/issues/6067)) ([80fcc21](https://github.com/shaka-project/shaka-player/commit/80fcc215368f637f1889eeca8e0f4df754db3967))
* **WebVTT:** Improve parsing time for unstyled payloads ([#6066](https://github.com/shaka-project/shaka-player/issues/6066)) ([e32c4bb](https://github.com/shaka-project/shaka-player/commit/e32c4bba054e66176a08e6b0af4eefb6d7a8bbee))


### Reverts

* Install by default shaka.polyfill.PatchedMediaKeysApple when there is no unprefixed EME support ([#6068](https://github.com/shaka-project/shaka-player/issues/6068)) ([2c4b000](https://github.com/shaka-project/shaka-player/commit/2c4b000431d3be77fae680377d695fc423a67a2a))

## [4.7.3](https://github.com/shaka-project/shaka-player/compare/v4.7.2...v4.7.3) (2024-01-09)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6871,7 +6871,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.7.3' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.7.4' + '-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
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.7.3",
"version": "4.7.4",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 769c256

Please sign in to comment.