From 9b84966b528c948a790b2455944b89da3d95d09c Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Tue, 16 Jan 2024 05:33:04 -0800 Subject: [PATCH] chore(v4.7.x): release 4.7.5 (#6107) This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 18 ++++++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103a59c2c0..302b790aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [4.7.5](https://github.com/shaka-project/shaka-player/compare/v4.7.4...v4.7.5) (2024-01-16) + + +### Bug Fixes + +* auto cancel trickPlay on live as specified ([#6100](https://github.com/shaka-project/shaka-player/issues/6100)) ([d4f3b1f](https://github.com/shaka-project/shaka-player/commit/d4f3b1f71bdeae2a04d774d8963d7b1d97337811)) +* do not append blank codec strings ([#6093](https://github.com/shaka-project/shaka-player/issues/6093)) ([ffafe5a](https://github.com/shaka-project/shaka-player/commit/ffafe5a0d22997d5baf5ab129350c95173681261)), closes [#6092](https://github.com/shaka-project/shaka-player/issues/6092) +* Reset to default playback rate on release playback rate controller ([#6089](https://github.com/shaka-project/shaka-player/issues/6089)) ([c2e31f1](https://github.com/shaka-project/shaka-player/commit/c2e31f1c6a707354e2d2b75dc03d003c3b9faee2)) +* stay paused after codec switch ([#6108](https://github.com/shaka-project/shaka-player/issues/6108)) ([d7748c4](https://github.com/shaka-project/shaka-player/commit/d7748c44c9d665a524ff6d19b84722f6e05763e6)) +* **TTML:** Clip to video when extent is not present ([#6086](https://github.com/shaka-project/shaka-player/issues/6086)) ([4506f13](https://github.com/shaka-project/shaka-player/commit/4506f13d463d5be2554f28a9aff410d0dde71062)) +* **UI:** Update the playbackrate on loaded event ([#6090](https://github.com/shaka-project/shaka-player/issues/6090)) ([fdc03b9](https://github.com/shaka-project/shaka-player/commit/fdc03b99fa371a04374b0054798cc90e32df30f0)) +* When disconnecting from chromecast, subtitles are turned off ([#6103](https://github.com/shaka-project/shaka-player/issues/6103)) ([96cc25a](https://github.com/shaka-project/shaka-player/commit/96cc25a87d44dc1258b04d3158b45354a6b0671d)) + + +### Performance Improvements + +* **HLS:** do not filter all tags to get the first tag ([#6088](https://github.com/shaka-project/shaka-player/issues/6088)) ([0d8a45a](https://github.com/shaka-project/shaka-player/commit/0d8a45a2ebec376995e5381192e67f7bf9aa907a)) + ## [4.7.4](https://github.com/shaka-project/shaka-player/compare/v4.7.3...v4.7.4) (2024-01-11) diff --git a/lib/player.js b/lib/player.js index 2a3afb11b8..bc28c05c8b 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6900,7 +6900,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.7.4' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.7.5' + '-uncompiled'; // x-release-please-version // Initialize the deprecation system using the version string we just set // on the player. diff --git a/package-lock.json b/package-lock.json index 9ae17f81bc..b3102d2865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.7.4", + "version": "4.7.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.7.4", + "version": "4.7.5", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index 824ba5840e..5e397b495e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.7.4", + "version": "4.7.5", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [