Skip to content

v2.0.0

Latest

Choose a tag to compare

@bhrevol bhrevol released this 16 Mar 13:58
· 15 commits to main since this release

Breaking Changes

  • Support for Buttplug API v4 added
  • Buttplug API v3 and earlier are no longer supported
  • Command classes now all directly inherit from v4 core commands, legacy vector usage is removed
    • Vorze command class usage has changed, directly instantiating commands with Vorze values should now be done via VorzeCommand.from_speed()/VorzeCommand.from_position_and_speed()/etc methods. See docstrings for details.

What's Changed

Dependency Updates

  • chore(deps): update docs by @renovate[bot] in #381
  • chore(deps): update github artifact actions (major) by @renovate[bot] in #393
  • chore(deps): update dependency sphinx to v9.1.0 by @renovate[bot] in #410

Full Changelog: v1.1.0...v2.0.0