Skip to content

Releases: bastianh/streamdeck-vjoy-w4rl0ck

v0.2.3

18 May 15:59
a19f81d
Compare
Choose a tag to compare
Long-Press for the toggle button

v0.2.2

18 May 11:15
06f3378
Compare
Choose a tag to compare
Added State Button action to vJoy plugin

This update introduces a new action called "State Button" to the vJoy Controller Plugin for StreamDeck. The action allows users to toggle between different button states, enhancing interaction and control. The README, manifest, and project files have also been updated correspondingly.

v0.2.1

28 Apr 19:10
7b6b660
Compare
Choose a tag to compare
Update touch button action and plugin version

Changed the button action in AxisDialButtonAction.cs to use the correct _touchButtonId instead of the previous _dialButtonId.
fixes #2

v0.2.0

28 Apr 10:28
ab20d9e
Compare
Choose a tag to compare
Version 0.2.0

Added some image generation to generate default images showing the button id

v0.1.9

20 Apr 10:38
1a9d965
Compare
Choose a tag to compare
new icons

v0.1.8

08 Apr 18:04
c2ddc01
Compare
Choose a tag to compare
Add support for POV sticky feature

Checkbox input types are now properly handled under cases in local.js and sdtools.common.js. Added a new checkbox for a "sticky" feature to PovButtonAction.html and related handling in POVButtonAction.cs. This checks whether users want joystick movement to automatically revert to a neutral position. Updated the version number in manifest.json to deploy these changes.