Bump version number
This commit is contained in:
parent
6367ab7ffe
commit
6ca8f3cd3c
2 changed files with 20 additions and 1 deletions
19
README.md
19
README.md
|
@ -3,6 +3,25 @@ Least-favourite twitch streamers here
|
||||||
|
|
||||||
|
|
||||||
## Change Log
|
## 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
|
### 1.7
|
||||||
- Fixed bug with displaying special symbols in stream name
|
- Fixed bug with displaying special symbols in stream name
|
||||||
### 1.6
|
### 1.6
|
||||||
|
|
2
main.py
2
main.py
|
@ -4,7 +4,7 @@
|
||||||
import cherrypy
|
import cherrypy
|
||||||
from twitch import TwitchClient
|
from twitch import TwitchClient
|
||||||
|
|
||||||
ver = '1.9.0-pre-3'
|
ver = '1.9.0'
|
||||||
|
|
||||||
|
|
||||||
class FleastServer(object):
|
class FleastServer(object):
|
||||||
|
|
Loading…
Reference in a new issue