Skip to content

Releases: Luzifer/twitch-bot

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

v3.2.1

24 Dec 16:43
v3.2.1
bf3b800
Compare
Choose a tag to compare
  • Bugfixes
    • [twitch] Fix: Pagination fetching broken for eventsub subscriptions

v3.2.0

22 Dec 17:58
v3.2.0
30c2246
Compare
Choose a tag to compare
  • 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

24 Nov 10:54
v3.1.0
4b9878f
Compare
Choose a tag to compare
  • New Features
    • [core] Add Sentry / GlitchTip error reporting

v3.0.0

02 Nov 22:01
0a937a6
Compare
Choose a tag to compare

⚠ 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

05 Sep 22:58
v2.7.1
c1a7221
Compare
Choose a tag to compare

Bugfix release, repeating v2.7.0 changelog as of broken release.

  • New Features

    • [template] Add randomString template function
  • 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

15 Jul 18:01
v2.6.0
39a1756
Compare
Choose a tag to compare
  • New Features

    • [editor] [#18] Add editor for disable_on_match_messages
    • [template] Add inList function
    • [template] Add "mod" function for modulo in templating
  • Improvements

    • [core] Expose user_id in events
    • [editor] Add explanatory hint for exceptions
  • Bugfixes

    • [editor] Fix: Token badges had no spacing

v2.5.0

06 Jun 12:25
v2.5.0
6e10143
Compare
Choose a tag to compare
  • Improvements
    • [core] Add multi_month parameter parsing for subs

v2.4.0

07 May 14:50
v2.4.0
2366985
Compare
Choose a tag to compare
  • Improvements

    • [editor] [#23] Add confirmation for delete buttons
    • [editor] [#25] Allow searching in / sort rules
  • Bugfixes

    • [core] Fix: Notify event handlers before rules to prevent delays
    • [editor] [#28] Fix: Allow saving with empty optional duration
    • [editor] Fix: Remove asymmetric margin from buttons
    • [modchannel] [#26] Fix: Modify channel module not working for editor-bots (#27)