Releases: izzy/stream-chat
v0.3.3
v0.3.2
What's Changed
- Fixed emote replacement code in #47
Full Changelog: v0.3.1...v0.3.2
Special thanks to Blitzrigen for reporting and helping test this.
v0.3.1
What's Changed
- Fixed a bug with pronouns not displaying when the user used capital letters in their display name
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Generator: Options use screen space more efficiently now
- Generator: Preview scrolls with the content now
- Generator: Options where rearranged into more logical groups
- Generator: OBS options are now hidden when on a file: URL
- Generator: Some options are now hidden when not applicable
- Generator: Added colour options for announcement and highlights #36
- Debug: Version check is now disabled in debug mode
- Chat: New bubble style option
bubble_border_size
#36 - Chat: New bubble style option
bubble_border_radius
, #36 - Chat: New bubble style option
bubble_color
#36 - Chat: New bubble style option
bubble_border_color
#36 - Chat: New style options
highlight_color
#36 - Chat: New style options
highlight_bg_color
#36 - Chat: New style options
announcement_color
#36 - Chat: New style options
announcement_bg_color
#36 - Bugfix: Username colour(
text_color
) is now applied properly #39 - Bugfix: Generator copy button didn't work in Firefox #42
Special Thanks
Many thanks to synthie_cat and MorhenWolf for their input, help and patience with me for this release!
Full Changelog: v0.2.3...v0.3.0
v0.2.3
- Added a workaround for FFZ emotes not being displayed because of a malformed URL in the Websocket message
Full Changelog: v0.2.2...v0.2.3
v0.2.2
- Fixed a bug with emote sizes not being applied
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Added connection status that shows when the overlay isn't connected to StreamerBot
- Changed the faulty
sb_websocket
Parameter tosb_ws_uri
in the Generator
See #33
Full Changelog: v0.2.0...v0.2.1
Important
If you're updating from an older version and need a custom port/address for your Websocket in Streamer.Bot, make sure to change the sb_websocket
into sb_ws_uri
. Loading from an existing URL in the generator page will automatically replace the parameter with the correct one.
v0.2.0
v0.1.7
The OBS drag-and-drop link won't work with local file:// URLs since it sets the browser source to "Local file" and disables all URL parameters, so we don't show that button on local files anymore.
Also removing the user name background colour selector in the generator for when bubbles aren't enabled, since there the option isn't used.
This also includes a bugfix for the recent changes in the colour overrides when not using bubbles. This previously did not work as intended because the naming of these variable is suboptimal and could be improved upon in a refactor(which will come up with #24 anyway, so we might do some breaking changes in the next version after this release).
Added a better default for word-breaking / hyphenation. Also added some code documentation.
This release does not contain beans.
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Better wording for username color in generator
- Chat now shows all badges #20
- Added option for badges on the left
- Option to make username the colour instead of the background of the username #21
- Added max_message setting #22
- Removed extra space by @lodenrogue in #19
Full Changelog: v0.1.5...v0.1.6