twitch-bot/History.md

76 lines
1.8 KiB
Markdown
Raw Normal View History

2021-06-13 14:02:09 +00:00
# 0.13.0 / 2021-06-13
* Use more flexible Actor format to allow addition of new actors (#5)
* Add user- and channel-based cooldowns (#4)
* Fix: ID generation handling different automessages as same
* Fix: Do not try to log functions
* Fix: Do not access automessage attributes without lock
2021-06-05 21:17:45 +00:00
# 0.12.0 / 2021-06-05
* Add "respond as reply" functionality
2021-06-02 11:21:30 +00:00
# 0.11.0 / 2021-06-02
* Add retries to Twitch API calls
2021-05-27 12:19:44 +00:00
# 0.10.0 / 2021-05-27
* Add Whisper / RawMessage actions
* Add `whisper` event
2021-05-26 12:08:07 +00:00
# 0.9.0 / 2021-05-26
* Add `part` event
* Allow to disable automessages with templates
* Add global variables to be used in templates
* Add Disable and DisableOnTemplate attributes for rules
* Drop HCL support (causes too much effort for too little benefit)
2021-05-24 20:51:50 +00:00
# 0.8.0 / 2021-05-24
* Fix: Display fallback when no category is set in `recentGame`
* Add displayName template function
* Replace non-reliable fsevents library with simple check
* Add HCL config format support
2021-05-12 22:29:52 +00:00
# 0.7.0 / 2021-05-13
* Lint: Disable requirement for crypto/rand for time randomizer
* Add delay-action
2021-05-12 15:56:18 +00:00
# 0.6.0 / 2021-05-12
* Add sub events, document available event types
2021-05-10 23:12:09 +00:00
# 0.5.0 / 2021-05-11
* Fix: Unlock auto-messages to prevent dead-locks
* Log amount of loaded rules on (re)load
* Support templating in automessages
2021-05-06 13:15:18 +00:00
# 0.4.1 / 2021-05-06
* Include tzdata into Docker image to allow TZ env setting
* Update README for new flags
2021-04-21 22:35:31 +00:00
# 0.4.0 / 2021-04-22
* Introduce general send limit to prevent global-timeouts
2021-04-21 21:16:15 +00:00
# 0.3.0 / 2021-04-21
* Extract template functions into registry
* Lint: Reduce complexity of loadConfig function
* Add raw-log functionality
* Add a delay while joining channels
2021-04-04 20:25:58 +00:00
# 0.2.0 / 2021-04-04
* Add instructions for token generation
* Add GH page to generate token
2021-04-03 12:12:45 +00:00
# 0.1.0 / 2021-04-03
2021-06-13 14:02:09 +00:00
* Initial release