Releases: Gottox/irc-message-action
Releases · Gottox/irc-message-action
v2.1.5: Update to node 20
This release changes the version of node from 16 to node-20.
v2.1.4: Update dependencies!
This PR updates the dependencies of this action. It also moves the action to a newer node version.
v2.1.3: Another Bugfix release!
What's Changed
- Bump @actions/core from 1.6.0 to 1.9.1 by @dependabot in #12
- handle raw lines having message-tags by @jesopo in #14
New Contributors
Full Changelog: v2.1.2...v2.1.3
v2.1.2: Bugfix release
Fixes an issue on the mac runner (#11)
Log Message Fix
This release fixes some typos and improves a few phrases
Prevent excess flood
This release introduces a new config parameter:
excess_flood
Prevention strategy for excess flooding a channel Either "throttle" or "truncate".
truncate
: cuts off the message after 3 lines.throttle
: sends only 1 line per second.
v1.3.1
- Switch from master to main branching modell
- Update dependencies
v1.3
Maintainance release
Update dependencies
Documentation fix release
This release fixes a small issue in the documentation.