Skip to content

Releases: ShadowBlip/InputPlumber

v0.8.2

17 Mar 22:12
Compare
Choose a tag to compare

0.8.2 (2024-03-17)

Bug Fixes

  • DBus: add volume events for DBus (42998f4)

v0.8.1

17 Mar 22:05
Compare
Choose a tag to compare

0.8.1 (2024-03-17)

Bug Fixes

  • AYANEO: Add hwdb rules for mapping ayaneo scancodes to keys. (fc0373f)
  • Pkg: include hwdb in install (0240a5d)

v0.8.0

17 Mar 20:53
Compare
Choose a tag to compare

0.8.0 (2024-03-17)

Bug Fixes

  • devices: Add more devices. (55a5981)

Features

  • composite_device: Add all HandyGCCS supported devices. (00491ae)

v0.7.3

15 Mar 17:52
Compare
Choose a tag to compare

0.7.3 (2024-03-15)

Bug Fixes

  • CompositeDevice: remove double tracking of source devices to allow stopping (628baec)
  • Manager: correctly track target devices for composite devices (215dc34)

v0.7.2

14 Mar 19:12
Compare
Choose a tag to compare

0.7.2 (2024-03-14)

Bug Fixes

  • Intercept: always send guide events over dbus when intercept mode > 0 (694d475)

v0.7.1

13 Mar 22:02
Compare
Choose a tag to compare

0.7.1 (2024-03-13)

Bug Fixes

  • DBus: add support for translating keyboard input to dbus input (9b5b732)

v0.7.0

13 Mar 00:51
Compare
Choose a tag to compare

0.7.0 (2024-03-13)

Features

  • manager: Allow for multiple unique version of the same input type. (3075f0e)

v0.6.0

10 Mar 19:37
Compare
Choose a tag to compare

0.6.0 (2024-03-10)

Bug Fixes

  • Config: only return a match if a whole config block matches (3ec9eeb)
  • format: Remove unused code and comments (35a26c8)
  • Legion Go: Add mouse support to driver. (3014b8b)
  • Legion Go: Add status events for the lego controller (c57815e)
  • Legion Go: Fix mouse reports. Fix config for different modes. (09b731c)
  • Legion Go: Fix Touchpad Input report (376a069)
  • Legion Go: Move yaml to new naming schema. Rename Base to QuickAccess. (75744de)
  • Legion Go: Rename Accel to Gyro. Fix some warnings. (37cf1a4)
  • schema: Update schema with paddle 3, vendor/product ID for evdev. (111fdb4)

Features

  • Legion Go: Add Legion Go support (cfe64b0)
  • manager: Check devices once, and on add/remove. (2af1113)

Reverts

  • Revert "fix(config): Use interface number for seen devices. Don't force all interfaces to be present." (2208a1a)

v0.5.0

08 Mar 05:25
Compare
Choose a tag to compare

0.5.0 (2024-03-08)

Bug Fixes

  • Logging: use environment variable to enable log levels (d31ac19)

Features

  • CapabilityMap: add capability mapping and translation support (9e80da2)

v0.4.4

06 Mar 18:14
Compare
Choose a tag to compare

0.4.4 (2024-03-06)

Bug Fixes

  • Version: print version number on startup (a014ab0)