From 34376194d9f9b77757ca78f4f962cc54bf844975 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Wed, 15 Jan 2020 14:18:40 -0800 Subject: [PATCH] Update changelog and bump version to v2.5.8 Change-Id: If7e72bf1fa625fe3d4231877e6fcf743fda76130 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ lib/player.js | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c520bdce9..060a74ee12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/lib/player.js b/lib/player.js index b69d0508f1..9256b83cae 100644 --- a/lib/player.js +++ b/lib/player.js @@ -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.