From b588e651ea72fd5a403fa428fffb72538f08d4ad Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Sun, 19 Nov 2017 14:56:29 +0100 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 9 +++++---- package.json | 2 +- src/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e6010965..dfcbe1c4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ Changelog - Streamlink Twitch GUI === -## Master +## [v1.4.1](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.4.1) (2017-11-19) -This is a patch of today's [`v1.4.0`](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.4.0) release with fixes to the broken macOS archives. The following changelog has been copied here. +This is a patch of today's [`v1.4.0`](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.4.0) release with fixes to the broken macOS archive. +The changelog has been copied here. - Changed default Streamlink (and Livestreamer) parameters. Please see the "Player input" option in the "Streaming" settings menu and make sure that your player supports the selected method. @@ -34,13 +35,13 @@ This is a patch of today's [`v1.4.0`](https://github.com/streamlink/streamlink-t - \[dev] Switched from npm to yarn. - \[dev] Added a TODO list. -Since 1.4.0: +Since v1.4.0: - Fixed broken macOS archives. #509 - Fixed (un)check all languages not working. #510 -[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v1.4.0...master) +[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v1.3.1...v1.4.1) ## [v1.4.0](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.4.0) (2017-11-19) diff --git a/package.json b/package.json index 83fc17973d..9c17ccce92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streamlink-twitch-gui", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "author": "Sebastian Meyer", "homepage": "https://github.com/streamlink/streamlink-twitch-gui", diff --git a/src/package.json b/src/package.json index 043a09cf8e..1c1a274a6b 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "streamlink-twitch-gui", - "version": "1.4.0", + "version": "1.4.1", "main": "index.html",