Skip to content

Commit 504ef9e

Browse files
authored
chore(v4.7.x): release 4.7.1 (#5989)
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 84a5398 commit 504ef9e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## [4.7.1](https://github.com/shaka-project/shaka-player/compare/v4.7.0...v4.7.1) (2023-12-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix liveLatency in stats ([#5982](https://github.com/shaka-project/shaka-player/issues/5982)) ([ffe1277](https://github.com/shaka-project/shaka-player/commit/ffe12774095251261636fa6eb73736836066e8cd))
9+
* Fix transmuxer when some PES has the same pts and dts value ([#5985](https://github.com/shaka-project/shaka-player/issues/5985)) ([aaa0688](https://github.com/shaka-project/shaka-player/commit/aaa0688524bb6ba5cce84a39329cc77bdcc08b86))
10+
* **HLS:** Fix variant synchronization in HLS after selectVariantTrack ([#5984](https://github.com/shaka-project/shaka-player/issues/5984)) ([2e30668](https://github.com/shaka-project/shaka-player/commit/2e30668dd4cdf960199d662ae5e681a8e6743975))
11+
* Provide a fallback to GET request when HEAD request fails ([#5986](https://github.com/shaka-project/shaka-player/issues/5986)) ([84a5398](https://github.com/shaka-project/shaka-player/commit/84a53985d6128b584251decd1a3e8b3778d4b89e))
12+
* **UI:** Fix keyboard navigation of volume bar on Firefox ([#5981](https://github.com/shaka-project/shaka-player/issues/5981)) ([4989803](https://github.com/shaka-project/shaka-player/commit/4989803d02b8f7053f6b86fe39c88385b6073083))
13+
314
## [4.7.0](https://github.com/shaka-project/shaka-player/compare/v4.6.0...v4.7.0) (2023-12-04)
415

516

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6865,7 +6865,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
68656865
* @export
68666866
*/
68676867
// eslint-disable-next-line no-useless-concat
6868-
shaka.Player.version = 'v4.7.0' + '-uncompiled'; // x-release-please-version
6868+
shaka.Player.version = 'v4.7.1' + '-uncompiled'; // x-release-please-version
68696869

68706870
// Initialize the deprecation system using the version string we just set
68716871
// 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.7.0",
4+
"version": "4.7.1",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)