Skip to content

Commit af6645a

Browse files
authored
chore(v4.12.x): release 4.12.1 (#7606)
1 parent ceeb264 commit af6645a

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-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.12.0"
2+
".": "4.12.1"
33
}

CHANGELOG.md

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

3+
## [4.12.1](https://github.com/shaka-project/shaka-player/compare/v4.12.0...v4.12.1) (2024-11-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **Ads:** Always fire CUEPOINTS_CHANGED when not using multi video elements ([#7584](https://github.com/shaka-project/shaka-player/issues/7584)) ([e25400c](https://github.com/shaka-project/shaka-player/commit/e25400c7eef31611fe199bd00c8c75dfda7d981b))
9+
* **Ads:** Always set endTime for MPD Alternate ([#7583](https://github.com/shaka-project/shaka-player/issues/7583)) ([cfc4769](https://github.com/shaka-project/shaka-player/commit/cfc4769f833e00b441433f0188066bc489fbd00b))
10+
* **Ads:** Fix VAST_INVALID_XML error code ([#7593](https://github.com/shaka-project/shaka-player/issues/7593)) ([69c98a9](https://github.com/shaka-project/shaka-player/commit/69c98a904b2e56fb4287b89c61b3da791a91cf66))
11+
* **Ads:** Prevent playing the same ad twice ([#7585](https://github.com/shaka-project/shaka-player/issues/7585)) ([2339612](https://github.com/shaka-project/shaka-player/commit/2339612e8e7ee1eac7a6f7a71cfd44d55b7efda7))
12+
* Allow the user to disable subtitles while paused ([#7578](https://github.com/shaka-project/shaka-player/issues/7578)) ([4089b07](https://github.com/shaka-project/shaka-player/commit/4089b077e7f90eeaa6e241e079c8f98bad08c8f3))
13+
* Calculate timeToFirstByte before fire the event 'downloadheadersreceived' ([#7605](https://github.com/shaka-project/shaka-player/issues/7605)) ([ceeb264](https://github.com/shaka-project/shaka-player/commit/ceeb264361c4b21079688ba0045962beeb191d66)), closes [#7604](https://github.com/shaka-project/shaka-player/issues/7604)
14+
* **DASH:** Fix playback after DASH period eviction ([#7603](https://github.com/shaka-project/shaka-player/issues/7603)) ([09dcabc](https://github.com/shaka-project/shaka-player/commit/09dcabc39d467145ce42fb19e49f72fac11a2d08)), closes [#7516](https://github.com/shaka-project/shaka-player/issues/7516)
15+
* Disable live sync when the stream is paused ([#7579](https://github.com/shaka-project/shaka-player/issues/7579)) ([4737a22](https://github.com/shaka-project/shaka-player/commit/4737a220ac34b823268dd3770211e6823ab94bbd))
16+
* Prefer SimpleTextDisplayer on iOS ([#7569](https://github.com/shaka-project/shaka-player/issues/7569)) ([aec3d83](https://github.com/shaka-project/shaka-player/commit/aec3d835d470adf4c9554e3d83cc3048a7414e2d))
17+
* **UI:** Use trickPlay method to control the playback rate ([#7580](https://github.com/shaka-project/shaka-player/issues/7580)) ([0c3ef19](https://github.com/shaka-project/shaka-player/commit/0c3ef191ae0d8819e175c83ea2792e63009aa24e))
18+
319
## [4.12.0](https://github.com/shaka-project/shaka-player/compare/v4.11.0...v4.12.0) (2024-11-13)
420

521

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8269,7 +8269,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
82698269
* @export
82708270
*/
82718271
// eslint-disable-next-line no-useless-concat, max-len
8272-
shaka.Player.version = 'v4.12.0' + '-uncompiled'; // x-release-please-version
8272+
shaka.Player.version = 'v4.12.1' + '-uncompiled'; // x-release-please-version
82738273

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

0 commit comments

Comments
 (0)