Skip to content

Releases: mini-bomba/StreamChatMod

Latest Commit (that compiles)

Choose a tag to compare

@github-actions github-actions released this 05 Aug 21:24
9e16302

This automatic prerelease is built from commit 9e16302 and was triggered by @mini-bomba
Github Actions workflow run that built this prerelease

Commit message:
Catch all exceptions in BTTV/FFZ apis

v1.4.0: A bunch of optimizations & some other stuff

Choose a tag to compare

@mini-bomba mini-bomba released this 05 Jun 23:13
4f3aabf

HEY, THIS VERSION IS ALMOST 3 YEARS OLD!

This version is missing many features and might not even work. You likely want to download the rolling "latest" "pre"release instead

I've moved away from point releases. I like the idea of always being on the latest available version. (and that's why I use arch btw)
Making new releases is a chore, and the latest version usually just works™

The release notes, before the edit

This release:

  • adds a message & an outline to the chat input box when "forward-to-twitch" mode is enabled
  • moves a bunch of time-expensive stuff to threads, making the mod not freeze the game while, for example, starting / stopping twitch chat
  • moves Twitch event handlers to runnables scheduled via the minecraft scheduler onto the main thread, fixing the kinda bad way of preventing crashes on very active chats & removing sound cooldowns
  • adds a /twitch revoketoken command to quickly invalidate your token if you happen to leak it

v1.3.2: Crash fixes on invalid token

Choose a tag to compare

@mini-bomba mini-bomba released this 04 Jun 21:32
6c2a077

This release fixes crashes caused by invalid Twitch tokens in configs, reported in #1 by @EnduuS
Also adds some aliases to /twitch enable & /twitch disable

v1.3.1: Update checker & bugfixes

Choose a tag to compare

@mini-bomba mini-bomba released this 03 Jun 18:56
21e8322

This release adds an update checker to notify you of new mod releases & fixes the /twitch mode setting not being saved after restart.

v1.3.0: Sent Minecraft message redirection

Choose a tag to compare

@mini-bomba mini-bomba released this 31 May 17:41
0395786

This release adds a new option to redirect all sent messages to Twitch chat instead of the Minecraft server. Any message starting with / will never be automatically redirected. This feature is inspired by Hypixel /chat commands used to select default chat channel.
Also some crashes were fixed.

v1.2.2: Added status message on login

Choose a tag to compare

@mini-bomba mini-bomba released this 30 May 19:22
b5c0dbd

This release adds a new status message show when loading a world/joining a server. It contains the count of channels joined & currently selected channel.

v1.2.1: Added volume control for sound notifications

Choose a tag to compare

@mini-bomba mini-bomba released this 29 May 22:33
f988404

This update adds new settings for changing volume of sound effects added in v1.2

v1.2: New follower events, sounds for new messages & moderator commands

Choose a tag to compare

@mini-bomba mini-bomba released this 29 May 19:22
2831de7

This release adds sounds for new messages & new followers, allows for displaying new followers (a little delayed, but it works) and adds moderator commands.

Note: If you want to use the new moderator commands, you must generate a new token, as the mod now requires more permissions.

v1.1: Automatic token saving & making the mod actually load

Choose a tag to compare

@mini-bomba mini-bomba released this 06 Apr 17:53
a0fa555

This version makes the mod start up a small HTTP server whenever a token is being generated, to automatically grab & save it in the configs, making this mod easier to set up.
Another change... is making the mod actually work and not throw an error about dependencies....

First release

Choose a tag to compare

@mini-bomba mini-bomba released this 24 Mar 18:36
9433885

This release only includes Twitch chat support, Youtube will be added in later releases. Youtube support is cancelled