Releases: ShadowBlip/InputPlumber
Releases · ShadowBlip/InputPlumber
v0.22.0
0.22.0 (2024-05-24)
Bug Fixes
- CompositeDevice: resolve deadlock issues with switching profiles (8f569d2)
- Mount Matrix: Update mount matrix for multiple devices. (94cabab)
Features
- Manager: add config to ignore source devices from being managed (aee9d8f)
v0.21.3
0.21.3 (2024-05-19)
Bug Fixes
- CompositeDevice: use recv_many to batch process the queue (04be9b7)
- Profiles: Use translated version of osk/quick2 instead. (adc620c)
v0.21.2
0.21.2 (2024-05-10)
Bug Fixes
- dualsense: Swap paddle and function initiation events to user expected values. (5db5b71)
v0.21.1
0.21.1 (2024-05-08)
Bug Fixes
- DBus: use new seperated DBus interfaces (c635425)
v0.21.0
0.21.0 (2024-05-08)
Features
- Touchpad: Add Touchpad event type. (3c03606)
v0.20.1
0.20.1 (2024-05-08)
Bug Fixes
- Config: use schema URL in header instead of local path (76071d4)
- Controller: add device profile for Switch Pro controller (2687134)
- DBus: seperate DBus interfaces into their own module (d79f93e)
- Default Profile: don't map back paddles to stick buttons by default (7322bde)
v0.20.0
0.20.0 (2024-05-07)
Features
- CompositeDevice: add get device profile name and target capabilities (3bbb78c)
v0.19.2
0.19.2 (2024-05-06)
Bug Fixes
- CompositeDevice: use async task to set target devices on profile load to prevent crash (0432e6f)
v0.19.1
0.19.1 (2024-05-04)
Bug Fixes
- CompositeDevice: Increase BUFFER_SIZE to prevent delayed input. (52f84df)
v0.19.0
0.19.0 (2024-05-02)
Bug Fixes
- Manager: Fix deleting reference to a source device before it was checked in async. (7059a85)
Features
- CompositeDevice: add interface to set target devices at runtime (3a341b1)
- CompositeDevice: add stop method to dbus interface (34f6d13)
- CompositeDevice: emit property change signal when source or target devices change (0323dc1)