-
Notifications
You must be signed in to change notification settings - Fork 0
Version 0.61
Nathan edited this page Aug 15, 2021
·
2 revisions
Jump to New Features
- Fix running action from C#, possible caught crash and the action would not run
- Add new options to Execute C# Code to support delayed start
- Updated Execute C# Method sub-action to run on UI thread
- Fix crash when editing play sound from folder, when folder no longer exists
- Fix editing channel rewards, global cooldown limit was too low causing a crash
- Update actions list with groups, actions are sorted and groups can be collapsed
- Update commands to allow groups to be collapsible.
- Collapsed groups in actions and commands will be remembered and set on launch
- Add new menu item when right clicking on sub-action to provide capabilities to run certain methods tied to the sub-action
- First pass of updating groups for future changes, this converts and alters underlying data
- Update cheers not being included in credits
- Fix custom server sockets, sending data was not working correctly
- Add a few new menu options to copy the IDs of Actions and Commands
- Add ability to enable/disable actions, along with a new sub-action to set an actions state and C# methods
- Fix FileWatcher, had a few typos with menu interactions
- More fixes/updates I probably forgot
As an experiment, I am adding new custom menu item to trigger certain events. At this moment, this only applies to Execute C# Code, there are 2 new menu items to Compile, and Unload.
There is a new option for a delayed start, as well as an option to run a method on a UI thread. The reason for this addition is, you're able to us WinForms and create fully backed UI code. But to do this, anything WinForm related MUST originate from a UI thread. This usage is fairly advanced, so if you're in a position to do this, then you'll understand more.
I have added 3 methods to be able to create and end Twitch Polls
bool TwitchPollCreate(string title, List<string> choices, int duration, int bitsPerVote = 0, int channelPointsPerVote = 0);
void TwitchPollTerminate(string pollId);
void TwitchPollArchive(string pollId);Added 2 new methods that will allow you to enable/disable actions
void DisableAction(string actionName);
void EnableAction(string actionName);- Streamer.bot 0.63 (WIP)
- Streamer.bot 0.62 (current)
- Streamer.bot 0.61
- Streamer.bot 0.60
- Streamer.bot 0.59
- Streamer.bot 0.58
- Streamer.bot 0.57
- Streamer.bot 0.56
- Archives
- WebSocket Server
- HTTP Server
- UDP Server
- WebSocket Clients
- General
- Twitch Accounts
- Streamlabs
- Groups
- Events
- File Watcher
- Timed Actions
- Pyramids
- Quotes
- Sub Counter