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.