From ee19e331a830022195e951a753105e30276de620 Mon Sep 17 00:00:00 2001 From: beardypig Date: Thu, 28 Jun 2018 00:14:01 +0200 Subject: [PATCH] Release 0.14.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a24292..801c74f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## streamlink 0.14.1 (2018-06-28) + +Only a few fixes in this small maintenance release. + +- Fix the tv3cat plugin (https://github.com/streamlink/streamlink/pull/1851) +- VOD supported added to atresplayer plugin (https://github.com/streamlink/streamlink/pull/1852, https://github.com/streamlink/streamlink/pull/1853) +- Fixed Twitch OAuth request flow (https://github.com/streamlink/streamlink/pull/1856) +- Removed tv8cat plugin (https://github.com/streamlink/streamlink/pull/1860) + +```text +NyanKiyoshi (1): + Fix 404 error on oauth authorize url + +beardypig (5): + plugins.t3cat: update validation rule, refactor plugin a little bit + plugins.atresplayer: update to support VOD streams + stream.dash: support for SegmentList streams with ranged segments + release: fix release notes manual install url + plugins.tv8cat: plugin removed - the live broadcast is no longer available +``` + + ## streamlink 0.14.0 (2018-06-26) Here are the changes to this months release!