Skip to content

Releases: kanimaru/twitcher

1.3

18 Sep 19:38
c1aae9e
Compare
Choose a tag to compare

What's Changed

  • fixed problems with optional values
  • fixed problems with tags
  • fix invalid assignment by @lublak in #25
  • Add get_current_user helper func to fetch data about authenticated user without providing username or user_id by @artbarte in #36

New Contributors

Full Changelog: 1.2...1.3

Turtle - hardening the lib v1.2

09 Aug 22:10
aa2a2da
Compare
Choose a tag to compare

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!]

1.1

23 Jul 21:11
4e13977
Compare
Choose a tag to compare
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

Full Changelog: 1.0...1.1

1.0

11 Mar 22:12
e617968
Compare
Choose a tag to compare
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

0.9

26 Feb 19:31
4afeaf4
Compare
Choose a tag to compare
0.9

First release. Features see Readme.
Probably still has some bugs, please report them :).