Skip to content

Release v0.9.0 Alpha

Latest
Compare
Choose a tag to compare
@Snoothy Snoothy released this 02 Jan 16:41
· 9 commits to master since this release

[0.9.0] - 2020-01-02

Added

  • Added Shadow devices
  • Added option to clear bindings
  • Added Filters for plugins
  • Button to Filter: Allows toggling of a filter using a button
  • Axis to Filter: Allows toggling of a filter using an axis
  • Added device cache allowing configuration of disconnected devices
  • Added per input blocking for supported providers
  • Provider Report now contains ErrorMessage property. If the provider is not live, this should contain a string indicating why
  • [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

Fixed

  • Child profiles now properly inherit all parent devices. Fixes crash on activating profile
  • IOWrapper device list is now refreshed every time devices are queried

Changed

  • Updated to IOWrapper v0.11.2
  • [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
  • [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
  • [Tobii Provider] IsLive now reflects state of driver
  • [Tobii Provider] Only show Tobii devices in ProviderReport that are currently connected
  • [ViGEm Provider] Do not show devices if Bus Driver not installed

Removed

  • [Interception Provider] BlockingControlledByUi setting removed