tag:github.com,2008:https://github.com/mini-bomba/StreamChatMod/releasesRelease notes from StreamChatMod2023-11-13T20:56:52Ztag:github.com,2008:Repository/351182559/latest2024-11-28T13:30:18ZLatest Commit (that compiles)<p>This automatic prerelease is built from commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mini-bomba/StreamChatMod/commit/9e16302eb3309cc36a195570cb8cfa1ce1a00c40/hovercard" href="https://github.com/mini-bomba/StreamChatMod/commit/9e16302eb3309cc36a195570cb8cfa1ce1a00c40"><tt>9e16302</tt></a> and was triggered by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mini-bomba/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mini-bomba">@mini-bomba</a><br>
<a href="https://github.com/mini-bomba/StreamChatMod/actions/runs/6855659617">Github Actions workflow run that built this prerelease</a></p>
<p>Commit message:<br>
Catch all exceptions in BTTV/FFZ apis</p>github-actions[bot]tag:github.com,2008:Repository/351182559/v1.4.02024-11-28T13:30:05Zv1.4.0: A bunch of optimizations & some other stuff<h2>HEY, THIS VERSION IS ALMOST 3 YEARS OLD!</h2>
<h3>This version is missing many features and might not even work. You likely want to download the <a href="https://github.com/mini-bomba/StreamChatMod/releases">rolling "latest" "pre"release</a> instead</h3>
<p>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)<br>
Making new releases is a chore, and the latest version usually just works™</p>
<details>
<summary>The release notes, before the edit</summary>
<p>This release:</p>
<ul>
<li>adds a message & an outline to the chat input box when "forward-to-twitch" mode is enabled</li>
<li>moves a bunch of time-expensive stuff to threads, making the mod not freeze the game while, for example, starting / stopping twitch chat</li>
<li>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</li>
<li>adds a <code>/twitch revoketoken</code> command to quickly invalidate your token if you happen to leak it</li>
</ul>
</details>mini-bombatag:github.com,2008:Repository/351182559/v1.3.22021-06-04T21:33:02Zv1.3.2: Crash fixes on invalid token<p>This release fixes crashes caused by invalid Twitch tokens in configs, reported in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="911784612" data-permission-text="Title is private" data-url="https://github.com/mini-bomba/StreamChatMod/issues/1" data-hovercard-type="issue" data-hovercard-url="/mini-bomba/StreamChatMod/issues/1/hovercard" href="https://github.com/mini-bomba/StreamChatMod/issues/1">#1</a> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/EnduuS/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/EnduuS">@EnduuS</a><br>
Also adds some aliases to /twitch enable & /twitch disable</p>mini-bombatag:github.com,2008:Repository/351182559/v1.3.12021-06-03T18:56:48Zv1.3.1: Update checker & bugfixes<p>This release adds an update checker to notify you of new mod releases & fixes the /twitch mode setting not being saved after restart.</p>mini-bombatag:github.com,2008:Repository/351182559/v1.3.02021-05-31T17:42:45Zv1.3.0: Sent Minecraft message redirection <p>This release adds a new option to redirect all sent messages to Twitch chat instead of the Minecraft server. Any message starting with <code>/</code> will never be automatically redirected. This feature is inspired by Hypixel <code>/chat</code> commands used to select default chat channel.<br>
Also some crashes were fixed.</p>mini-bombatag:github.com,2008:Repository/351182559/v1.2.22021-05-30T19:22:17Zv1.2.2: Added status message on login<p>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.</p>mini-bombatag:github.com,2008:Repository/351182559/v1.2.12021-05-29T22:33:28Zv1.2.1: Added volume control for sound notifications<p>This update adds new settings for changing volume of sound effects added in v1.2</p>mini-bombatag:github.com,2008:Repository/351182559/v1.22021-05-29T19:14:29Zv1.2<p>Bump version to 1.2</p>mini-bombatag:github.com,2008:Repository/351182559/v1.2-hotfix2021-05-29T20:22:15Zv1.2: New follower events, sounds for new messages & moderator commands<p>This release adds sounds for new messages & new followers, allows for displaying new followers (a little delayed, but it works) and adds moderator commands.</p>
<p><strong>Note: If you want to use the new moderator commands, you must generate a new token, as the mod now requires more permissions.</strong></p>mini-bombatag:github.com,2008:Repository/351182559/v1.12021-04-06T17:53:53Zv1.1: Automatic token saving & making the mod actually load<p>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.<br>
Another change... is making the mod actually work and not throw an error about dependencies....</p>mini-bomba