docs: add need for Python evdev to the release notes

This commit is contained in:
Peter F. Patel-Schneider 2022-03-26 20:17:16 -04:00
parent 4100c83390
commit 38e42aff8e
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Version 1.1.2 ## Version 1.1.2
* Solaar now depends on Python evdev. It can be installed if needed via `pip install --user evdev` or, in most distributions, by installing the python3-evdev package.
* Rules partly work under Wayland. There is no access to the current process in Wayland. Simulated input uses uinput if XTest extension not available, requiring read and write permissions on /dev/uinput. * Rules partly work under Wayland. There is no access to the current process in Wayland. Simulated input uses uinput if XTest extension not available, requiring read and write permissions on /dev/uinput.
* There is a setting to divert gestures so that they can trigger rules. * There is a setting to divert gestures so that they can trigger rules.