Skip to content

Version 0.59

Nathan edited this page Jul 25, 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

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.

void ResetCredits();
void ResetFirstWords();

Clone this wiki locally