Skip to content

Commit eb4bee3

Browse files
authored
chore(v4.15.x): release 4.15.5 (#8814)
1 parent 075ee5d commit eb4bee3

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.15.4"
2+
".": "4.15.5"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [4.15.5](https://github.com/shaka-project/shaka-player/compare/v4.15.4...v4.15.5) (2025-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Another Sony Bravia TV Playready Failure ([#8791](https://github.com/shaka-project/shaka-player/issues/8791)) ([3f6aaa3](https://github.com/shaka-project/shaka-player/commit/3f6aaa391379621046c634f59a2ed2afb15b62e3))
9+
* **Demo:** Assign valid regex to asset name input ([#8815](https://github.com/shaka-project/shaka-player/issues/8815)) ([075ee5d](https://github.com/shaka-project/shaka-player/commit/075ee5d263340dc9849165e6384522867c5fdbf9))
10+
* Fix Apple Vision Pro (Vision OS) detection and other VR devices detection ([#8805](https://github.com/shaka-project/shaka-player/issues/8805)) ([c9e878e](https://github.com/shaka-project/shaka-player/commit/c9e878e39a890f6b2d723cb258b3254dedefbc51))
11+
* Fix end-of-stream detection for VOD ([#8813](https://github.com/shaka-project/shaka-player/issues/8813)) ([f376d91](https://github.com/shaka-project/shaka-player/commit/f376d914b4f316d72b34e9d29707bbbaed653828))
12+
* Fix reloadTextStream function when using text with init segments ([#8811](https://github.com/shaka-project/shaka-player/issues/8811)) ([a71277a](https://github.com/shaka-project/shaka-player/commit/a71277a9f767f2b52da918c1656fe8905871406e))
13+
* **HLS:** Fix presentation delay when there are not enough segments ([#8793](https://github.com/shaka-project/shaka-player/issues/8793)) ([2f1c0ce](https://github.com/shaka-project/shaka-player/commit/2f1c0ce000a4b2ef647b507c7e44b8e83e365c49))
14+
* **HLS:** Fix resync issues on Safari ([#8808](https://github.com/shaka-project/shaka-player/issues/8808)) ([d27fc6c](https://github.com/shaka-project/shaka-player/commit/d27fc6c2740773f68e0ada024c82cd2c8e150f21))
15+
* **HLS:** Reset PTS/DTS reference at discontinuities when using TS ([#8794](https://github.com/shaka-project/shaka-player/issues/8794)) ([bc087d3](https://github.com/shaka-project/shaka-player/commit/bc087d3db0d3ff0433e3d4bddb61490cf1e56e2c))
16+
* **UI:** Fix volume slider control is not accessible by keyboard ([#8809](https://github.com/shaka-project/shaka-player/issues/8809)) ([d92b954](https://github.com/shaka-project/shaka-player/commit/d92b954d174e51dbc4b9eb0603099f2a52044236))
17+
* **UI:** Not show thumbnails over ad periods ([#8800](https://github.com/shaka-project/shaka-player/issues/8800)) ([e010290](https://github.com/shaka-project/shaka-player/commit/e010290c8e6647a48d806d3ae854bcb26cd98de9))
18+
* **UI:** Prevent override box-sizing style on range elements ([#8810](https://github.com/shaka-project/shaka-player/issues/8810)) ([9b6491c](https://github.com/shaka-project/shaka-player/commit/9b6491c10a30525f82ead57eebf5e36bb16ed0e6))
19+
320
## [4.15.4](https://github.com/shaka-project/shaka-player/compare/v4.15.3...v4.15.4) (2025-06-23)
421

522

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9387,7 +9387,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
93879387
* @export
93889388
*/
93899389
// eslint-disable-next-line no-useless-concat
9390-
shaka.Player.version = 'v4.15.4' + '-uncompiled'; // x-release-please-version
9390+
shaka.Player.version = 'v4.15.5' + '-uncompiled'; // x-release-please-version
93919391

93929392
// Initialize the deprecation system using the version string we just set
93939393
// on the player.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.15.4",
4+
"version": "4.15.5",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)