Skip to content

Version 0.59

Nathan edited this page Jul 28, 2021 · 11 revisions

Jump to New Features

  • Add new HTTP Get method to reset FirstWords cache
  • Add new methods to Execute C# to reset Credits and FirstWords
  • Remove broadcaster account from top channel point users in GetCredits
  • Fix the test button for cheer events, anon toggle will actually work now
  • Fix a potential crash when anon events come through that can trigger first words
  • Add a new anonymous argument for cheer, gift sub and gift bombs
  • Fix CPH.Wait(int), underlying code was incorrect and crashing silently
  • Fix CPH.PauseReward, CPH.UnPauseReward and the sub-action for this, was calling enable not pause
  • Update commands, specifically Starts With, it now adds a space when it checks, so it treats it like an argument based, instead of !test matching both !test and !test123

New Features

HTTP Server

I've added a new GET method, ClearFirstWordsCache, this will reset your first words cache

Execute C# Code

I've gone ahead and added 2 new methods to the C# code that will let you reset the credits and the first words cache.

Also added 2 more methods to hide filters on source/scenes, to mirror the sub-action that exists for these.

void ResetCredits();
void ResetFirstWords();
void ObsHideSourcesFilters(string scene, string source, int connection = 0);
void ObsHideScenesFilters(string scene, int connection = 0);

Clone this wiki locally