Skip to content

Commit 5030ced

Browse files
authored
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!)
1 parent 398fd0c commit 5030ced

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

stable/TextToTalk/manifest.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[plugin]
22
repository = "https://github.com/karashiiro/TextToTalk.git"
3-
commit = "b05d443c46f3cae64347b887fe0b50857a28b017"
4-
project_path = "src"
3+
commit = "2463196bf32102be17cde4662e09245807c02a43"
4+
project_path = "src/TextToTalk"
55
owners = ["karashiiro"]
66
changelog = """\
7-
- **WebSocket**: Adds `PayloadTemplate` to the message payload (check the README for more details)
7+
- **General**: Creates a new voice preset config instead of erroring when voice presets are corrupted.
8+
- **General**: Adds notifications for WebSocket load errors and no-preset warnings.
9+
- **General**: Adds Google Cloud voice backend (thanks kaxlabs!)
10+
- **General**: Adds OpenAI voice backend (thanks PassiveModding!)
11+
- **VoiceUnlocker**: Fixes VoiceUnlocker path again.
12+
- **WebSocket**: Adds race and body type to the message payload (thanks Cidan!)
813
"""

0 commit comments

Comments
 (0)