diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aab5e855d5..3acae89bfd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.12" + ".": "4.7.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f60b8b6441..268bdd6cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.7.13](https://github.com/shaka-project/shaka-player/compare/v4.7.12...v4.7.13) (2024-04-15) + + +### Bug Fixes + +* Correct playhead when seek beyond seekRange ([#6304](https://github.com/shaka-project/shaka-player/issues/6304)) ([f91188e](https://github.com/shaka-project/shaka-player/commit/f91188eaecb91583385f49fdf1e39add3f77d7c2)) +* **DASH:** Fix support for multi-mimeType variants ([#6348](https://github.com/shaka-project/shaka-player/issues/6348)) ([0581be5](https://github.com/shaka-project/shaka-player/commit/0581be5726ef83dfa01463b75e9b24517fc732fb)) +* **HLS:** Fix labelling of captions in Safari ([#6426](https://github.com/shaka-project/shaka-player/issues/6426)) ([e3aad9f](https://github.com/shaka-project/shaka-player/commit/e3aad9fdf5f85cef5f511f2a800c0ad1d51c7777)) +* Looser tolerance for ending trick play at edge of seek range. ([#6422](https://github.com/shaka-project/shaka-player/issues/6422)) ([66924d0](https://github.com/shaka-project/shaka-player/commit/66924d05c94436b294df1ec3d7bad5a505acf2e1)), closes [#6421](https://github.com/shaka-project/shaka-player/issues/6421) + + +### Reverts + +* Fix potential AV sync issues after seek or adaptation ([#6435](https://github.com/shaka-project/shaka-player/issues/6435)) ([cbbb704](https://github.com/shaka-project/shaka-player/commit/cbbb704c08ce5a71a65478d2b37df27f6193870f)), closes [#5785](https://github.com/shaka-project/shaka-player/issues/5785) [#4589](https://github.com/shaka-project/shaka-player/issues/4589) + ## [4.7.12](https://github.com/shaka-project/shaka-player/compare/v4.7.11...v4.7.12) (2024-04-09) diff --git a/lib/player.js b/lib/player.js index a8332311e1..4b8a977691 100644 --- a/lib/player.js +++ b/lib/player.js @@ -6960,7 +6960,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat -shaka.Player.version = 'v4.7.12' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.7.13' + '-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 6e44da22ae..319837296e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.7.12", + "version": "4.7.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.7.12", + "version": "4.7.13", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.1" diff --git a/package.json b/package.json index c7df0b19f9..98e0035e2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.7.12", + "version": "4.7.13", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [