Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Sep 15, 2016
1 parent fc167a5 commit feaa6dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Changelog - Livestreamer Twitch GUI
===

## Master
## [v0.15.1](https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v0.15.1) (2016-09-15)

- Implemented a better workaround for the Livestreamer Client-ID issue. #310
- Added option to disable Livestreamer authentication. #308
- Fixed tray icon being invisible on Windows. #312


[Changelog](https://github.com/bastimeyer/livestreamer-twitch-gui/compare/v0.15.0...master)
[Changelog](https://github.com/bastimeyer/livestreamer-twitch-gui/compare/v0.15.0...v0.15.1)


## [v0.15.0](https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v0.15.0) (2016-09-15)
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": "livestreamer-twitch-gui",
"version": "0.15.0",
"version": "0.15.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": "livestreamer-twitch-gui",
"version": "0.15.0",
"version": "0.15.1",

"main": "app://livestreamer-twitch-gui/index.html",

Expand Down

1 comment on commit feaa6dc

@bastimeyer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to bother again, but there is a better solution for the Livestreamer ClientID issue without any authentication restrictions.
@InfernoZeus @scowalt @NGMarmaduke
Thanks!

Please sign in to comment.