Skip to content

Commit

Permalink
chore: Release v3.3.1
Browse files Browse the repository at this point in the history
Change-Id: I16ab665430e6797ebc09aa8dff78668661046f83
  • Loading branch information
joeyparrish committed Jan 28, 2022
1 parent f5bb75e commit 4df893b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
## 3.3.1 (2022-01-28)

Bugfixes:
- Fix duplicate CMCD parameters in HLS live content
- https://github.com/google/shaka-player/issues/3862
- https://github.com/google/shaka-player/pull/3875
- Inherit alignment from regions
- Fix support for TTAF1 namespace (old version of TTML)
- https://github.com/google/shaka-player/issues/3009
- https://github.com/google/shaka-player/pull/3864
- https://github.com/google/shaka-player/pull/3906
- Fix misdetection of HEVC support on MS Edge
- https://github.com/google/shaka-player/pull/3897
- Fix caption overlap
- https://github.com/google/shaka-player/issues/3850
- https://github.com/google/shaka-player/issues/3741
- Fix missing throughput in CMCD for HLS live
- https://github.com/google/shaka-player/issues/3873
- https://github.com/google/shaka-player/pull/3874
- Support multiple chapter tracks with same language
- https://github.com/google/shaka-player/issues/3597
- https://github.com/google/shaka-player/pull/3868
- Fix text UI not updating when text is disabled
- https://github.com/google/shaka-player/issues/3728
- https://github.com/google/shaka-player/pull/3867
- Clear buffer on seek if mediaState is updating
- https://github.com/google/shaka-player/issues/3299
- https://github.com/google/shaka-player/pull/3795
- Fix thumbnails issues
- https://github.com/google/shaka-player/pull/3858
- Made nested cues inherit region
- https://github.com/google/shaka-player/issues/3743
- https://github.com/google/shaka-player/pull/3837
- Fix CMCD top bitrate reporting
- https://github.com/google/shaka-player/issues/3851
- https://github.com/google/shaka-player/pull/3852
- Fix MediaCapabilities polyfill on Safari
- https://github.com/google/shaka-player/issues/3696
- https://github.com/google/shaka-player/issues/3530
- Fix usage of Shaka without polyfills
- https://github.com/google/shaka-player/issues/3843
- Fix playback failure due to rounding errors
- https://github.com/google/shaka-player/issues/3717
- Fix HLS image track issues
- https://github.com/google/shaka-player/issues/3840
- Fix CMCD property mangling
- https://github.com/google/shaka-player/issues/3839
- https://github.com/google/shaka-player/pull/3842
- Remove caption wrapper bgColor
- https://github.com/google/shaka-player/issues/3745
- https://github.com/google/shaka-player/pull/3838
- Avoid WebCrypto randomUUID when CMCD disabled


## 3.3.0 (2022-01-07)

New Features:
Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6536,7 +6536,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.3.0-uncompiled';
shaka.Player.version = 'v3.3.1-uncompiled';

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
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": "3.3.0",
"version": "3.3.1",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 4df893b

Please sign in to comment.