From 5030ced1e55801e5bc56185995958009fc06fed8 Mon Sep 17 00:00:00 2001 From: Kara <49822414+karashiiro@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:57:56 -0700 Subject: [PATCH] TextToTalk v1.30.0 (#3580) * TextToTalk v1.29.3 - **General**: Creates a new voice preset config instead of erroring when voice presets are corrupted. - **General**: Adds notifications for WebSocket load errors and no-preset warnings. - **VoiceUnlocker**: Fixes VoiceUnlocker path again. * Update target project path * Update target project path * TextToTalk v1.30.0 - **General**: Creates a new voice preset config instead of erroring when voice presets are corrupted. - **General**: Adds notifications for WebSocket load errors and no-preset warnings. - **General**: Adds Google Cloud voice backend (thanks kaxlabs!) - **General**: Adds OpenAI voice backend (thanks PassiveModding!) - **VoiceUnlocker**: Fixes VoiceUnlocker path again. - **WebSocket**: Adds race and body type to the message payload (thanks Cidan!) --- stable/TextToTalk/manifest.toml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/stable/TextToTalk/manifest.toml b/stable/TextToTalk/manifest.toml index 9528c9444b..41b9b36fc8 100644 --- a/stable/TextToTalk/manifest.toml +++ b/stable/TextToTalk/manifest.toml @@ -1,8 +1,13 @@ [plugin] repository = "https://github.com/karashiiro/TextToTalk.git" -commit = "b05d443c46f3cae64347b887fe0b50857a28b017" -project_path = "src" +commit = "2463196bf32102be17cde4662e09245807c02a43" +project_path = "src/TextToTalk" owners = ["karashiiro"] changelog = """\ -- **WebSocket**: Adds `PayloadTemplate` to the message payload (check the README for more details) +- **General**: Creates a new voice preset config instead of erroring when voice presets are corrupted. +- **General**: Adds notifications for WebSocket load errors and no-preset warnings. +- **General**: Adds Google Cloud voice backend (thanks kaxlabs!) +- **General**: Adds OpenAI voice backend (thanks PassiveModding!) +- **VoiceUnlocker**: Fixes VoiceUnlocker path again. +- **WebSocket**: Adds race and body type to the message payload (thanks Cidan!) """