Skip to content

Releases: Valkryst/VController

2023.10.26

26 Oct 18:23
Compare
Choose a tag to compare

Updated HotSwapPoller.start() to not immediately poll for controllers. This has two benefits:

  1. Calls to start() do not need to be wrapped in a try-catch block.
  2. All controllers will trigger HotSwapListener.controllerAdded(Controller) on the first poll after start() has been called.

2023.10.24-fix

24 Oct 15:01
Compare
Choose a tag to compare
  • Fixed an issue in 2023.10.24 where the maven-compiler-plugin was still using Java 21.
  • Lowered the minimum required Java version from 21 to 11.

2023.9.27

27 Sep 16:44
Compare
Choose a tag to compare
  • Added support for hot-swap detection.

2023.9.26

27 Sep 01:52
Compare
Choose a tag to compare

This is a complete rewrite of the codebase.

0.1.4-BETA

10 Oct 11:46
Compare
Choose a tag to compare
0.1.4-BETA Pre-release
Pre-release
  • Adds the getSupportedButtonTypes function to the ControllerPreset & Logitech classes.

0.1.3-BETA

04 Oct 18:25
Compare
Choose a tag to compare
0.1.3-BETA Pre-release
Pre-release
  • Fixes issue where new W10 cases weren't added to the analog stick function.

0.1.2-BETA

04 Oct 18:17
Compare
Choose a tag to compare
0.1.2-BETA Pre-release
Pre-release
  • Adds additional control cases, for the Logitech RumblePad 2 USB controller, as they appear on Windows 10.

0.1.1-BETA

04 Oct 18:09
Compare
Choose a tag to compare
0.1.1-BETA Pre-release
Pre-release
  • Adds alternate name for Logitech RumblePad 2 USB controller to the ControllerHelper class.
  • Increases default poll delay from 16ms to 64ms.

0.1-BETA

03 Oct 17:56
Compare
Choose a tag to compare
0.1-BETA Pre-release
Pre-release
Updates version.