Skip to content

Commit

Permalink
chore(v4.6.x): release 4.6.17 (#6430)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaka-bot committed Apr 15, 2024
1 parent 09b154e commit b051bfa
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.6.16"
".": "4.6.17"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [4.6.17](https://github.com/shaka-project/shaka-player/compare/v4.6.16...v4.6.17) (2024-04-15)


### Bug Fixes

* Correct playhead when seek beyond seekRange ([#6304](https://github.com/shaka-project/shaka-player/issues/6304)) ([09b154e](https://github.com/shaka-project/shaka-player/commit/09b154ed7a2f1539a239436b2cb8f76b464e4308))
* **HLS:** Fix labelling of captions in Safari ([#6426](https://github.com/shaka-project/shaka-player/issues/6426)) ([f5fa229](https://github.com/shaka-project/shaka-player/commit/f5fa229181997133fcab40db113b411180810192))
* Looser tolerance for ending trick play at edge of seek range. ([#6422](https://github.com/shaka-project/shaka-player/issues/6422)) ([4edf77e](https://github.com/shaka-project/shaka-player/commit/4edf77e8106ee550a3d32c90c572efec179a6b27)), closes [#6421](https://github.com/shaka-project/shaka-player/issues/6421)


### Reverts

* Fix potential AV sync issues after seek or adaptation ([#6435](https://github.com/shaka-project/shaka-player/issues/6435)) ([3a231dd](https://github.com/shaka-project/shaka-player/commit/3a231ddfce62a2f0ef0b7340a798e062d9814c24)), closes [#5785](https://github.com/shaka-project/shaka-player/issues/5785) [#4589](https://github.com/shaka-project/shaka-player/issues/4589)

## [4.6.16](https://github.com/shaka-project/shaka-player/compare/v4.6.15...v4.6.16) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6854,7 +6854,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @export
*/
// eslint-disable-next-line no-useless-concat
shaka.Player.version = 'v4.6.16' + '-uncompiled'; // x-release-please-version
shaka.Player.version = 'v4.6.17' + '-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.16",
"version": "4.6.17",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit b051bfa

Please sign in to comment.