Skip to content

Commit

Permalink
chore: Update changelogs for v3.2.0, v3.1.2, v3.0.13
Browse files Browse the repository at this point in the history
Change-Id: I2080bc4cf7547cc784f780893f2f7de7144bea0e
  • Loading branch information
joeyparrish committed Jul 14, 2021
1 parent d4a1255 commit 291c93e
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 2 deletions.
96 changes: 96 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,99 @@
## 3.2.0 (2021-07-14)

New Features:
- MediaCapabilities support: configs for preferred codecs, decoding
attributes, and key systems
- https://github.com/google/shaka-player/pull/3424
- https://github.com/google/shaka-player/issues/1391
- https://github.com/google/shaka-player/issues/3002
- Support more frequent segment updates during streaming
- https://github.com/google/shaka-player/pull/3483
- Add callback for apps to pre-process DASH manifests
- https://github.com/google/shaka-player/issues/3339
- https://github.com/google/shaka-player/pull/3480
- Add chapters support
- https://github.com/google/shaka-player/pull/2972
- Add support for HLS Image Media Playlists
- https://github.com/google/shaka-player/pull/3365
- Add align and vertical settings to WebVttGenerator
- https://github.com/google/shaka-player/pull/3413
- Add a buffer fullness method
- https://github.com/google/shaka-player/issues/3389
- https://github.com/google/shaka-player/pull/3392
- Progress toward FairPlay DRM w/ MSE
- https://github.com/google/shaka-player/pull/3347
- Add serverCertificateUri in DRM advanced config
- https://github.com/google/shaka-player/issues/1906
- https://github.com/google/shaka-player/pull/3358
- Add goToLive method
- https://github.com/google/shaka-player/pull/3527


## 3.1.2 (2021-07-14)

Bugfixes:
- Fix choosing tracks from streaming event
- https://github.com/google/shaka-player/issues/3448
- https://github.com/google/shaka-player/pull/3459
- Fix multiperiod without consistent thumbnails
- https://github.com/google/shaka-player/issues/3383
- Fix failure with multiple thumbnails per period
- https://github.com/google/shaka-player/issues/3383
- Update Play icon after seeking from end
- https://github.com/google/shaka-player/pull/3515
- Reset forced subs between loads
- Fix thumbnail position calculation
- https://github.com/google/shaka-player/issues/3511
- https://github.com/google/shaka-player/pull/3516
- Fix thumbnail duration, expose start time and duration
- https://github.com/google/shaka-player/pull/3517
- Fix enforcement of cue alignment styles
- https://github.com/google/shaka-player/issues/3379
- Fix DASH transition from dynamic to static
- https://github.com/google/shaka-player/pull/3497
- Fix ARIA label on replay button
- https://github.com/google/shaka-player/pull/3513
- Fix audio language switching while using AirPlay
- https://github.com/google/shaka-player/issues/3125
- https://github.com/google/shaka-player/pull/3472
- Show captions with rapid seek when ignoreTextStreamFailures is true
- https://github.com/google/shaka-player/pull/3476
- Fix clearing buffer when requested for already-selected variant
- https://github.com/google/shaka-player/pull/3477
- Fix hung playback on rapid seek
- https://github.com/google/shaka-player/pull/3479
- Don't show AirPlay button if unavailable
- https://github.com/google/shaka-player/issues/3471
- Fix bogus debug logs

Docs:
- Update upgrade guides
- https://github.com/google/shaka-player/issues/3487


## 3.0.13 (2021-07-14)

Bugfixes:
- Fix choosing tracks from streaming event
- https://github.com/google/shaka-player/issues/3448
- https://github.com/google/shaka-player/pull/3459
- Update Play icon after seeking from end
- https://github.com/google/shaka-player/pull/3515
- Fix DASH transition from dynamic to static
- https://github.com/google/shaka-player/pull/3497
- Fix ARIA label on replay button
- https://github.com/google/shaka-player/pull/3513
- Fix audio language switching while using AirPlay
- https://github.com/google/shaka-player/issues/3125
- https://github.com/google/shaka-player/pull/3472
- Show captions with rapid seek when ignoreTextStreamFailures is true
- https://github.com/google/shaka-player/pull/3476
- Fix clearing buffer when requested for already-selected variant
- https://github.com/google/shaka-player/pull/3477
- Fix hung playback on rapid seek
- https://github.com/google/shaka-player/pull/3479


## 3.1.1 (2021-06-17)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6285,7 +6285,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.2.0-pre-uncompiled';
shaka.Player.version = 'v3.3.0-pre-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.2.0-pre",
"version": "3.3.0-pre",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit 291c93e

Please sign in to comment.