Skip to content

Releases: ShadowBlip/InputPlumber

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 08 May 00:09

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

Choose a tag to compare

@github-actions github-actions released this 07 May 01:27

0.20.0 (2024-05-07)

Features

  • CompositeDevice: add get device profile name and target capabilities (3bbb78c)

v0.19.2

Choose a tag to compare

@github-actions github-actions released this 06 May 01:18

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

Choose a tag to compare

@github-actions github-actions released this 04 May 19:35

0.19.1 (2024-05-04)

Bug Fixes

  • CompositeDevice: Increase BUFFER_SIZE to prevent delayed input. (52f84df)

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 02 May 23:23

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)

v0.18.4

Choose a tag to compare

@github-actions github-actions released this 02 May 02:42
4db992b

0.18.4 (2024-05-02)

Bug Fixes

  • OrangePi: Add correct IMU chip (db0717a)
  • Suspend: Add restart service for InputPlumber after resume. (d252c00)

v0.18.3

Choose a tag to compare

@github-actions github-actions released this 29 Apr 02:01

0.18.3 (2024-04-29)

Bug Fixes

  • Ayaneo: Add gyro support for all current AYANEO models. (d884f57)
  • Ayn: Add gyro support for all current AYN models. (8dcbd25)
  • GPD: Add gyro support for all current GPD models. (7633734)
  • LegionGO: Add gyro support for LENOVO Legion Go. (48b7533)
  • OrangePi: Add gyro support for all current OrangePi models. (5595e02)
  • OXP: Add gyro support for all current OneXPlayer models. (b08752a)
  • udev: conditionally use /usr/bin/chmod for device hiding (e0527dd)
  • Win600: Remove extra win600 entry. (b5d144b)

v0.18.2

Choose a tag to compare

@github-actions github-actions released this 28 Apr 23:32

0.18.2 (2024-04-28)

Bug Fixes

  • CompositeDevice: Ensure non-button events such as gyro do not break intercept mode checking. (5dc8b13)
  • Profile: Change top button default actions. (948a1ab)

v0.18.1

Choose a tag to compare

@github-actions github-actions released this 27 Apr 03:45

0.18.1 (2024-04-27)

Bug Fixes

  • CompositeDevice: Properly clear BMI source device command queue. (9a98122)
  • Manager: Use loop to check for IIO devices as inotify doesn;t work on sysfs. (7a98b04)

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 02:13

0.18.0 (2024-04-27)

Bug Fixes

  • CompositeDevice: Fix using an intercept chord that is translated into another event. (be7826c)
  • CompositeDevice: Only manualy handle intercept mode target events as a chord if it is different from the activation event. (59b0ba8)
  • dbus: Add missing events to dbus action map. (69ff352)

Features

  • CompositeDevice: Add ability to reconfigure the intercept always mode activation keys. (62a0777)