Releases: ShadowBlip/InputPlumber
Releases · ShadowBlip/InputPlumber
v0.70.2
0.70.2 (2026-01-05)
Bug Fixes
- always call write_set_report_reply to avoid timeout and fail in response to SetReport (57f61ec)
- CompositeDevice: asyncronously fetch target capabilities instead of blocking (52f0d27)
- Intercept Mode: don't clear gamepad states if mode does not change (de5ba78)
- Target Devices: set target devices in parallel instead of serially (19e84e4)
v0.70.1
v0.70.0
0.70.0 (2025-12-30)
Bug Fixes
- GPD Win5: swap keyboard and QuickAccess mappings (580ac79)
- Hardware Support: Add new Legion Go S driver name (d04cfc9)
- Hardware Support: Add OneXPlayer X1 series. (c114df2)
- Hardware Support: Improve Win600 Support (ee69238), closes #172
- Hardware Support: Update F1 series config (ef1ccc5)
- OrangePi NEO: Improve Touchpad Support (0604f2a), closes #432
- Update comment in OrangePi Neo hidraw implementation (ff5838c)
Features
- config: Add TTY device config (d794ec3)
- GPD Menu: add new capability map for GPD Menu and link to GPD Win5 device (d3991a8)
- Hardware Support: Add Ayaneo DS 1S Support (dc4dc5f)
- Hardware Support: Add GPD Win5 Support (70084b1)
- schema: add capability_map_id to SourceDevice in composite_device_v1.json (77ddd86)
- TTY: Add Serial TTY interface and OXP F1 Series Serial Driver (a1b9357)
v0.69.1
v0.61.1
0.61.1 (2025-12-11)
Bug Fixes
- compatibility: enable polkit support with feature flag (a85a7bf)
- compatibility: unrestrict rx signals as non-root (2e6646a)
- Config: add config size limit and don't print config content in errors (dd4c514)
- Polkit: add rules to allow access to certain endpoints (cfefcb1)
- Polkit: add test to ensure policies defined for polkit usages (b08a46b)
- polkit: check feature flag before creating new dbus connection (c48fcd6)
- Polkit: enable polkit by default (37d4e1a)
- polkit: fix clippy warnings (38429af)
- Polkit: re-use dbus connection and enable polkit policies by default (58b85d0)
- Polkit: use system-bus-name instead of pid (ba3588e)
- security: polkit support (bfd44b7)
- security: restrict receiving signals as non-root (6aadca7)
- Service: use 'ProtectSystem=full' in service definition (d2e890d)
v0.69.0
0.69.0 (2025-12-08)
Bug Fixes
- Config: add config size limit and don't print config content in errors (13b731a)
- Polkit: add rules to allow access to certain endpoints (47c910c)
- Polkit: add test to ensure policies defined for polkit usages (21fd8cb)
- Polkit: re-use dbus connection and enable polkit policies by default (7780487)
- Polkit: use system-bus-name instead of pid (4db3b20)
- Service: use 'ProtectSystem=full' in service definition (79f0745)
Features
- Polkit: enable polkit by default (f3854be)