Skip to content

Commit

Permalink
Update changelog and bump version to v2.5.8
Browse files Browse the repository at this point in the history
Change-Id: If7e72bf1fa625fe3d4231877e6fcf743fda76130
  • Loading branch information
joeyparrish committed Jan 15, 2020
1 parent c702ce1 commit 3437619
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## 2.5.8 (2020-01-16)

Bugfixes:
- Recognize and reject raw AAC in HLS
- https://github.com/google/shaka-player/issues/1083
- https://github.com/google/shaka-player/issues/2337
- Fix fullscreen on Android
- https://github.com/google/shaka-player/issues/2324
- https://github.com/google/shaka-player/pull/2325
- Fix start time support in src= mode
- https://github.com/google/shaka-player/issues/2267
- https://github.com/google/shaka-player/pull/2271
- Add missing events to CastProxy Player
- https://github.com/google/shaka-player/issues/2318
- Fix cast receiver UI update
- https://github.com/google/shaka-player/issues/2314

New Features:
- Add corruptedFrames to stats
- https://github.com/google/shaka-player/pull/2328
- Add framerate restriction to the config
- https://github.com/google/shaka-player/issues/2068
- https://github.com/google/shaka-player/pull/2332
- Add option to ignore empty AdaptationSets in DASH
- https://github.com/google/shaka-player/issues/2023
- https://github.com/google/shaka-player/pull/2330
- Add licenseTime to stats
- https://github.com/google/shaka-player/pull/2297
- Add pixelAspectRatio property from DASH
- https://github.com/google/shaka-player/pull/2294
- Add AirPlay support with native HLS and FairPlay
- https://github.com/google/shaka-player/issues/2177
- https://github.com/google/shaka-player/pull/2257
- Add option to show text/audio roles in UI
- https://github.com/google/shaka-player/issues/2307
- Add "fadeDelay" option to delay fading UI controls

Demo App:
- Update asset list and metadata


## 2.5.7 (2019-12-18)

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 @@ -5543,7 +5543,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v2.5.7-master-uncompiled';
shaka.Player.version = 'v2.5.8-master-uncompiled';

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down

0 comments on commit 3437619

Please sign in to comment.