Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.9 (#6106)
Browse files Browse the repository at this point in the history
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
shaka-bot committed Jan 16, 2024
1 parent 2499947 commit 8c7b6b4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## [4.6.9](https://github.com/shaka-project/shaka-player/compare/v4.6.8...v4.6.9) (2024-01-16)


### Bug Fixes

* auto cancel trickPlay on live as specified ([#6100](https://github.com/shaka-project/shaka-player/issues/6100)) ([60c78f7](https://github.com/shaka-project/shaka-player/commit/60c78f7cab559afbef871aa447290266e52dadc1))
* Reset to default playback rate on release playback rate controller ([#6089](https://github.com/shaka-project/shaka-player/issues/6089)) ([e9c11cd](https://github.com/shaka-project/shaka-player/commit/e9c11cdb34800226666703b56b4fe5af0e4fcac0))
* stay paused after codec switch ([#6108](https://github.com/shaka-project/shaka-player/issues/6108)) ([2499947](https://github.com/shaka-project/shaka-player/commit/2499947275d8d10217068d0a1babf244538dfab5))
* **TTML:** Clip to video when extent is not present ([#6086](https://github.com/shaka-project/shaka-player/issues/6086)) ([17f8bb6](https://github.com/shaka-project/shaka-player/commit/17f8bb6711babaca0fc7437d7f4f7bc7d72050bf))
* **UI:** Update the playbackrate on loaded event ([#6090](https://github.com/shaka-project/shaka-player/issues/6090)) ([243c113](https://github.com/shaka-project/shaka-player/commit/243c113101299def0b3ba0a525581b707d90aab3))
* When disconnecting from chromecast, subtitles are turned off ([#6103](https://github.com/shaka-project/shaka-player/issues/6103)) ([f0b506b](https://github.com/shaka-project/shaka-player/commit/f0b506b8d77bc4da62466d8817d0241a079229d8))


### Performance Improvements

* **HLS:** do not filter all tags to get the first tag ([#6088](https://github.com/shaka-project/shaka-player/issues/6088)) ([4704577](https://github.com/shaka-project/shaka-player/commit/4704577add1acb3435a052295cc8b2ec12c8cde7))

## [4.6.8](https://github.com/shaka-project/shaka-player/compare/v4.6.7...v4.6.8) (2024-01-11)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6814,7 +6814,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.6.8' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.6.9' + '-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
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "4.6.8",
"version": "4.6.9",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 8c7b6b4

Please sign in to comment.