Releases: steve1337/twitch-chatbox-bot
Releases · steve1337/twitch-chatbox-bot
Bugfix release: Emote handling
- Fixed text rendering for any symbols that would be regarded as html characters using innerText
- Eliminated the need for using a regex
All credit goes to: @alexankitty
Feature release: Simple workflow
Changes:
- Added simple workflow for including Twitch chat in OBS without customization
Feature release with maintenance
Changes:
- Added support for channel badges
- Updated TMI.js to v1.8.4
- Removed unused CSS
- Simplified JS-Code
- Added error handling for message processing (prevent messages not being displayed if badges or emotes can't be processed)
Bugfix release: Emotes with special characters
Changes:
- Failed to display messages with emotes using special chars like
:)
or:/
Feature release: Improvements on system resources
Changes:
- TMI.JS dependency updated to latest version 1.8.3
- Old messages not displayed on screen are removed from the DOM tree to save system resources
Initial release
First complete release with support for badges and emotes