Skip to content

Commit d195a17

Browse files
committed
libwacom 2.15.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
1 parent 6c58545 commit d195a17

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libwacom 2.15.0:
2+
- New API:
3+
- libwacom_get_button_modeswitch_mode() to retrieve the target mode for a
4+
modeswitch button
5+
- New Devices:
6+
- XP-Pen Innovator 16, Deco01 v3, Deco Pro S
7+
- Wacom Intuos Pro 3 and a large number of ISDv4 devices
8+
19
libwacom 2.14.0:
210
- New API:
311
- libwacom now supports stylis from vendors other than Wacom with these new APIs

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.14.0',
2+
version: '2.15.0',
33
license: 'HPND',
44
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
55
meson_version: '>= 0.57.0')

0 commit comments

Comments
 (0)