Skip to content

Commit 6b2a618

Browse files
authored
Update SimpleTriggers v1.0.0.2 (#8153)
SimpleTriggers v1.0.2
1 parent a7eaed7 commit 6b2a618

2 files changed

Lines changed: 8 additions & 35 deletions

File tree

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,10 @@
11
[plugin]
22
repository = "https://github.com/Brolijah/SimpleTriggers.git"
3-
commit = "6e718dfd22d1c9ea392ce92765ba9d579d33289f"
3+
commit = "626956126da3d062d839c04ad04e9df66df3c20b"
44
owners = ["Brolijah"]
55
project_path = "SimpleTriggers"
66
changelog = """
7-
Migrate to stable! 🎉
8-
### About
9-
This plugin aims to provide a simple means of creating in-game triggers to chat messages.
10-
Responses can be done in one of the below methods or any combination of the three:
11-
* Chat Message
12-
* In-Game SFX
13-
* Text-to-Speech
14-
* Kokoro
15-
* Windows System
16-
17-
* Commands:
18-
* `/simpletriggers` or `/strig` and the optional arguments:
19-
* `enable`/`on` or `disable`/`off` to activate or deactivate the whole trigger system.
20-
* `toggle` flips the trigger system to active or inactive (same as above but as a 1-command toggle)
21-
* `stop` will stop the current audio playback and any queued streams in waiting.
22-
* `speak <phrase>` will read aloud the requested phrase using your configured TTS.
23-
* Shorter versions of the above:
24-
* `/sttoggle`
25-
* `/ststop`
26-
* `/stspeak <phrase>`
27-
28-
### Changes from Testing
29-
* Audio settings have been grouped into their own collapsing header
30-
* Added a checkbox for users to choose if they want TTS streams to overlap (default) vs play in sequence
31-
* Added a "stop playback" button to the settings aka "I am suffering from the consequences of my actions" button.
32-
* Removed random questions marks on a bunch of UI labels
33-
* Some new commands for toggling triggers `/sttoggle` and stopping TTS playback `/ststop`
7+
* UI Fix for DirectSound device enumeration under Windows.
8+
* Fixes to WinSpeech when multiple messages were queued at once.
9+
* TTS messages are now ensured FIFO through the audio player. Fixes a race condition where one message could finish rendering first and play before a prior, longer message.
3410
"""
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[plugin]
22
repository = "https://github.com/Brolijah/SimpleTriggers.git"
3-
commit = "6e718dfd22d1c9ea392ce92765ba9d579d33289f"
3+
commit = "626956126da3d062d839c04ad04e9df66df3c20b"
44
owners = ["Brolijah"]
55
project_path = "SimpleTriggers"
66
changelog = """
7-
Migrate to stable! 🎉
8-
* Audio settings have been grouped into their own collapsing header
9-
* Added a checkbox for users to choose if they want TTS streams to overlap (default) vs play in sequence
10-
* Added a "stop playback" button to the settings aka "I am suffering from the consequences of my actions" button.
11-
* Removed random questions marks on a bunch of UI labels
12-
* Some new commands for toggling triggers `/sttoggle` and stopping TTS playback `/ststop`
7+
* UI Fix for DirectSound device enumeration under Windows.
8+
* Fixes to WinSpeech when multiple messages were queued at once.
9+
* TTS messages are now ensured FIFO through the audio player. Fixes a race condition where one message could finish rendering first and play before a prior, longer message.
1310
"""

0 commit comments

Comments
 (0)