From 94cf58ad5421f663f0a3d0dbe8c4cfa7f5c026e2 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Sun, 1 Jan 2017 09:23:40 +0100 Subject: [PATCH] v1.1.0 --- 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 b860cf3bc2..24a680890c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,20 @@ Changelog - Streamlink Twitch GUI === -## Master +## [v1.1.0](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.1.0) (2017-01-01) +- Set the required min. version of Streamlink to `0.2.0`. #256 #362 + https://streamlink.github.io/install.html - Implemented Streamlink/Livestreamer validation cache. -- Changed the resolving/validation logic of Streamlink. +- Changed the validation logic of Streamlink/Livestreamer. The correct python executable should now be used on all systems. -- Set the required min. version of Streamlink to `0.2.0`. #256 #362 - Fixed subscriptions menu. #377 - Fixed Streamlink version check regex. #371 - Fixed a critical bug in the Windows (un)installers. The old installers have been removed from the previous releases. -[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v1.0.1...master) +[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v1.0.1...v1.1.0) ## [v1.0.1](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.0.1) (2016-12-14) diff --git a/package.json b/package.json index 68c768b1cc..9351fde0a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streamlink-twitch-gui", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "author": "Sebastian Meyer", diff --git a/src/package.json b/src/package.json index 2f93e40100..c88a738a91 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "streamlink-twitch-gui", - "version": "1.0.1", + "version": "1.1.0", "main": "index.html",