Skip to content

Releases: blackspherefollower/buttplug4j

3.1.180

27 Apr 07:52

Choose a tag to compare

For Gradle:

dependencies {
    implementation 'io.github.blackspherefollower:buttplug4j.connectors.jetty.websocket.client:3.1.180'
}

For Maven:

<dependencies>
    <dependency>
        <groupId>io.github.blackspherefollower</groupId>
        <artifactId>buttplug4j.connectors.jetty.websocket.client</artifactId>
        <version>3.1.180</version>
    </dependency>
</dependencies>

Changelog:

Notable Bugfixes:

  • Fixed RotateCmd

Notable New Stuff:

  • A helper package for finding Intiface instances advertising with mDNS (experimental)
  • @Fyustorm added support for reading sensors with an explicit wrapper for battery levels

3.1 (Now with better backwards compatibility)

23 Aug 08:15

Choose a tag to compare

The main changes here are that the transport layer has been separated from the client, so that Java 8 websocket clients can be used instead of the Java 11 javax websocket client/server: just import the connector you need and Maven/Gradle should work the rest out.

Additionally, the Error object now supports carrying exceptions thrown internally for much better debugging.

First public release

19 Mar 00:21

Choose a tag to compare

The interface is looking about right to me.
It needs more tests and doc, but perfect is the enemy of done and I want feedback sooner rather than later