We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c58545 commit d195a17Copy full SHA for d195a17
NEWS
@@ -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
+
9
libwacom 2.14.0:
10
- New API:
11
- libwacom now supports stylis from vendors other than Wacom with these new APIs
meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '2.14.0',
+ version: '2.15.0',
license: 'HPND',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.57.0')
0 commit comments