-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: Speaker.bot v0.1.5 | ||
description: Upcoming changes in the next release! | ||
version: 0.1.5 | ||
releaseDate: null | ||
badge: Beta | ||
--- | ||
|
||
### New Features | ||
::changelog-list{type="new"} | ||
* Add new option to `Ignore Twitch Shared Chat Messages` | ||
:: | ||
|
||
### Updates | ||
::changelog-list{type="update"} | ||
* Add support for `ElevenLabs` **legacy voices** | ||
* Update some internal libraries | ||
* Udpate how `Twitch Gift Bombs`/`Gift Subs` are handled internally | ||
* Update how `Twemoji` handles parsing of emoji, to account for Unicode lengths | ||
* Move `Twitch Whispers` to `EventSub` | ||
* Move `Twitch Sub`, `ReSub`, `Gift Sub` and `Community Gifts` (`Gift Bomb`) to `EventSub` | ||
* Remove some unused events | ||
* Update 3rd party libraries (Amazon Polly, Google Cloud Text to Speech, Microsoft Cognitive Services) | ||
:: | ||
|
||
### Fixes | ||
::changelog-list{type="fix"} | ||
* `VoiceGate` would not un-pause if there was no input level (such as when muting the microphone) | ||
* Fix handling of `Google` voices that do not support `SSML` | ||
* Fix potential crash related to `ElevenLabs.io`, errors should be logged now | ||
* Numerous fixes in `Twitch` libraries | ||
* Fix `7TV` duplicate message handling | ||
* Fix handling of emotes in `Twitch Messages` when Unicode emotes exist | ||
* Fix loading of `Twitch VIP` users on connection for non-affiliate users | ||
* Fix cleanup when shutting down `Twitch Service` | ||
:: | ||
|
||
## Details | ||
## Twitch | ||
Updating to EventSub, and just cleaning up in general, new scopes are required on your account. | ||
* `user:read:chat` | ||
* `user:read:whispers` | ||
* `moderator:read:warnings` | ||
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. |