Skip to content

Turtle - hardening the lib v1.2

Compare
Choose a tag to compare
@kanimaru kanimaru released this 09 Aug 22:10
· 15 commits to master since this release
aa2a2da

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

Full Changelog: 1.0...1.2

[Sorry for the breaking change!]