Releases: mini-bomba/StreamChatMod
Latest Commit (that compiles)
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
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
v1.3.1: Update checker & bugfixes
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
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
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
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
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
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
This release only includes Twitch chat support, Youtube will be added in later releases. Youtube support is cancelled