Skip to content

Releases: yewnyx/SubLink

v3.0.3

31 Oct 21:42
db7be44
Compare
Choose a tag to compare
  • Update dependencies to solve vulnerabilities and compatibility
  • Fix late event subscriptions on the socket

v3.0.1

09 Jul 06:39
d4dba65
Compare
Choose a tag to compare
  • 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

04 Mar 15:53
fd09de3
Compare
Choose a tag to compare
  • 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

29 Dec 13:27
858ecd1
Compare
Choose a tag to compare
  • 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

04 Dec 16:06
80a1d6a
Compare
Choose a tag to compare
v2.2.0-pre Pre-release
Pre-release

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

29 Nov 21:11
83b1b03
Compare
Choose a tag to compare

Fixes an issue with initial config generation causing issue #8

v2.1.10

08 Nov 16:06
500e266
Compare
Choose a tag to compare
  • 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

08 Nov 12:35
132699f
Compare
Choose a tag to compare
  • Add StreamPad compat
  • Add StreamElements compat
  • Add Unity data types to SubLink.cs (Vector2, Vector3, etc)

v2.1.7

15 Oct 02:34
Compare
Choose a tag to compare

Changelog

  • OSCQuery support
  • More modularizing

v2.1.6

02 Oct 22:18
19e0df0
Compare
Choose a tag to compare

Changelog

  • Add support for Kick via new SubLinkKick.exe
  • Move shared code to a common library (embedded in the exe)