Releases: kanimaru/twitcher
Releases · kanimaru/twitcher
1.3
Turtle - hardening the lib v1.2
What's Changed
** * [Possible Breaking Change] Add new Node (TwitchCommand the old TwitchCommand got renamed to TwitchCommandData )**
- Added new token introspection to the settings window
- Added the mandatory validation check of the token
- Adjusted the login process so that it doesn't spam Twitch alot and helps the user to find the problem with their authroization
- Fixes problems with empty tags
- Fixed bugs with double initialization of TwitchService
- Added an explicit window for TwitcherSettings to store the Client Secret in an extra encrypted file (closes #15 beginning of #10)
- Changed the OAuth Library so that you can have the Authorization as an explicit Resource
- Added more optional methods, fixed probably the content-types by @kanimaru in #8
- Fixed oOuch http client does not need to call free by @FortunesFavored in #16
- Issue 19: Warning if channel_name is empty by @MrOnosa in #20
New Contributors
- @FortunesFavored made their first contribution in #16
- @MrOnosa made their first contribution in #20
Full Changelog: 1.0...1.2
[Sorry for the breaking change!]
1.1
What's Changed
- Added more optional methods, fixed probably the content-types by @kanimaru in #8
- Fixed oOuch http client does not need to call free by @FortunesFavored in #16
- Issue 19: Warning if channel_name is empty by @MrOnosa in #20
New Contributors
- @FortunesFavored made their first contribution in #16
- @MrOnosa made their first contribution in #20
Full Changelog: 1.0...1.1
1.0
- Fixed problem with HttpBufferedClient not requesting when connection in almost the same moment
- Added New Chat and PubSubScopes
- Removed Whisper messages from the log
- fixed a problem when Twitch sends undocumented websocket messages
- Changed the folder structure to match assetlibs default stuff
- Fixed bugs with native gif parser
- Added more informations to setup everything