Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed May 25, 2015
1 parent 77984b8 commit 18d5c36
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
Changelog - Livestreamer Twitch GUI
===

## Master
## [v0.9.0](https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v0.9.0) (2015-05-25)

- Restructured mainmenu (renamed "Your" to "My"):
- Implemented subscriptions and followed channels+games menus.
- Removed "Recent activity" and "Most viewed" menu templates (for now).
- Implemented custom livestreamer parameters. #88
- Added settings for customizing livestreamer's download behavior. #82
- Added animation effects.
- Added livestreamer download/caching settings. #82
- Added Twitch.tv API hiccup detection (prevents notifications of all followed channels).
- Added F5 and Ctrl+R reload shortcuts.
- Added Twitch.tv API hiccup detection.
- Added animation effects.
- Fixed stream quality dropdown glitching when closing the stream popup.
- Fixed channel pages not reloading correctly. #89
- Fixed issue with videoplayer parameters. #94
- Upgraded to Ember-Data 1.0.0-beta.17.
- Several bug fixes and improvements.

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


## [v0.8.0](https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v0.8.0) (2015-04-23)
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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.0",

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

Expand Down

0 comments on commit 18d5c36

Please sign in to comment.