Skip to content

Commit 83ffd38

Browse files
committed
chore(v4.15.x): release 4.15.5
1 parent a71277a commit 83ffd38

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [4.15.5](https://github.com/shaka-project/shaka-player/compare/v4.15.4...v4.15.5) (2025-06-26)
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+
* 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))
10+
* 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))
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* **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))
16+
* **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))
17+
318
## [4.15.4](https://github.com/shaka-project/shaka-player/compare/v4.15.3...v4.15.4) (2025-06-23)
419

520

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9379,7 +9379,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
93799379
* @export
93809380
*/
93819381
// eslint-disable-next-line no-useless-concat
9382-
shaka.Player.version = 'v4.15.4' + '-uncompiled'; // x-release-please-version
9382+
shaka.Player.version = 'v4.15.5' + '-uncompiled'; // x-release-please-version
93839383

93849384
// Initialize the deprecation system using the version string we just set
93859385
// 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)