Skip to content

Commit d9c754f

Browse files
authored
chore(v4.11.x): release 4.11.14 (#7634)
1 parent 36ff499 commit d9c754f

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.11.13"
2+
".": "4.11.14"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [4.11.14](https://github.com/shaka-project/shaka-player/compare/v4.11.13...v4.11.14) (2024-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Abort operations only once ([#7624](https://github.com/shaka-project/shaka-player/issues/7624)) ([b888aad](https://github.com/shaka-project/shaka-player/commit/b888aad5cb53f53e51d2fad5283177319fde882a))
9+
* **Ads:** Disable interstitials when playing an interstitials ([#7621](https://github.com/shaka-project/shaka-player/issues/7621)) ([cf68ece](https://github.com/shaka-project/shaka-player/commit/cf68ecee181b6e962dc94aa690025a891557a0a4))
10+
* cache source buffer params on codec switch reload ([#7630](https://github.com/shaka-project/shaka-player/issues/7630)) ([aac5906](https://github.com/shaka-project/shaka-player/commit/aac5906930e9e762ad022b8edda29c1d68d71070))
11+
* **Cast:** Incorrect detection of MediaCapabilities on Linux Chromecast ([#7628](https://github.com/shaka-project/shaka-player/issues/7628)) ([defd2ee](https://github.com/shaka-project/shaka-player/commit/defd2ee1b070317c7b7e1fb14052219bc5249d90))
12+
* Disable smooth codec switch on Tizen 8 ([#7614](https://github.com/shaka-project/shaka-player/issues/7614)) ([18b3ae3](https://github.com/shaka-project/shaka-player/commit/18b3ae30dcc5f400acc08cf873379ce0925a1a59))
13+
* Disable smooth codec switch on webOS 6 ([#7636](https://github.com/shaka-project/shaka-player/issues/7636)) ([36ff499](https://github.com/shaka-project/shaka-player/commit/36ff499c84439469d2f5dba0c8ea557ddcabd213))
14+
* Fix cast support for HLG HDR ([#7632](https://github.com/shaka-project/shaka-player/issues/7632)) ([05e54e4](https://github.com/shaka-project/shaka-player/commit/05e54e4e39e18570647e15c1f2a0753f738c982f))
15+
* **HLS:** Fix subtitle timing ([#7625](https://github.com/shaka-project/shaka-player/issues/7625)) ([8e28506](https://github.com/shaka-project/shaka-player/commit/8e28506a3e540d8166ba459c930d6e75c777c678))
16+
* Silence aborted errors from PreloadManager. ([#7619](https://github.com/shaka-project/shaka-player/issues/7619)) ([d014d86](https://github.com/shaka-project/shaka-player/commit/d014d8647e61a0c8c41748940c01e08432495f47)), closes [#7618](https://github.com/shaka-project/shaka-player/issues/7618)
17+
* **UI:** Fix exception while casting to mismatched player version ([#7631](https://github.com/shaka-project/shaka-player/issues/7631)) ([a5184fd](https://github.com/shaka-project/shaka-player/commit/a5184fdb67583166fc726e70244efc9f145293cf))
18+
319
## [4.11.13](https://github.com/shaka-project/shaka-player/compare/v4.11.12...v4.11.13) (2024-11-15)
420

521

lib/player.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8123,7 +8123,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
81238123
* @export
81248124
*/
81258125
// eslint-disable-next-line no-useless-concat, max-len
8126-
shaka.Player.version = 'v4.11.13' + '-uncompiled'; // x-release-please-version
8126+
shaka.Player.version = 'v4.11.14' + '-uncompiled'; // x-release-please-version
81278127

81288128
// Initialize the deprecation system using the version string we just set
81298129
// on the player.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "4.11.13",
4+
"version": "4.11.14",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)