Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 1.14 KB

Changelog

Next version

Full Changelog

0.2.0 (2020-12-30)

Full Changelog

Improvements

  • Replace DebugOutputPlugin with a Lua script (LuaScript/debug.lua)
  • Twitch: Allow Twitchchannel to be configured (it was assumed that username and channel would be the same)
  • Added TransmitterPlugin and ReceiverPlugin. Allows one instance of Slipstream to forward its events to another instance using a TCP/IP connection. This features SHOULD ONLY be used locally. There is no authentication or encryption of the events.
  • Twitch: Optionally show twitch log
  • TwitchConnected event are now sent when we joined the channel (not just connected to twitch servers)

Bugfixes

  • Auto-create both "Audio" and "Scripts" directories

0.1.0 (2020-12-23)

Full Changelog

Initial version