So nice to finally be able to have release notes that aren’t tweets!
Buttplug C# v1.0.2
Really simple fix here, but it was stopping the logging system from working at all in some cases, so very important.
- #44: Log Handler now held for the lifetime of the process, meaning it will no longer throw an error when the GC sees the only reference is possibly held by a bare pointer in a native library. Isn’t FFI fun?
Buttplug JS v1.0.1
Even simpler:
- #43: Forgot to include protobufjs as a dependency (was a devdep), meaning typescript would cry when trying to resolve types
That’s it. That’s the change list.