Skip to content

Releases: mini-bomba/StreamChatMod

Latest Commit (that compiles)

05 Aug 21:24
9e16302
Compare
Choose a tag to compare

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

05 Jun 23:13
4f3aabf
Compare
Choose a tag to compare

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

04 Jun 21:32
6c2a077
Compare
Choose a tag to compare

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

03 Jun 18:56
21e8322
Compare
Choose a tag to compare

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

31 May 17:41
0395786
Compare
Choose a tag to compare

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

30 May 19:22
b5c0dbd
Compare
Choose a tag to compare

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

29 May 22:33
f988404
Compare
Choose a tag to compare

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

29 May 19:22
2831de7
Compare
Choose a tag to compare

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

06 Apr 17:53
a0fa555
Compare
Choose a tag to compare

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

24 Mar 18:36
9433885
Compare
Choose a tag to compare

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