Skip to content

Commit

Permalink
chore(v4.12.x): release 4.12.1 (#7606)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Nov 18, 2024
1 parent ceeb264 commit af6645a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.12.0"
".": "4.12.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.12.1](https://github.com/shaka-project/shaka-player/compare/v4.12.0...v4.12.1) (2024-11-15)


### Bug Fixes

* **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))
* **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))
* **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))
* **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))
* 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))
* 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)
* **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)
* 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))
* Prefer SimpleTextDisplayer on iOS ([#7569](https://github.com/shaka-project/shaka-player/issues/7569)) ([aec3d83](https://github.com/shaka-project/shaka-player/commit/aec3d835d470adf4c9554e3d83cc3048a7414e2d))
* **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))

## [4.12.0](https://github.com/shaka-project/shaka-player/compare/v4.11.0...v4.12.0) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8269,7 +8269,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.12.0' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.12.1' + '-uncompiled'; // x-release-please-version

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.12.0",
"version": "4.12.1",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit af6645a

Please sign in to comment.