Skip to content

Releases: gempir/go-twitch-irc

v2.8.0

09 Nov 19:56
61d050b
Compare
Choose a tag to compare

What's Changed

  • Added First Message support to Twitch user messages. by @Cidan in #168

Full Changelog: v2.7.0...v2.8.0

v2.7.0

12 Sep 11:24
b173bfc
Compare
Choose a tag to compare
  • Respect join ratelimits #160
    - This change is a bit breaking since it will now use the default ratelimits from twitch and might cause your joins to be slower
    - Use SetRatelimiter with the factory methods CreateVerifiedRateLimiter or CreateUnlimitedRateLimiter to change the limits

v2.6.0

29 Jul 17:12
32e2218
Compare
Choose a tag to compare

v2.5.0

16 Oct 16:40
0162404
Compare
Choose a tag to compare
  • New functions client.FollowersOn and client.FollowersOff thanks to @cocap10

v2.4.2

15 Aug 18:55
f5ac4c4
Compare
Choose a tag to compare
  • fix a race condition in handleNamesMessage
    Relevant issue: #142
    Relevant PR: #143

v2.4.1

01 Aug 12:02
8310a10
Compare
Choose a tag to compare
  • more carefully parse emotes, some special modified emotes could crash the emote parser (repeat)
    Relevant issue: #140
    Relevant PR: #141

v2.4.0

13 Jun 12:08
d5fbf2c
Compare
Choose a tag to compare
  • GLOBALUSERSTATE message support #136 issue: #98

v2.3.1

16 May 15:03
e1936ca
Compare
Choose a tag to compare
  • more carefully parse emotes, some special modified emotes could crash the emote parser

v2.3.0

29 Mar 19:28
263d07e
Compare
Choose a tag to compare
  • new constructor to create an anonymous client without writing functionality

v2.2.2 (Bugfix release)

15 Jan 17:34
Compare
Choose a tag to compare
  • Parse out a nickname if available in IRC message (#110) @bamnet
  • Fix go-twitch-irc not rejoining channels properly upon reconnecting (#116) @pajlada