Releases: yewnyx/SubLink
Releases · yewnyx/SubLink
v3.0.3
v3.0.1
- Add missing cluster query param to SE socket
- Update references DLL with new dependency versions
- Update per-platform dependencies
- Fix platforms needing to be optional without crashing
- Fix Twitch API update breaking build
v3.0.0
- Create a Sublink.References library, shared between exe and platforms, thus reducing overhead
- Create per-platform library, allowing modular platform implementation addition/removal
- Create launching executable for the modular platform
- Create per-platform settings files
- Add configurable OSC endpoint IP and port
- Add configurable script file name
- Replace heavy Serilog.Sinks.Discord with Serilog.Sinks.Discord.Lite for less overhead, also fixes conflicting references in SubLink.References ILRepack
v2.2.0
- Add Fansly support
- Add Twitch authentication documentation
- Add an example of an in-script queue
- Add an example animator
- Re-add default parameters to the script
- Add default parameter docs
- Move common items to the common lib
- Fix incorrect docs
v2.2.0-pre
Preview release for v2.2.0, adding Fansly support, improved docs and some fixes.
Please let us know if something breaks. Keeping in mind Fansly is provided as-is.
v2.1.11
v2.1.10
- Fix coding style
- Fix the StreamElements websocket engine version (Server is 2.2.0 according to docs)
- Add reconnection event handlers to log these event types
v2.1.9
- Add StreamPad compat
- Add StreamElements compat
- Add Unity data types to SubLink.cs (Vector2, Vector3, etc)
v2.1.7
v2.1.6
Changelog
- Add support for Kick via new
SubLinkKick.exe
- Move shared code to a common library (embedded in the exe)