diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50a8eefdf8..6be27c42ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.10.23" + ".": "4.10.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e1027b4d..f553f576db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [4.10.24](https://github.com/shaka-project/shaka-player/compare/v4.10.23...v4.10.24) (2024-10-24) + + +### Bug Fixes + +* **Ads:** Don't load useless segments when using playoutLimit on interstitial ads ([#7469](https://github.com/shaka-project/shaka-player/issues/7469)) ([d1ec8dc](https://github.com/shaka-project/shaka-player/commit/d1ec8dc5f497f4ac37a2e40ca027eb5b5b96296e)) +* **Ads:** Limit interstitial duration to actual duration if available ([#7480](https://github.com/shaka-project/shaka-player/issues/7480)) ([9af4397](https://github.com/shaka-project/shaka-player/commit/9af439782b501136700c05261240975f356b699e)) +* **Ads:** Limit interstitial duration to actual duration if available when using src= ([#7488](https://github.com/shaka-project/shaka-player/issues/7488)) ([c0b8966](https://github.com/shaka-project/shaka-player/commit/c0b8966b634580346abc7328a57215a1f34fb48f)) +* Allow streaming again when we reset MSE ([#7495](https://github.com/shaka-project/shaka-player/issues/7495)) ([7ba1ee7](https://github.com/shaka-project/shaka-player/commit/7ba1ee7c7f27f9979c8321a6215ca06d6850ca84)) +* Fix disable stream when no manifest ([#7497](https://github.com/shaka-project/shaka-player/issues/7497)) ([5fa20dd](https://github.com/shaka-project/shaka-player/commit/5fa20dda04a7635abf742a6934994ed9f2daa829)) +* Fix metadata timing when using TS ([#7478](https://github.com/shaka-project/shaka-player/issues/7478)) ([1b4ea37](https://github.com/shaka-project/shaka-player/commit/1b4ea37a52935e4ed44803b49c3049451a65477a)) +* Fix reset MSE to last independent segment ([#7494](https://github.com/shaka-project/shaka-player/issues/7494)) ([8a01b67](https://github.com/shaka-project/shaka-player/commit/8a01b673b21dde3d82c3da54420faff85b3a535f)) +* Fix select HLG tracks when using AUTO hdr level ([#7470](https://github.com/shaka-project/shaka-player/issues/7470)) ([5799156](https://github.com/shaka-project/shaka-player/commit/57991562febef08cce8faa2091f8369333ad010d)) +* Fix Windows detection ([#7476](https://github.com/shaka-project/shaka-player/issues/7476)) ([1aef0d1](https://github.com/shaka-project/shaka-player/commit/1aef0d1154ca26bb92dfc5edb531f0bea9c6a83f)) +* **MSS:** Don't allow prefetch segments with self-generated data ([#7485](https://github.com/shaka-project/shaka-player/issues/7485)) ([4bbb9f5](https://github.com/shaka-project/shaka-player/commit/4bbb9f5bede2b493eb6014db4f1890147c978e51)) +* **MSS:** Fix timeline repetitions ([#7484](https://github.com/shaka-project/shaka-player/issues/7484)) ([7a45a57](https://github.com/shaka-project/shaka-player/commit/7a45a57d639f254dd8ed78a43dadd2494860a587)) +* **UI:** Don't enable StatisticsButton when create overflow menu ([#7481](https://github.com/shaka-project/shaka-player/issues/7481)) ([3b1ecae](https://github.com/shaka-project/shaka-player/commit/3b1ecaef86daa0d9788ca5222057833885b21c02)) +* **UI:** Hidden cursor correctly ([#7464](https://github.com/shaka-project/shaka-player/issues/7464)) ([11ab62a](https://github.com/shaka-project/shaka-player/commit/11ab62a0d56e730bc05f8a5e6c85cbfd63f8cc75)) + ## [4.10.23](https://github.com/shaka-project/shaka-player/compare/v4.10.22...v4.10.23) (2024-10-21) diff --git a/lib/player.js b/lib/player.js index ff1cfb0032..6b235dde1f 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7868,7 +7868,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.10.23' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.10.24' + '-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 ac3c8ad0f4..a03d3c92f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.10.23", + "version": "4.10.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.10.23", + "version": "4.10.24", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index dd180aebdc..3cdd9cd67d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.10.23", + "version": "4.10.24", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [