Skip to content

Commit

Permalink
TextToTalk v1.30.0 (#3580)
Browse files Browse the repository at this point in the history
* 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!)
  • Loading branch information
karashiiro authored Jun 3, 2024
1 parent 398fd0c commit 5030ced
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions stable/TextToTalk/manifest.toml
Original file line number Diff line number Diff line change
@@ -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!)
"""

0 comments on commit 5030ced

Please sign in to comment.