Skip to content

Releases: Luzifer/twitch-bot

v3.10.0

21 May 12:02
v3.10.0
1ba6c0f
Compare
Choose a tag to compare
  • New Features

    • [eventsub] Switch to Websocket transport (#46)
  • Improvements

    • [core] Adjust logging for channel meta updates to match other events
    • [core] Allow case insensitive category matches
    • [editor] Remove character limit for AutoMessage template

v3.9.0

11 May 10:48
v3.9.0
eee9e65
Compare
Choose a tag to compare
  • New Features

    • [template] Add subCount, subPoints template functions
  • Bugfixes

    • [wiki] Remove deprecated concat examples

v3.8.0

14 Apr 10:41
v3.8.0
aa420b4
Compare
Choose a tag to compare
  • New Features

    • [linkprotect] Add Link-, Clip-Detector and Link-Protection actor (#42)
  • Improvements

    • [core] Add connection tuning for MySQL databases
    • [core] Remove "host" related functionality
    • [editor] Add validation for template fields
  • Bugfixes

    • [core] Fix: Message matcher matched also event content
    • [editor] Fix badge key-repetition for duplicated actions

v3.7.0

31 Mar 15:36
v3.7.0
41582ea
Compare
Choose a tag to compare
  • New Features

    • [commercial] Add commercial actor
    • [eventsub] Add shoutout_created event
  • Improvements

    • [core] Add validation and reset of encrypted values
    • [eventsub] Switch to v2 follows topic
  • Bugfixes

    • [core] Ensure channel has correct format in access service
    • [core] Fix: Allow start when no tokens are available
    • [core] Fix type warnings for Swagger documentation
    • [eventsub] Fix wrong channel in shoutout_received event

v3.6.0

06 Mar 13:48
v3.6.0
9726948
Compare
Choose a tag to compare
  • New Features

    • [eventmod] Add eventmod actor
    • [eventsub] Add shoutout_received event
  • Improvements

    • [script] Add rule ID to error
  • Bugfixes

    • [editor] Fix number-of-lines mode causing type-error

v3.5.1

08 Feb 18:20
v3.5.1
a546045
Compare
Choose a tag to compare
  • Bugfixes
    • [core] Fix: List all configured channel permissions

v3.5.0

08 Feb 17:43
v3.5.0
7e56cf5
Compare
Choose a tag to compare
  • New Features

    • [shield] Add shield mode actor
    • [stopexec] Add stopexec actor
    • [template] Add recentTitle template function
  • Improvements

    • [core] Rewrite bot token storage logic
    • [editor] Add new moderator:read:followers scope and pin follow subscription version
    • [editor] Notify frontend to reload data after token change
  • Bugfixes

    • [editor] Ensure updating bot token does not drop scopes
    • [editor] Fix Node package vulnerabilities
    • [editor] Fix non-optional booleans causing rules to be non-saveable
    • [editor] Fix: When match_message is cleared, remove it completely

v3.4.0

27 Jan 21:31
v3.4.0
4886b90
Compare
Choose a tag to compare
  • 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

07 Jan 13:14
v3.3.0
b8c4cad
Compare
Choose a tag to compare
  • Bugfixes

    • [core] Fix: Remote-update cron broken as of missing field
  • New Features

    • [log] Add log-actor
    • [template] Add doesFollow and doesFollowLongerThan functions
    • [templating] Add followAge function
  • Improvements

    • [customevent] Add scheduled events to API handler