Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Version 3.2.15

Compare
Choose a tag to compare
@Ryochan7 Ryochan7 released this 23 Sep 19:41
· 228 commits to master since this release

Optimize HidLibrary, removed AnyCPU library from deps

.NET Runtime x64
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.16-windows-x64-installer
.NET Runtime x86
https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.16-windows-x86-installer

  • Show blank panel for DS3 in registration window
  • Check for vendor-defined HID devices based on HID Capabilities instead of description. Contribution by Kanuan
  • Changed props in HidDeviceCapabilities class to be full properties
  • Changed HidDeviceAttributes class to use full properties
  • Changed auto props in HidDevice to use full properties
  • Have Launch Program Special Action try to de-elevate when launching a program
  • Removed Nefarius.Utilities.DeviceManagement AnyCPU library dependency. Do virtual device check in program code instead