Releases: evilC/IOWrapper
Releases · evilC/IOWrapper
v0.11.3
Added
- Added Core ESP8266 provider
Fixed
- [DS4WindowsApi Provider] Target DS4WindowsApi v0.0.2
Fixes NullRef if exiting UCR while ViGEm DS4 is being emulated - [Interception Provider] Mouse Wheel Up / Down / Left / Right subscriptions fire correct subscription with correct value
A binding to Wheel Up was firing +1 on wheel up but also -1 on wheel down - [Interception Provider] Mouse Buttons now correctly labelled (Path for Buttons was "Event: ..." and path for events was "Button: ...")
v0.11.2
v0.11.1
Added
- [Tobii Provider] If IsLive is false, now reports reason in ErrorMessage
- [SpaceMouse provider] IsLive is always true, as HID is always present
- [MIDI provider] IsLive is always true, as MIDI is always present
- [TitanOne Provider] IsLive now reflects connected status of device
- [TitanOne Provider] Reports 0 devices if IsLive is false
- [vJoy Provider] IsLive now reflects whether driver is installed
- [Interception Provider] IsLive is false if no devices are found, assumes driver is not installed
v0.11.0
v0.10.11
v0.10.8
Changed
- [XInput Provider] Only show Xinput devices in ProviderReport that are currently connected
- [DS4WindowsApi Provider] Only show DS4 devices in ProviderReport that are currently connected
- [SpaceMouse Provider] Only show SpaceMouse devices in ProviderReport that are currently connected
v0.10.7
0.10.7 - 2019-12-12
Changed
- [Interception Provider] Blockable property of BindingDescriptor now indicates if input is blockable or not
This is controlled by whether BlockingEnabled in the settings file is true or not
Removed
- [Interception Provider] BlockingControlledByUi setting removed
v0.10.6
v0.10.5
Changed
- [Interception Provider] Polling now uses Multimedia Timer, allowing poll rates down to 1ms. Controlled via Settings.xml
- [Interception Provider] (Dev Option) Allowing selecting block via UI is controlled via Settings.xml
- [Interception Provider] (Tester Option) Allowing selecting threaded or non-threaded pass-through of stroke is controlled via Settings.xml
- [Interception Provider] Keyboard now supports per-mapping blocking (Block one button, but not another)
Per Input Blocking PRE-RELEASE
Changed
- [DirectInput Provider] Fix #31 - Axis values are no longer inverted
- [Interception Provider] Mouse now supports per-mapping blocking (Block one button, but not another)