Skip to content

Commit

Permalink
chore(v4.9.x): release 4.9.32
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Nov 20, 2024
1 parent 4ca6cd5 commit 47440fe
Show file tree
Hide file tree
Showing 5 changed files with 23 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.9.31"
".": "4.9.32"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [4.9.32](https://github.com/shaka-project/shaka-player/compare/v4.9.31...v4.9.32) (2024-11-20)


### Bug Fixes

* Abort operations only once ([#7624](https://github.com/shaka-project/shaka-player/issues/7624)) ([adc646a](https://github.com/shaka-project/shaka-player/commit/adc646a8b0191d41ad13f408b19373ebf5f53484))
* Allow the user to disable subtitles while paused ([#7578](https://github.com/shaka-project/shaka-player/issues/7578)) ([b60a47c](https://github.com/shaka-project/shaka-player/commit/b60a47c47db3fb33a437f8980fadcdfdf4933350))
* Calculate timeToFirstByte before fire the event 'downloadheadersreceived' ([#7605](https://github.com/shaka-project/shaka-player/issues/7605)) ([48a362e](https://github.com/shaka-project/shaka-player/commit/48a362e907455bd0e18a7b06d933c3dcbed3357f)), closes [#7604](https://github.com/shaka-project/shaka-player/issues/7604)
* **Cast:** Incorrect detection of MediaCapabilities on Linux Chromecast ([#7628](https://github.com/shaka-project/shaka-player/issues/7628)) ([eccc245](https://github.com/shaka-project/shaka-player/commit/eccc245f79dadf6bd590eba8d3581a5ccb4c17d7))
* Disable live sync when the stream is paused ([#7579](https://github.com/shaka-project/shaka-player/issues/7579)) ([2d6dabe](https://github.com/shaka-project/shaka-player/commit/2d6dabe331c6bddc915c871fa88e241f436eaaad))
* Disable smooth codec switch on Tizen 8 ([#7614](https://github.com/shaka-project/shaka-player/issues/7614)) ([28e7380](https://github.com/shaka-project/shaka-player/commit/28e7380a0de94cbd37d3310673c8580e578f14df))
* Disable smooth codec switch on webOS 6 ([#7636](https://github.com/shaka-project/shaka-player/issues/7636)) ([4ca6cd5](https://github.com/shaka-project/shaka-player/commit/4ca6cd58b73dea09b0ad1be789400be953d3f059))
* Fix cast support for HLG HDR ([#7632](https://github.com/shaka-project/shaka-player/issues/7632)) ([4280979](https://github.com/shaka-project/shaka-player/commit/42809793f18a6c2dc4fee108b75004c67b6c03ed))
* Fix parameters lost during codec switch ([#7630](https://github.com/shaka-project/shaka-player/issues/7630)) ([2f4d09d](https://github.com/shaka-project/shaka-player/commit/2f4d09d6cb3f8886cb1033d824b84bcd9c808f9c))
* **HLS:** Fix subtitle timing ([#7625](https://github.com/shaka-project/shaka-player/issues/7625)) ([d37a472](https://github.com/shaka-project/shaka-player/commit/d37a472f696a7d7bf2af769dde39ce750aa719fd))
* Prefer SimpleTextDisplayer on iOS ([#7569](https://github.com/shaka-project/shaka-player/issues/7569)) ([7203a05](https://github.com/shaka-project/shaka-player/commit/7203a05b1e486be46762c504ebb69cd2bd3c279a))
* Silence aborted errors from PreloadManager. ([#7619](https://github.com/shaka-project/shaka-player/issues/7619)) ([548342d](https://github.com/shaka-project/shaka-player/commit/548342ddcf21b1aa4a282e8b15016fe571887eb3)), closes [#7618](https://github.com/shaka-project/shaka-player/issues/7618)

## [4.9.31](https://github.com/shaka-project/shaka-player/compare/v4.9.30...v4.9.31) (2024-11-12)


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

0 comments on commit 47440fe

Please sign in to comment.