From f8d4d0c816f98593669607661dc173c1c961ebaf Mon Sep 17 00:00:00 2001 From: jrivera Date: Mon, 3 Apr 2017 15:06:06 -0400 Subject: [PATCH] updated changelog --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b3144c..31a7de38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ CHANGELOG ========= +-------------------- +## 5.4.0 (2017-04-03) +* feature: support for in-manifest WebVTT [#1057](https://github.com/videojs/videojs-contrib-hls/pull/1057) +* fix: minor SegmentLoader fixes [#1065](https://github.com/videojs/videojs-contrib-hls/pull/1065) +* fix: enable fast quality change for alternate audio [#1046](https://github.com/videojs/videojs-contrib-hls/pull/1046) +* feature: blacklist live playlists that have stopped being updated [#1039](https://github.com/videojs/videojs-contrib-hls/pull/1039) + * never blacklist final available final rendition +* chore: refactor all the XHR handling code and related state out of SegmentLoader and into a single mediaSegmentRequest function [#1044](https://github.com/videojs/videojs-contrib-hls/pull/1044) +* feature: add a segment-metadata TextTrack that contains cues for the segments currently in the buffer [#976](https://github.com/videojs/videojs-contrib-hls/pull/976) +* feature: add support for description audio tracks in hls [#1019](https://github.com/videojs/videojs-contrib-hls/pull/1019) + * add support for description audio tracks (marked with characteristics of 'public.accessibility.describes-video') + * add test for correctly setting alternative audio kinds + -------------------- ## 5.3.3 (2017-03-03) * update videojs-contrib-media-sources to v4.4.2 and mux.js to 4.1.1 [#1037](https://github.com/videojs/videojs-contrib-hls/pull/1037) diff --git a/package.json b/package.json index ef2bf838..e2524852 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "m3u8-parser": "2.1.0", "mux.js": "4.1.1", "url-toolkit": "1.0.9", - "video.js": "^5.17.0", + "video.js": "^5.19.1", "videojs-contrib-media-sources": "4.4.2", "webworkify": "1.0.2" },