From 2cd3c2d4d6da64c4b9bc1088eaed6d1e505e9efa Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Mon, 3 Mar 2025 04:06:52 -0800 Subject: [PATCH] chore(v4.13.x): release 4.13.7 (#8195) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ lib/player.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 682f6814ad..95761af090 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.13.6" + ".": "4.13.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b5937bb862..a131274e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.13.7](https://github.com/shaka-project/shaka-player/compare/v4.13.6...v4.13.7) (2025-03-03) + + +### Bug Fixes + +* Fix seek to initial live position on slow devices ([#8181](https://github.com/shaka-project/shaka-player/issues/8181)) ([d7d467d](https://github.com/shaka-project/shaka-player/commit/d7d467d79ecc85756657a3cd8b139af5f9297a7a)) +* Prevent race condition when seeking backwards during load ([#8188](https://github.com/shaka-project/shaka-player/issues/8188)) ([1ec6529](https://github.com/shaka-project/shaka-player/commit/1ec65294605335fed7e92a0fa26b080ff1175117)) +* **UI:** Fix weird behaviour when volume was 0, and we unmute ([#8186](https://github.com/shaka-project/shaka-player/issues/8186)) ([49596bf](https://github.com/shaka-project/shaka-player/commit/49596bf363d0e0c4e7121bd6c137ad40b89e0cdb)) +* **UI:** Use touchend to show the controls ([#8180](https://github.com/shaka-project/shaka-player/issues/8180)) ([ea71bf0](https://github.com/shaka-project/shaka-player/commit/ea71bf0f02c37b59c77e0dd4a04bc9a1e9ef587c)) + + +### Performance Improvements + +* Pause PlayheadObserverManager operations on pause event ([#8183](https://github.com/shaka-project/shaka-player/issues/8183)) ([187b69c](https://github.com/shaka-project/shaka-player/commit/187b69c6d921cb928b8ae913fe5afdb52219670f)) + ## [4.13.6](https://github.com/shaka-project/shaka-player/compare/v4.13.5...v4.13.6) (2025-02-26) diff --git a/lib/player.js b/lib/player.js index 380acede32..494fc9d5a2 100644 --- a/lib/player.js +++ b/lib/player.js @@ -8463,7 +8463,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.13.6' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.13.7' + '-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 2b1b18d49a..0d6dfd6bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.13.6", + "version": "4.13.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.13.6", + "version": "4.13.7", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.2.1" diff --git a/package.json b/package.json index e304a4ae8f..6fc294dda4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.13.6", + "version": "4.13.7", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [