From 81d0467be192e1530c142d0088f6961fbb6b10fe Mon Sep 17 00:00:00 2001 From: Shaka Bot <13107131+shaka-bot@users.noreply.github.com> Date: Tue, 12 Nov 2024 04:23:57 -0800 Subject: [PATCH] chore(v4.10.x): release 4.10.26 (#7565) --- .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 d07abc9f14..60e4f54fa5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.10.25" + ".": "4.10.26" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b53e728805..ae187112de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [4.10.26](https://github.com/shaka-project/shaka-player/compare/v4.10.25...v4.10.26) (2024-11-12) + + +### Bug Fixes + +* **Ads:** Allow play interstitials on iOS fullscreen ([#7538](https://github.com/shaka-project/shaka-player/issues/7538)) ([a503e9b](https://github.com/shaka-project/shaka-player/commit/a503e9bae1697ce1d62dd4036ec3b401d00bc864)) +* **AirPlay:** Show AirPlay button when starting the playback with AirPlay ([#7515](https://github.com/shaka-project/shaka-player/issues/7515)) ([5cc8292](https://github.com/shaka-project/shaka-player/commit/5cc8292ff2c2342f3948c49bb85aa07ff5b7e041)) +* **DASH:** Exclude text segments when calculating max segment size ([#7564](https://github.com/shaka-project/shaka-player/issues/7564)) ([08b907c](https://github.com/shaka-project/shaka-player/commit/08b907c41fd23189d463f7b6c9086bb2ace3545b)) +* Install polyfills for Comcast X1 devices ([#7529](https://github.com/shaka-project/shaka-player/issues/7529)) ([54f9b34](https://github.com/shaka-project/shaka-player/commit/54f9b343ac22892009d4ad03ffc6d43a5bf0c486)) +* **MSS:** Fix playback of some MSS streams ([#7517](https://github.com/shaka-project/shaka-player/issues/7517)) ([6659221](https://github.com/shaka-project/shaka-player/commit/6659221d3f1375f9affc5a9129637fb60fe15c25)) +* only use lastSegmentReference for knowing if variant changed ([#7537](https://github.com/shaka-project/shaka-player/issues/7537)) ([ced97be](https://github.com/shaka-project/shaka-player/commit/ced97bec624d1ad8d436fe28759767462cf5cfdb)) +* **UI:** Fix "Live" label in some languages ([#7560](https://github.com/shaka-project/shaka-player/issues/7560)) ([12d2cce](https://github.com/shaka-project/shaka-player/commit/12d2cce34ac4c082621c3e15f167fd36b52af555)) +* **UI:** Fix name for Dolby Digital Plus ([#7541](https://github.com/shaka-project/shaka-player/issues/7541)) ([8701876](https://github.com/shaka-project/shaka-player/commit/870187672c23b11aecd69be219fe07713a54e22c)) +* **UI:** Fix remote button availability and icon ([#7513](https://github.com/shaka-project/shaka-player/issues/7513)) ([af59dad](https://github.com/shaka-project/shaka-player/commit/af59dad457a1854b968aa5b1fb6b5b415334af66)) + ## [4.10.25](https://github.com/shaka-project/shaka-player/compare/v4.10.24...v4.10.25) (2024-10-28) diff --git a/lib/player.js b/lib/player.js index cfd1f6196d..7e04e1cbc8 100644 --- a/lib/player.js +++ b/lib/player.js @@ -7870,7 +7870,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5; * @export */ // eslint-disable-next-line no-useless-concat, max-len -shaka.Player.version = 'v4.10.25' + '-uncompiled'; // x-release-please-version +shaka.Player.version = 'v4.10.26' + '-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 c68b67db47..b906b8cf5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shaka-player", - "version": "4.10.25", + "version": "4.10.26", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shaka-player", - "version": "4.10.25", + "version": "4.10.26", "license": "Apache-2.0", "dependencies": { "eme-encryption-scheme-polyfill": "^2.1.5" diff --git a/package.json b/package.json index 08753b0d67..1538b100d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shaka-player", "description": "DASH/EME video player library", - "version": "4.10.25", + "version": "4.10.26", "homepage": "https://github.com/shaka-project/shaka-player", "author": "Google", "maintainers": [