Release v0.16.1
Showing
2 changed files
with
6 additions
and
3 deletions
... | @@ -2,6 +2,11 @@ CHANGELOG | ... | @@ -2,6 +2,11 @@ CHANGELOG |
2 | ========= | 2 | ========= |
3 | 3 | ||
4 | ## HEAD (Unreleased) | 4 | ## HEAD (Unreleased) |
5 | _(none)_ | ||
6 | |||
7 | -------------------- | ||
8 | |||
9 | ## 0.16.1 (2015-05-29) | ||
5 | * @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)) | 10 | * @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)) |
6 | * @gkatsev ensure segments without an initial IDR are not displayed in 4:3 initially ([view](https://github.com/videojs/videojs-contrib-hls/pull/272)) | 11 | * @gkatsev ensure segments without an initial IDR are not displayed in 4:3 initially ([view](https://github.com/videojs/videojs-contrib-hls/pull/272)) |
7 | * @mikrohard: wait for an SPS to inject metadata tags. ([view](https://github.com/videojs/videojs-contrib-hls/pull/280)) | 12 | * @mikrohard: wait for an SPS to inject metadata tags. ([view](https://github.com/videojs/videojs-contrib-hls/pull/280)) |
... | @@ -10,8 +15,6 @@ CHANGELOG | ... | @@ -10,8 +15,6 @@ CHANGELOG |
10 | * @dmlap quicker quality switches when bandwidth changes. ([view](https://github.com/videojs/videojs-contrib-hls/pull/285)) | 15 | * @dmlap quicker quality switches when bandwidth changes. ([view](https://github.com/videojs/videojs-contrib-hls/pull/285)) |
11 | * @dmlap fix temporary warped display after seeking. ([view](https://github.com/videojs/videojs-contrib-hls/pull/290)) | 16 | * @dmlap fix temporary warped display after seeking. ([view](https://github.com/videojs/videojs-contrib-hls/pull/290)) |
12 | 17 | ||
13 | -------------------- | ||
14 | |||
15 | ## 0.16.0 | 18 | ## 0.16.0 |
16 | * support preload=none | 19 | * support preload=none |
17 | 20 | ... | ... |
-
Please register or sign in to post a comment