Release 0.14.1

This commit is contained in:
beardypig 2018-06-28 00:14:01 +02:00
parent 0cf6ce0f7d
commit ee19e331a8
No known key found for this signature in database
GPG Key ID: 76DE0FB6A97DD238
1 changed files with 22 additions and 0 deletions

View File

@ -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 <NyanKiyoshi@users.noreply.github.com> (1):
Fix 404 error on oauth authorize url
beardypig <beardypig@protonmail.com> (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!