Skip to content

v2.1.2

Compare
Choose a tag to compare
@I5UCC I5UCC released this 06 Mar 23:22
· 16 commits to main since this release
3327eec

v2.1.2

  • switched to the mode "always" by default. It will now behave like pre v2 by default to keep compatibility.
  • fix a bunch of configurator issues for xinput parameters
  • fix configurator issue for float parameters that didn't let you change the floating value.
  • Added a first launch message, this only pops up once.

v2.1.1

  • Clear VRChats OSC cache on first startup.
  • Clean up some dependencies.
  • Add to controllertype when both a SteamVR controller and an XInput controller are connected.
    • So Index+Xinput will send a value of 11 and Quest+Xinput a value of 12

v2.1.0

  • Use pyglet backend for xinput controller by @qbitzvr in #15
    • Fixes blocking code / High CPU usage

v2.1.0b1

  • XInput Controller OSC by @qbitzvr in #12
  • Fix an error related to non existent arguments
  • Added parameters:
Parameter Type
XInputAButton bool
XInputBButton bool
XInputXButton bool
XInputYButton bool
XInputLeftThumbstick bool
XInputRightThumbstick bool
XInputLeftBumper bool
XInputRightBumper bool
XInputBackButton bool
XInputStartButton bool
XInputLeftDPad bool
XInputRightDPad bool
XInputUpDPad bool
XInputDownDPad bool
XInputLeftTrigger float
XInputRightTrigger float
XInputLeftStickMoved bool
XInputRightStickMoved bool
XInputDPadMoved bool

Full Changelog: v2.0.0b2...v2.1.2 v2.1.1...v2.1.2