Skip to content

Commit

Permalink
chore(v4.12.x): release 4.12.16 (#8194)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot authored Mar 3, 2025
1 parent f87fe66 commit c2338d9
Show file tree
Hide file tree
Showing 5 changed files with 20 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.15"
".": "4.12.16"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [4.12.16](https://github.com/shaka-project/shaka-player/compare/v4.12.15...v4.12.16) (2025-03-03)


### Bug Fixes

* Fix seek to initial live position on slow devices ([#8181](https://github.com/shaka-project/shaka-player/issues/8181)) ([9f55da5](https://github.com/shaka-project/shaka-player/commit/9f55da5a8e4a21f5a40f9e4c1c0917775573c62e))
* Prevent race condition when seeking backwards during load ([#8188](https://github.com/shaka-project/shaka-player/issues/8188)) ([f87fe66](https://github.com/shaka-project/shaka-player/commit/f87fe66bd4a928fc8861181aa88568d26532ba59))
* **UI:** Fix weird behaviour when volume was 0, and we unmute ([#8186](https://github.com/shaka-project/shaka-player/issues/8186)) ([cfc8515](https://github.com/shaka-project/shaka-player/commit/cfc85151a87bd0b5705519b814df463eb76c6d6f))
* **UI:** Use touchend to show the controls ([#8180](https://github.com/shaka-project/shaka-player/issues/8180)) ([b593325](https://github.com/shaka-project/shaka-player/commit/b593325fa7f12037903a19295c7fe5c029536261))


### Performance Improvements

* Pause PlayheadObserverManager operations on pause event ([#8183](https://github.com/shaka-project/shaka-player/issues/8183)) ([260935b](https://github.com/shaka-project/shaka-player/commit/260935b9db4b008281e44c97858b7b959b6ea507))

## [4.12.15](https://github.com/shaka-project/shaka-player/compare/v4.12.14...v4.12.15) (2025-02-26)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -8399,7 +8399,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat, max-len
shaka.Player.version = 'v4.12.15' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.12.16' + '-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.15",
"version": "4.12.16",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit c2338d9

Please sign in to comment.