Skip to content

Releases: Luzifer/twitch-bot

v3.18.1

05 Oct 15:17
v3.18.1
0d717c7
Compare
Choose a tag to compare
  • Bugfixes
    • [core] Fix: Replace deprecated follow API

v3.18.0

21 Sep 17:26
v3.18.0
4186e16
Compare
Choose a tag to compare
  • New Features

    • [core] Add channel specific module configuration interface
    • [templating] Add idForUsername function
    • [templating] Add usernameForID function
  • Improvements

    • [core] Add user:manage:whispers extended scope
    • [core] Update go-irc to v4.0.0
  • Bugfixes

    • [ci] Update dependencies
    • [raffle] Insert newly created raffles with NULL reminder time
  • Documentation

    • [docs] Add raffle documentation
    • [docs] Add raffle module as feature to start page
    • [docs] Fix broken preparations image
  • Deprecations

    • [core] Mark twitch-token flag / envvar deprecated
    • [core] Remove v2 migration

v3.17.0

25 Aug 21:57
v3.17.0
795dece
Compare
Choose a tag to compare
  • New Features

    • [templating] Add b64urldec and b64urlenc functions
  • Improvements

    • [docs] Add auto-generated template documentation (#50)
  • Bugfixes

    • [ci] Remove flaky test

Warning

This marks the last release to contain code to migrate from v2.x to v3.x releases. If you are migration from an old v2 instance at a later point in time you need to migrate to this version before continuing your journey to the latest v3 release.

v3.16.0

22 Aug 16:09
v3.16.0
6cb9ef7
Compare
Choose a tag to compare
  • New Features

    • [clip] Add clip actor
    • [messagehook] Add actor for Discord / Slack hook posts
    • [overlays] Add sounds overlay as default
    • [templating] Add profileImage function
  • Improvements

    • [docs] Move documentation from Wiki to docs-site (#49)
    • [docs] Add Apache2 config sample (thanks to @Breitling1992)
    • [docs] Add "VIP of the Month" example rule (thanks to @Breitling1992)
  • Bugfixes

    • [core] Fix: Clean usernames when querying user information
    • [editor] Add shoutout_created to frontend-known events

v3.15.0

04 Aug 14:35
v3.15.0
857835f
Compare
Choose a tag to compare
  • New Features

    • [core] Add support for hype_chat event
  • Improvements

    • [eventsub] Switch to channel.update/2
    • [linkdetector] Add new option to enable heuristic scan
    • [twitchclient] Reduce retries and errors when banning banned user

v3.14.2

21 Jul 10:23
v3.14.2
1a80a64
Compare
Choose a tag to compare
  • Bugfixes
    • [ban] Fix Chatcommand matching

v3.14.1

15 Jul 23:07
v3.14.1
5b4cf16
Compare
Choose a tag to compare
  • Bugfixes
    • [raffle] Fix index initialization in MySQL v8

v3.14.0

15 Jul 22:19
v3.14.0
49b40f5
Compare
Choose a tag to compare
  • New Features

    • Implement Raffle module (#47)
    • [template] Add textAPI function
  • Improvements

    • [ci] Update nodejs version for builds
    • [eventsub] Replace IsMature tag in channel updates
  • Bugfixes

    • [wiki] Fix example broken since v3.x

v3.13.0

25 Jun 15:11
v3.13.0
1adec0e
Compare
Choose a tag to compare
  • New Features

    • [counter] Add counterValueAdd template function
  • Improvements

    • [core] Add cleanup for expired timers
    • [core] Clean IPs from socket errors
  • Bugfixes

    • [core] Fix missing timer configuration for permits

v3.12.0

07 Jun 18:13
v3.12.0
90b8252
Compare
Choose a tag to compare
  • New Features

    • [respond] Expose API route to send messages directly to chat
    • [template] Add mention function
  • Improvements

    • [eventsub] Add status field to poll_end event