Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed May 28, 2017
1 parent 4121382 commit 7cef1f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog - Streamlink Twitch GUI
===

## Master
## [v1.3.1](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.3.1) (2017-05-28)

- Added back explicit quality selections for Streamlink. #454
- Fixed misconfiguration of the stream quality exclusion list. #452
Expand All @@ -10,11 +10,12 @@ Changelog - Streamlink Twitch GUI
- Fixed middle clicks on links on channel pages. #450
- Fixed ended streams not being removed from the watching list.
- Fixed streaming provider error messages.
- Improved initialization of the application window.
- Changed new parameters to be also available on app start.
- Upgraded NW.js to 0.21.6.


[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v1.3.0...master)
[Changelog](https://github.com/streamlink/streamlink-twitch-gui/compare/v1.3.0...v1.3.1)


## [v1.3.0](https://github.com/streamlink/streamlink-twitch-gui/releases/tag/v1.3.0) (2017-05-18)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlink-twitch-gui",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",

"author": "Sebastian Meyer",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlink-twitch-gui",
"version": "1.3.0",
"version": "1.3.1",

"main": "index.html",

Expand Down

0 comments on commit 7cef1f4

Please sign in to comment.