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!) """