Releases: Kruiser8/Kruiz-Control
Releases · Kruiser8/Kruiz-Control
Kruiz Control v1.2.1 (hotfixes for 1.2.0)
Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord
Minor fixes for 1.2.0
- Fixed an issue where
OnSLOBSSwitchSceneswasn't working at all. (Credit: darkphan) - Fixed an issue where the broadcaster
bChat permission wasn't working whensettings/chat/user.txtwas not in lowercase format. Lowercase format is not expected in settings file, that's just what caused the issue. (Credit: TimbTV)
Kruiz Control v1.2.0
Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord
Cooldown and If Actions for more flexibility and control!
Major Updates
- The Patreon now has a community goal for more tutorials! I'd love to put some videos together that walk through common use cases and advanced features.
- New Triggers:
OnInitandOnSpeak - New Actions:
CooldownandIf - Fixed an issue where whispers could trigger broadcaster commands.
NEW
- Chat
OnSpeakTrigger - Misc
OnInitTrigger - Misc
CooldownAction - Misc
IfAction OBS MuteActionOBS VolumeAction- OnCommand includes an
afterparameter for the message excluding the command.
FIXES
- Chat
OnCommandandOnKeywordTriggers now handle multiple triggers (before you could only have one per command/keyword). - The broadcaster permission now compares the username to the channel name instead of using ComfyJS permissions. It's recommended to use user-specific permissions for whispers.
- Fixed an issue where
OBS CurrentScenedidn't always return a scene value. - Fixed an issue where the Streamlabs "Test Subscription" button in the dashboard would always trigger a gifted sub trigger (
OnSLTwitchGiftSub) as opposed to a normal sub trigger (OnSLTwitchSub). - Fixed an issue where whitespace at the beginning of a line messed up trigger/comment parsing
- Minor updates to documentation and settings pages to improve clarity.
Kruiz Control v1.1.1
Home Page | Installation | Documentation | Tutorial | Support Discord
Roadmaps, Translations, and more!
Major Updates
- Added a Trello (Roadmap).
- Setup a repository for documentation translations.
- Created a Patreon to support the development and community support.
NEW
- Streamlabs
NoSyncTriggers - SLOBS Action
SLOBS Scene Source - Misc Action
Error - Misc Action
Log - Default parameters
_unsuccessful_and_successful_to provide connection status for the handlers. - Added SLOBS setup instructions.
Kruiz Control v1.1
Home Page | Installation | Documentation | Tutorial | Support Discord
Multiple Triggers, Global Variable Improved, New Parameter Type
NEW
- Parameter handling
{parameter} vs [parameter] - Channel Point Wildcard Support
OnChannelPoint - OBS Trigger
OnOBSTransitionTo - OBS Action
OBS Current Scene - OBS Action
OBS Scene Source - JS Functions for use in Eval:
escapeRegExp,isNumeric, andincrementVar
FIXES
- Upgraded Global Variables to use IndexedDB for increased storage capacity.
- Fixed an issue where some triggers only supported one set of actions. All triggers should now be usable multiple times.
- Fixed an issue to allow decimal/float input with the
Delayparameter. - Fixed an issue where the channel point message parameter was not properly set to an empty string when no message exists.
Kruiz Control v1.0
Home Page | Installation | Documentation | Tutorial | Support Discord
Initial Full Release!
Kruiz Control Supports
- Twitch Channel Points
- Twitch Chat and Whispers
- Streamlabs Alerts
- StreamElements Alerts
- OBS Scene, Source, and Filter changes
- SLOBS Scene and Source changes
- Playing Audio (mp3, wav, ogg)
- Adding Delays
- Timers (triggering on an interval)
- Sending GET APIs
- Storing and Loading Variables
- Random Actions
- Custom Code Evaluation
- Parameter Parsing