Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Oct 16, 2015
1 parent a865315 commit 98d5717
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,7 +1,7 @@
Changelog - Livestreamer Twitch GUI
===

## Master
## [v0.11.0](https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v0.11.0) (2015-10-16)

- Implemented theme switcher and added dark theme.
- Implemented menu-related random stream launch button.
Expand All @@ -13,7 +13,7 @@ Changelog - Livestreamer Twitch GUI
- Fixed subscribe button being visible on all channel pages / popups. #142
- Fixed text of closing modal dialog.

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


## [v0.10.1](https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v0.10.1) (2015-09-14)
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.10.1",
"version": "0.11.0",
"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.10.1",
"version": "0.11.0",

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

Expand Down

5 comments on commit 98d5717

@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.

@InfernoZeus
Copy link
Contributor

Choose a reason for hiding this comment

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

@bastimeyer Thanks, just updating the Arch package now :)

@scowalt
Copy link
Member

Choose a reason for hiding this comment

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

Chocolatey package upload is being a bit problematic at the moment, I'll update the package when I can. Thanks for the ping!

@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.

It's alright, thanks!

@scowalt
Copy link
Member

Choose a reason for hiding this comment

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

Finally was able to get this version uploaded to chocolatey 😄

Please sign in to comment.