Releases: Luzifer/twitch-bot
Releases · Luzifer/twitch-bot
v3.4.0
-
New Features
- [shoutout] Implement actor and slash-command for shoutout API
-
Improvements
- [editor] Add notification in case bot is missing default-scopes
v3.3.0
-
Bugfixes
- [core] Fix: Remote-update cron broken as of missing field
-
New Features
- [log] Add
log
-actor - [template] Add
doesFollow
anddoesFollowLongerThan
functions - [templating] Add
followAge
function
- [log] Add
-
Improvements
- [customevent] Add scheduled events to API handler
v3.2.1
- Bugfixes
- [twitch] Fix: Pagination fetching broken for eventsub subscriptions
v3.2.0
-
New Features
- Add fine-grained permission control for extended channel permissions (#35)
- [twitch] Implement
AddChannelVIP
,RemoveChannelVIP
- [vip/unvip] Implement actors and chat commands
-
Improvements
- [core] Add content-type detection for remote rule subscriptions
- [core] Add retries for eventsub-self-check
- [core] Add validation for rule UUIDs to be unique
- [core] Allow plugins to evaluate whether permissions are available
v3.1.0
- New Features
- [core] Add Sentry / GlitchTip error reporting
v3.0.0
⚠ Breaking Changes:
- Backend storage format has been switched from JSON-file to database. Migrations must be run before use of
v3.x
version. See README for instructions. - Some template function have been migrated to a new function collection. See migration section of Templating documentation for required changes.
Changelog:
-
New Features
- [core] Add config validation command
- [core] Add rule-subscription feature
- [core] Add
outbound_raid
event - [customevent] Add scheduled custom events
- [templating] Add
jsonAPI
template function
-
Improvements
- [core] Move storage to database (#30, #32) ⚠
- [core] Allow to pass ID to channel modification
- [core] Extend API and replace deprecated chat commands (#34)
- [editor] Add all template functions to highlighter
- [overlays] Add
hide
option to debug overlay - [templating] Add sprig functions, replace some built-ins ⚠
-
Bugfixes
- [core] Fix: Allow 5s for rule updates
v2.7.1
Bugfix release, repeating v2.7.0
changelog as of broken release.
-
New Features
- [template] Add
randomString
template function
- [template] Add
-
Improvements
- [core] Make number of subscribed months available for subgift
- [security] Add mitigation for slowloris DoS attack vector
-
Bugfixes
- [msgformatter] Fix: Trim leading / trailing spaces
- [ci / lint] Fix missing CI tooling, fix linter errors
v2.6.0
-
New Features
- [editor] [#18] Add editor for
disable_on_match_messages
- [template] Add
inList
function - [template] Add "mod" function for modulo in templating
- [editor] [#18] Add editor for
-
Improvements
- [core] Expose user_id in events
- [editor] Add explanatory hint for exceptions
-
Bugfixes
- [editor] Fix: Token badges had no spacing
v2.5.0
v2.4.0
-
Improvements
-
Bugfixes