Skip to content

Commit

Permalink
Add Speaker.bot 0.1.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nate1280 authored Nov 29, 2024
1 parent 6d2c981 commit c66fcbf
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions speakerbot/3.changelogs/v0.1.5.md
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.

0 comments on commit c66fcbf

Please sign in to comment.