Skip to content

Releases: izzy/stream-chat

v0.3.3

22 Apr 16:01
a508d6b
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: any pronouns break add_message by @izzy in #50

Full Changelog: v0.3.2...v0.3.3

v0.3.2

11 May 00:07
Compare
Choose a tag to compare

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

08 May 17:38
Compare
Choose a tag to compare

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

04 Apr 16:21
c3f32cb
Compare
Choose a tag to compare

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

26 Mar 17:03
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • 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

18 Mar 15:22
Compare
Choose a tag to compare
  • Fixed a bug with emote sizes not being applied

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Feb 01:35
c0c7439
Compare
Choose a tag to compare

What's Changed

  • Added connection status that shows when the overlay isn't connected to StreamerBot
  • Changed the faulty sb_websocket Parameter to sb_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

09 Jan 02:39
e7f4028
Compare
Choose a tag to compare

What's Changed

  • Bugfix for missing Twitch announcements
  • Updated documentation
  • Refactor/message format by @izzy in #30
  • Added update notifications by @izzy in #31
  • Create CODE_OF_CONDUCT.md by @izzy in #27
  • Added CodeQL scanner action by @izzy in #28

Full Changelog: v0.1.7...v0.2.0

v0.1.7

12 Jul 22:43
Compare
Choose a tag to compare

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

09 Jul 20:05
Compare
Choose a tag to compare

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