Skip to content

Various minor fixes and improvements

Choose a tag to compare

@Gikkman Gikkman released this 07 Nov 21:53
· 20 commits to master since this release
954be16

0.6.3

Some pretty big changes behind the scenes, but they should be fully backwards compatible. Below is a list of changes:

  • Cheer.getImageURL(...) should now return a proper URL. Fix #30
  • You can now set a custom PING interval, for how often the connection should ping Twitch. See TwirkBuilder.setPingInterval Fix #29
  • You can now assign custom log methods to Twirk, in case you use some kind of logging framework. See TwirkBuilder.setXXXLogMethod. Fix #28 (thanks to PR #31).
  • Calling connect after a disconnect should now work (Twirk.close still disposes of the instance and reconnect won't be possible). Fix #26
  • You don't need to include the # anymore in the channel name. Fix #21