* Thu Oct 17 2024 sndirsch@suse.com
- Update to version 1.5.0:
* the compose and kana LEDs are now supported
* tablet tools now have a property to indicate the tool serial and hw id
(if any)
* libinput's tablet tool pressure range config is now supported
* libinput's clickfinger button map config is now supported
* we remap some higher keycodes to FK20 and friends, paving the
way for systemd/udev to map those properly in their hwdb files
* Fri Aug 25 2023 bjorn.lie@gmail.com
- Update to version 1.4.0:
* Tablets now have BTN_STYLUS3 mapped to X button 8 (i.e. the
first usable one after the LMR buttons).
* Tablet now have the left-handed property available so we can
actually change them to left-handed.
* Tue Apr 04 2023 sndirsch@suse.com
- Update to version 1.3.0
The main feature in this version is support for the new 'custom' pointer
acceleration profile in libinput 1.23.0. This acceleration profile is
quite flexible, so it is exposed via several properties:
- "libinput Accel Custom Fallback Points" and "libinput Accel Custom Fallback Step"
- "libinput Accel Custom Motion Points" and "libinput Accel Custom Motion Step"
- "libinput Accel Custom Scroll Points" and "libinput Accel Custom Scroll Points"
For details on what these mean, please see the man page and the
libinput documentation:
https://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html
In addition, the "libinput Accel Profiles Available" and
"libinput Accel Profile Enabled" properties have been expanded to 3 values. For
backwards compatibility, the "libinput Accel Profile Enabled" continues
to support setting 2 values only.
* Tue Jan 25 2022 bjorn.lie@gmail.com
- Enable tarball sig url too, verify tarball via keyring.
* Mon Jan 24 2022 sndirsch@suse.com
- Update to version 1.2.1
* few typos and misc minor fixes
* property added to turn off new high-resolution wheel scrolling
API
* Fri Nov 19 2021 sndirsch@suse.com
- enable build on s390x (JIRA#SLE-18632)
* Fri Oct 08 2021 sndirsch@suse.com
- reverted previous change; the issue was broken ckb-next, not
the usage of libinput v120 API (boo#1190646)
* Tue Oct 05 2021 sndirsch@suse.com
- switch to libinput v120 API broke the driver, so disable it for
now via patching config.h in specfile after running configure
(boo#1190646)
* Mon Sep 20 2021 sndirsch@suse.com
- Update to version 1.2.0
* This release introduces support for touchpad gestures that will
be available as part of X server 21.1. Additionally high-resolution
scrolling data is now acquired from libinput if available and sent
downstream to X server. The default scroll distance has been bumped
to 120 in the process, but this should not affect correctly written
clients.
* Wed Jun 23 2021 sndirsch@suse.com
- Update to version 1.1.0
* This release adds a new driver-specific option:
ScrollPixelDistance. This option converts movement "pixels"
from libinput into the server's "scroll unit" definition and
can thus help speeding up or slowing down two-finger/edge scrolling.