This version is a small rework to the app after a fairly long time from the last release:
- update the project to target .NET 6, and update all of its dependencies
- remove the Host feature, since it is no longer supported by Twitch (https://help.twitch.tv/s/article/how-to-use-host-mode?language=en_US#faq)
- rework the Emotes feature - now, it is more general and centered around chat messages in general, it is also much more customizable now (allows different signals for different chat message triggers, for example, commands or emotes)
- fix an issue that caused an error when saving/loading user settings (settings should now work correctly)
x64-framework-dependent.zip - this 64-bit version of the application requires you to install the .NET 6 runtimes. To do so, go over to Readme and follow the instructions there.
x86-framework-dependent.zip - same as above, but 32-bit version.
x64-self-contained.zip - 64-bit self-contained app - while it's much bigger, it does not require the .NET 6 runtimes. It is recommended you install this version so that you don't have to install any additional dependencies
x86-self-contained.zip - same as above, but 32-bit version.