Skip to content

Releases: Kruiser8/Kruiz-Control

Kruiz Control v2.0.6

07 Sep 03:23
fdac1e5
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Quality of Life Updates

New

  • SETTING: variable/autoload.txt. Allows users to configure variables (including global variables) to automatically load in all events.
  • Inputs are now allowed to be multi-line.
  • Twitch AdSchedule to retrieve upcoming scheduled ad, snooze, and pre-roll related information.

Fixes

Kruiz Control v2.0.5

24 Jul 04:49
80a44c2
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

OBS and Twitch updates!

THIS UPDATE REQUIRES RE-AUTHENTICATING TWITCH SETTINGS
Follow the Twitch Settings instructions under the Code header.

New

Fixes

  • Fixed an issue where special characters caused parameter manipulation to enter an infinite loop or fail. (Thanks, VictoryPointGaming)
  • Updated all [True/False] notes in the documentation to [true/false] to match what needs to be checked.

Kruiz Control v2.0.4

05 Nov 20:35
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Minor List and Twitch Update!

New

Fixes

Kruiz Control v2.0.3

09 Sep 02:34
0764e47
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Twitch Hype Chats and Twitch Auth fixes!

New

Fixes

  • Twitch authentication token will refresh if it expires without requiring a Reset
  • Remove deprecated documentation example from Discord Send.

Kruiz Control v2.0.2

02 Aug 01:51
ad3d41e
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Minor Twitch fixes and OBS reordering!

New

  • OBS Order action for reordering OBS sources within a list.

Fixes

Kruiz Control v2.0.1

19 Jul 02:30
a7aa90e
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Twitch fixes and improvements!

New

Fixes

Kruiz Control v2.0.0

03 Jul 12:40
e6db944
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Super Twitchy and Voicemod Support

Release Video

NEW TWITCH SETTINGS
This update adds a new Twitch integration to take advantage of the Twitch EventSub and APIs! Please see the settings page for more information on getting started.

Breaking Changes

The OnCommand and OnKeyword permission set was updated.

  • f - Follower (previously f was used for Founder)
  • o - Founder

THE FOLLOWING TRIGGERS ARE RENAMED AND HAVE UPDATED PARAMETERS:

THE FOLLOWING TRIGGERS ARE DEPRECATED (no longer supported):

  • OnHypeTrainCooldownExpired

Changelog

New

Fixes

  • Removed old OnSECommunityGiftSub documentation. (Thanks, Johnnycyan)
  • Removed old OBS Websocket info from documentation. (Thanks, Penwywern)

Kruiz Control v1.6.2

14 Nov 02:50
56439a4
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

More OBS Source control, TTS options, and fixes!

New

  • OBS Flip for horizontally or vertically flipping a source.
  • OBS Rotate for rotating a source.
  • OBS Stats for retrieving OBS stream statistics.
  • TTS now supports pitch and rate inputs for modifying the voice.
  • Added a log statement when KC initializes that logs the current version.
  • Added a log statement when connecting to OBS that logs the OBS Websocket version.

Fixes

  • Fixed KC failing to load when a file in fileTriggers.txt cannot be read.

Kruiz Control v1.6.1

05 Oct 02:40
3b93b1c
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Making Groups easier in OBS Websocket v5!

  • Upgraded OBS triggers and actions that treat groups like scenes to support using the scene name instead.

Fixes

Notes

  • OnOBSSourceVisibility no longer supports putting the group as the <scene> if listening for a source within a group.

Kruiz Control v1.6.0

07 Sep 13:08
7ae1977
Compare
Choose a tag to compare

Home Page | Installation | Documentation | Tutorial | Patreon | Support Discord

Upgrade to OBS Websocket v5!

This release includes an upgrade to OBS Websocket v5 (included by default in OBS v28).

  • Upgraded all OBS triggers and actions to the OBS Websocket v5 protocol.

NOTES

  • The default OBS address.txt setting should be set to ws://127.0.0.1:4455.
  • OBS Media Duration only works if the source is active (playing, paused, etc.)
  • OBS TakeSourceScreenshot creates the screenshot based on the file extension passed in.
  • OnOBSTransitionTo uses a new technique to determine the from_scene and to_scene data since that isn't provided by OBS anymore.
  • OBS Source can no longer be used to change the visibility of sources that are in a group/folder.