From 0b1b8b684d75b25264faf52dca8e88427f3cbc64 Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Fri, 31 Jul 2015 12:43:57 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110c332b93..710ba9176a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog - Livestreamer Twitch GUI === +## Master + +- Implemented stream language filters. (#113) +- Fully implemented the game following feature. (#31) +- Added sorting options to followed channels. +- Added option to always show stream flags. (#106) +- Fixed touch issues with dropdown elements. (#108) +- Upgraded to Ember v1.12.1 and Ember-Data v1.0.0-beta.19.2. +- Upgraded to NW.js v0.12.2. +- Some minor bug fixes and improvements. + +[Changelog](https://github.com/bastimeyer/livestreamer-twitch-gui/compare/v0.9.1...master) + + ## [v0.9.1](https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v0.9.1) (2015-05-27) - Fixed desktop notifications.