Skip to content

Releases: Luzifer/twitch-bot

v2.0.0

03 Dec 18:07
v2.0.0
0001905
Compare
Choose a tag to compare
  • [ban] Enable templating for ban reason
  • [core] Add giftpaidupgrade event
  • [core] BREAKING: Allow actors to set fields those after them (#11)
  • [core] Fix: Set channel for incoming host through jtv message
  • [core] Handle host announce messages from jtv user
  • [lint] Properly format inputs
  • [templating] Add multiply and seededRandom template functions

v1.6.0

10 Nov 23:51
v1.6.0
3ba25e6
Compare
Choose a tag to compare
  • [core] Add ban, clearchat and timeout events
  • [core] Add EventSub support for Twitch-Events (#10)
  • [core] Add moderator badge to broadcasters
  • [core] Prevent logging every PING message

v1.5.0

03 Nov 23:28
v1.5.0
4e7da1c
Compare
Choose a tag to compare
  • [nuke] Add new moderation module

v1.4.0

25 Oct 19:48
v1.4.0
200e131
Compare
Choose a tag to compare
  • [core] Allow the bot to track config editor changes through Git
  • [core] Implement write authorization for APIs (#9)
  • [editor] Cleanup config by removing invalid / zero attributes
  • [openapi] Allow multiple mime-types on single route
  • [plugins] Move missing plugin-dir warning to debug level
  • [quotedb] Add simple page to list quotes

v1.3.0

21 Oct 23:23
v1.3.0
d760d85
Compare
Choose a tag to compare
  • [core] Add "bits" event
  • [core] Add streamUptime / formatDuration template functions
  • [core] Add submysterygift event, add more event data to events
  • [core] Add username fields to events
  • [core] Remove unused subscribed_months field from subgifts
  • [openapi] Allow subdir serving
  • [quotedb] Add new actor
  • [respond] Fix: Broken condition for fallback message
  • [respond] Fix: Empty string fallback should not count as fallback
  • [respond] Log message template errors even when fallback is set

v1.2.0

08 Oct 14:30
v1.2.0
3ddcffa
Compare
Choose a tag to compare
  • [core] Log submysterygift
  • [automessage] Move spammy message to trace-level
  • [core] Improve logs for USERNOTICE events
  • [editor] Add description to "Add Action" form group
  • Add "punish", "reset-punish" actors and storage manager (#8)

v1.1.0

01 Oct 20:53
v1.1.0
02d3882
Compare
Choose a tag to compare
  • [templating] Add botHasBadge function
  • [editor] Mark fully disabled rules in list

v1.0.0

22 Sep 13:48
v1.0.0
f48eb5e
Compare
Choose a tag to compare

1.0.0 / 2021-09-22

  • Breaking: Add configuration interface and switch to more generic config format (#7)

v0.18.0

17 Sep 15:44
v0.18.0
a1e9c35
Compare
Choose a tag to compare

0.18.0 / 2021-09-17

  • [script] Allow to skip cooldown on script error
  • [modchannel] Add modchannel core module
  • [core] Break actions execution when one action fails
  • [core] Transform broadcaster name into ID
  • [core] Add category search and channel update
  • [core] Expose GetIDForUsername function
  • [core] Expose TwitchClient to plugins
  • [core] Add fallback support to group template matches
  • [respond] Support sending message to different channel
  • [core] Reduce cache time for stream info
  • [core] Add Twitch events
  • [core] Add registration for raw-message-handlers

v0.17.0

28 Aug 20:53
v0.17.0
f0b6556
Compare
Choose a tag to compare

0.17.0 / 2021-08-28

  • Create API for counter and setvariable modules
  • Provide HTTP server and registration function
  • Provide central cron service to plugins