Skip to content

Commit c421dd3

Browse files
committed
libwacom 2.14.0
Signed-off-by: Peter Hutterer <[email protected]>
1 parent 6ae945f commit c421dd3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
libwacom 2.14.0:
2+
- New API:
3+
- libwacom now supports stylis from vendors other than Wacom with these new APIs
4+
- libwacom_get_styli
5+
- libwacom_stylus_get_paired_styli
6+
- libwacom_stylus_get_vendor_id
7+
- A new WACOM_DEVICE_INTEGRATED_REMOTE flag is available for remotes like the
8+
Wacom ExpressKey Remote, Huion K20, etc.
9+
- WACOM_STATUS_LED_DIAL and DIAL2 are now available to indicate dial status ledsj
10+
- New behaviour: $XDG_CONFIG_HOME/libwacom is now supported as path for
11+
local .tablet files.
12+
- New Devices:
13+
- StarLite Mk V
14+
- Asus Zenbook UX8406MA
15+
- Lenovo Yoga 9, Ideapad Flex 5, Yoga X1 Gen5
16+
- XP Pen Artist 22R Pro, 24 Pro, ACK05 Remote, Deco Fun L
17+
- HP Pavilion x360, Spectre x360
18+
- Huion KeyDial K20
19+
120
libwacom 2.13.0
221
- New Devices:
322
- HP Elite Chromebook c1030

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libwacom', 'c',
2-
version: '2.13.0',
2+
version: '2.14.0',
33
license: 'HPND',
44
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
55
meson_version: '>= 0.57.0')

0 commit comments

Comments
 (0)