Skip to content

Releases: thelabcat/rumble-chat-actor

v2.3.0

12 Sep 22:04
Compare
Choose a tag to compare
  • Completed #22 , #23 , and #24 .
  • Added static.Message.effective_max_len
  • Allow register_message_action to accept obj
  • Miscellaneous improvements
  • Made the documentation style more consistent

v2.2.1-beta

18 Aug 00:10
Compare
Choose a tag to compare
  • 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

16 Aug 15:23
Compare
Choose a tag to compare
  • Completed #16 #17 #18 and #19
  • Renamed .localvars to .static
  • Added .utils
  • Fixed critical error in HelpCommand

v2.1.1-beta

18 Jul 02:46
Compare
Choose a tag to compare
  • Fixed erroneous dependency listing: Now browsermob-proxy

v2.1.0-beta

18 Jul 02:32
Compare
Choose a tag to compare
  • 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

31 May 17:50
Compare
Choose a tag to compare
  • 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

26 May 02:33
Compare
Choose a tag to compare
  • 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

25 May 00:35
Compare
Choose a tag to compare
  • Completed #5
  • Completed #7
  • Completed #8
  • Renamed ClipCommand to ClipDownloaderCommand, see #6
  • Added debug to Killswitch command
  • Converted RumbleChatActor init arguments to **kwargs
  • Added some type enforcement to said kwargs
  • Added type enforcement to .register_command() arguments

v1.1.2-beta

24 May 16:51
Compare
Choose a tag to compare
  • Fixed RumchatActor().streamer_main_page_url leaving spaces in channel URLs

v1.1.1-beta

10 May 15:08
Compare
Choose a tag to compare
  • Critical bugfixes
  • Band-aid patched #5