Skip to content

Commit

Permalink
chore(main): release 3.4.0-master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2022
1 parent f6d5b10 commit 12edafa
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "3.3.0"
".": "3.4.0-master"
}
20 changes: 19 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog

## [3.4.0-master](https://github.com/joeyparrish/shaka-player/compare/v3.3.2-master...v3.4.0-master) (2022-03-22)


### Features

* Add Dockerfile and docker build instructions ([925de19](https://github.com/joeyparrish/shaka-player/commit/925de1995eeb22863e8d4e92d720465834619288))
* add new methods to FairPlayUtils ([#4029](https://github.com/joeyparrish/shaka-player/issues/4029)) ([f1eeac1](https://github.com/joeyparrish/shaka-player/commit/f1eeac1efb618aa7202b17b67c43056714f8da2f))
* **DRM:** add drmInfo to license requests ([#4030](https://github.com/joeyparrish/shaka-player/issues/4030)) ([abe846e](https://github.com/joeyparrish/shaka-player/commit/abe846e1a3456b029822ea42eb0520dec547fda6))
* **DRM:** add initData and initDataType to license requests ([#4039](https://github.com/joeyparrish/shaka-player/issues/4039)) ([bdc5ea7](https://github.com/joeyparrish/shaka-player/commit/bdc5ea767ebe55bb0b18dd106e269ab3fecd6d00))
* Public release of Sindarin (sjn) translation easter egg ([#4033](https://github.com/joeyparrish/shaka-player/issues/4033)) ([9029d06](https://github.com/joeyparrish/shaka-player/commit/9029d0677e0e0325e0dbe939907ba60ecec74c92))


### Bug Fixes

* **cea:** make a more robust CEA MP4 parser ([#3965](https://github.com/joeyparrish/shaka-player/issues/3965)) ([2687b95](https://github.com/joeyparrish/shaka-player/commit/2687b95d5830179c53914a7e903ecfbaced429cc))
* **hls:** Fixed buffering issue with live HLS ([#4002](https://github.com/joeyparrish/shaka-player/issues/4002)) ([c438e85](https://github.com/joeyparrish/shaka-player/commit/c438e857f2f122eb45899148e067d68ffec3477c))
* Select first of identical audio streams ([#3869](https://github.com/joeyparrish/shaka-player/issues/3869)) ([a6d8610](https://github.com/joeyparrish/shaka-player/commit/a6d8610241dc7c8abd56cf7f0d48993d6139dcae))
* **ttml:** Center subtitles by default ([#4023](https://github.com/joeyparrish/shaka-player/issues/4023)) ([f2f24d5](https://github.com/joeyparrish/shaka-player/commit/f2f24d528f71e59c81d6172c24da2f412ca18d70))

## 3.3.1 (2022-01-28)

Bugfixes:
Expand Down Expand Up @@ -4963,4 +4982,3 @@ Broken Compatibility:
## 0.1b (2014-11-21)

Private beta release.

2 changes: 1 addition & 1 deletion lib/player.js
Expand Up @@ -6561,7 +6561,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.4.0-pre-uncompiled'; // x-release-please-version
shaka.Player.version = 'v3.4.0-master-uncompiled';

// 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": "3.4.0-pre",
"version": "3.4.0-master",
"homepage": "https://github.com/shaka-project/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 12edafa

Please sign in to comment.