Releases: Luzifer/twitch-bot
Releases · Luzifer/twitch-bot
v3.19.0
Important
This release fixes a long-standing bug in botHasBadge
introduced in v1.1.0
causing the function to yield a broken result. Update is therefore strongly advised!
-
New Features
- [templating] Add function
chatterHasBadge
- [templating] Add
counterRank
andcounterTopList
functions - [core] Add support for beta Ad-Break event
- [templating] Add function
-
Improvements
- [core] Expose method to retrieve AppAccessToken
-
Bugfixes
- Update dependencies
v3.18.2
- Bugfixes
- [core] Fix: New followers endpoint requires user-token
v3.18.1
- Bugfixes
- [core] Fix: Replace deprecated follow API
v3.18.0
-
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
- [core] Add
-
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
-
New Features
- [templating] Add
b64urldec
andb64urlenc
functions
- [templating] Add
-
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
-
New Features
- [clip] Add
clip
actor - [messagehook] Add actor for Discord / Slack hook posts
- [overlays] Add
sounds
overlay as default - [templating] Add
profileImage
function
- [clip] Add
-
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
-
New Features
- [core] Add support for
hype_chat
event
- [core] Add support for
-
Improvements
- [eventsub] Switch to
channel.update/2
- [linkdetector] Add new option to enable heuristic scan
- [twitchclient] Reduce retries and errors when banning banned user
- [eventsub] Switch to
v3.14.2
- Bugfixes
- [ban] Fix Chatcommand matching
v3.14.1
- Bugfixes
- [raffle] Fix index initialization in MySQL v8