Browse Source

Release v0.16.1

pull/6/head
David LaPalomento 10 years ago
parent
commit
c18e3df75d
  1. 7
      CHANGELOG.md
  2. 2
      package.json

7
CHANGELOG.md

@ -2,6 +2,11 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
--------------------
## 0.16.1 (2015-05-29)
* @ntadej Do not unnecessarily reset to the live point when refreshing playlists. Clean up playlist loader timeouts. ([view](https://github.com/videojs/videojs-contrib-hls/pull/274))
* @gkatsev ensure segments without an initial IDR are not displayed in 4:3 initially ([view](https://github.com/videojs/videojs-contrib-hls/pull/272))
* @mikrohard: wait for an SPS to inject metadata tags. ([view](https://github.com/videojs/videojs-contrib-hls/pull/280))
@ -10,8 +15,6 @@ CHANGELOG
* @dmlap quicker quality switches when bandwidth changes. ([view](https://github.com/videojs/videojs-contrib-hls/pull/285))
* @dmlap fix temporary warped display after seeking. ([view](https://github.com/videojs/videojs-contrib-hls/pull/290))
--------------------
## 0.16.0
* support preload=none

2
package.json

@ -1,6 +1,6 @@
{
"name": "videojs-contrib-hls",
"version": "0.16.0",
"version": "0.16.1",
"engines": {
"node": ">= 0.10.12"
},

Loading…
Cancel
Save