Skip to content

Commit

Permalink
libwacom 2.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <[email protected]>
  • Loading branch information
whot committed Dec 5, 2024
1 parent 6ae945f commit c421dd3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
libwacom 2.14.0:
- New API:
- libwacom now supports stylis from vendors other than Wacom with these new APIs
- libwacom_get_styli
- libwacom_stylus_get_paired_styli
- libwacom_stylus_get_vendor_id
- A new WACOM_DEVICE_INTEGRATED_REMOTE flag is available for remotes like the
Wacom ExpressKey Remote, Huion K20, etc.
- WACOM_STATUS_LED_DIAL and DIAL2 are now available to indicate dial status ledsj
- New behaviour: $XDG_CONFIG_HOME/libwacom is now supported as path for
local .tablet files.
- New Devices:
- StarLite Mk V
- Asus Zenbook UX8406MA
- Lenovo Yoga 9, Ideapad Flex 5, Yoga X1 Gen5
- XP Pen Artist 22R Pro, 24 Pro, ACK05 Remote, Deco Fun L
- HP Pavilion x360, Spectre x360
- Huion KeyDial K20

libwacom 2.13.0
- New Devices:
- HP Elite Chromebook c1030
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libwacom', 'c',
version: '2.13.0',
version: '2.14.0',
license: 'HPND',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.57.0')
Expand Down

0 comments on commit c421dd3

Please sign in to comment.