|
| 1 | +--- |
| 2 | +title: Speaker.bot v0.1.6 |
| 3 | +description: next version |
| 4 | +version: 0.1.6 |
| 5 | +releaseDate: null |
| 6 | +badge: Beta |
| 7 | +--- |
| 8 | + |
| 9 | +### New Features |
| 10 | +::changelog-list{type="new"} |
| 11 | +* Start using 2 `Twitch EventSub` events, that deal with business based logic for subscriptions to keep internal subscription data current while connected |
| 12 | +* Add support for `7TV Zero Width` emotes |
| 13 | +* Add support for `Chat Message` events from `Twitch EventSub` |
| 14 | +* Move `Twitch Chat Messages` and `Cheers` to use `Twitch EventSub` |
| 15 | +* Disable `Twitch Chat Client` |
| 16 | +* Add setting to change built-in `!tts` command |
| 17 | +:: |
| 18 | + |
| 19 | +### Updates |
| 20 | +::changelog-list{type="update"} |
| 21 | +* Tweaks to `Twitch EventSub` Connection, and handling for connections going stale or dying |
| 22 | +* Tweak timeout values for obtaining refresh tokens |
| 23 | +* Tweaks to `Twitch EventSub` subscriptions |
| 24 | +* General tweaks to some replacement data |
| 25 | +* Tweaks to `ElevenLabs` voice loading, better handling of model data |
| 26 | +* General cleanup |
| 27 | +* Update `tts.monster` to support `Custom Voices` |
| 28 | +* Better handling of `Twitch Shared Chat` events |
| 29 | +* Better display of available `Events`, now showing in a nested hiearchy |
| 30 | +* Update display of `Event` names |
| 31 | +* Update libraries |
| 32 | +:: |
| 33 | + |
| 34 | +### Fixes |
| 35 | +::changelog-list{type="fix"} |
| 36 | +* Fix potential crash in `Streamlabs Client`, when an event has no data |
| 37 | +* Fix potential crash in `Twitch Service` when retrieving `Cheermotes` and `User Emotes` |
| 38 | +* Fix `Twitch Resub` event not speaking correctly or at all |
| 39 | +:: |
| 40 | + |
| 41 | +## Details |
| 42 | +### Twitch |
| 43 | +There were a few issues when handling `Twitch Resubscription` events, related to parsing the `EventSub` data that I missed, these have been fxied and tested, and work preoprly now |
| 44 | + |
| 45 | +`Chat Messages` no longer come from the `Chat Client`, they now come from `EventSub`, this means that all events for **Speaker.bot** for Twitch come from the EventSub connection now. |
0 commit comments