Releases: thelabcat/rumble-chat-actor
Releases · thelabcat/rumble-chat-actor
v2.3.0
v2.2.1-beta
- Fixed critical bug where passing a stream ID would try to get a cocorum.utils function from the rumchat_actor.utils module.
v2.2.0-beta
v2.1.1-beta
- Fixed erroneous dependency listing: Now browsermob-proxy
v2.1.0-beta
- Added, renamed, and removed action classes:
- Actions classes are now instanced by user
- All Action classes have an action() method
- Removed BlockURLMessagesManager
- Added TimedMessagesManager
- Added commands.RaffleCommand, completing #15
- Added misc.is_staff()
- Internal improvements:
- Renamed all RumbleChatActor().browser to traditional .driver
- Changed auto-login system to use any credentials it does have
- Added delay to TimedMessageManager loop
- Fixed TimedMessageManager bug of reporting the counted between message as deleted
- Added debug for all queuing to send messages
S.D.G.
v2.0.0-beta
- Completed the following issues:
- #9 Added command-specific help strings
- #10 Remodularization, adding the actions module
- #11 Actor will not try to take mod action on raid messages, and now has raid_action(raid_message) assignable callable
- #12 ClipUploader added to new misc module
- #13 Both clip commands avoid overwriting clips
- #14 Streamer main page URL is now found more reliably
- common_commands.TTSCommand now does not need a default voice specified when other voices are specified
- Changed cocorum dependency to be latest
- Uses FFmpeg for faster ClipRecordingCommand saving
- localvars now uses cocorum.localvars.RUMBLE_BASE_URL
v1.3.0-beta
- Completed #6. common_actions.ClipRecordingCommand() is now available. HalleluJah!
- Bugfix where invalid_command_respond being off would keep invalid commands from bouncing and cause a crash.
v1.2.0-beta
v1.1.2-beta
- Fixed RumchatActor().streamer_main_page_url leaving spaces in channel URLs
v1.1.1-beta
- Critical bugfixes
- Band-aid patched #5