diff --git a/README.md b/README.md index 97a2859..8049a11 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,25 @@ Least-favourite twitch streamers here ## Change Log +### 1.9 +#### Fixed +- Char escaping and various typos. +- Unique filter for streams. + +#### Added +- Runtime ouath token generation. + +#### Changed +- Use threshold on amount of returned streams to resend requests. + +#### Removed +- v5 (kraken) API support. +- Daemonizer component. + +### 1.8 +#### Fixed +- Search queries for v5 and v6 API + ### 1.7 - Fixed bug with displaying special symbols in stream name ### 1.6 diff --git a/main.py b/main.py index 39c53d3..485fa37 100755 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ import cherrypy from twitch import TwitchClient -ver = '1.9.0-pre-3' +ver = '1.9.0' class FleastServer(object):