|
| 1 | +--- |
| 2 | +title: Speaker.bot v0.1.5 |
| 3 | +description: Upcoming changes in the next release! |
| 4 | +version: 0.1.5 |
| 5 | +releaseDate: null |
| 6 | +badge: Beta |
| 7 | +--- |
| 8 | + |
| 9 | +### New Features |
| 10 | +::changelog-list{type="new"} |
| 11 | +* Add new option to `Ignore Twitch Shared Chat Messages` |
| 12 | +:: |
| 13 | + |
| 14 | +### Updates |
| 15 | +::changelog-list{type="update"} |
| 16 | +* Add support for `ElevenLabs` **legacy voices** |
| 17 | +* Update some internal libraries |
| 18 | +* Udpate how `Twitch Gift Bombs`/`Gift Subs` are handled internally |
| 19 | +* Update how `Twemoji` handles parsing of emoji, to account for Unicode lengths |
| 20 | +* Move `Twitch Whispers` to `EventSub` |
| 21 | +* Move `Twitch Sub`, `ReSub`, `Gift Sub` and `Community Gifts` (`Gift Bomb`) to `EventSub` |
| 22 | +* Remove some unused events |
| 23 | +* Update 3rd party libraries (Amazon Polly, Google Cloud Text to Speech, Microsoft Cognitive Services) |
| 24 | +:: |
| 25 | + |
| 26 | +### Fixes |
| 27 | +::changelog-list{type="fix"} |
| 28 | +* `VoiceGate` would not un-pause if there was no input level (such as when muting the microphone) |
| 29 | +* Fix handling of `Google` voices that do not support `SSML` |
| 30 | +* Fix potential crash related to `ElevenLabs.io`, errors should be logged now |
| 31 | +* Numerous fixes in `Twitch` libraries |
| 32 | +* Fix `7TV` duplicate message handling |
| 33 | +* Fix handling of emotes in `Twitch Messages` when Unicode emotes exist |
| 34 | +* Fix loading of `Twitch VIP` users on connection for non-affiliate users |
| 35 | +* Fix cleanup when shutting down `Twitch Service` |
| 36 | +:: |
| 37 | + |
| 38 | +## Details |
| 39 | +## Twitch |
| 40 | +Updating to EventSub, and just cleaning up in general, new scopes are required on your account. |
| 41 | +* `user:read:chat` |
| 42 | +* `user:read:whispers` |
| 43 | +* `moderator:read:warnings` |
| 44 | +Moving these events over means there is only one event left being handled by the main `Chat` client, which is messages, and there are two events being handled by `PubSub`, the Community Goal events. |
0 commit comments