Skip to content

Commit

Permalink
libwacom 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Nov 27, 2023
1 parent 4941b5d commit 628e301
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
libwacom 2.9
- New Devices:
- Wacom Cintiq Pro 22, Cintiq Pro 17, DTC121, DTH134, ISDv4 58B7
- XP Pen Artist 13.3, XP Pen G430s
- Tablet data file changes:
- A new KeyCodes=<evdev codes> entry is now supported
- EvdevCodes=<evdev codes> now supports evdev code names (e.g. BTN_0)
- The Buttons=<int> entry is no longer supported (it is
inferred from the Buttons section)
- New APIs:
- libwacom_get_num_keys() for number of supported key codes
- License correction: text used was HPND, not MIT/Expat

libwacom 2.8:
- New Devices:
- Wacom One, One 12, One 13
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.8.0',
version: '2.9.0',
license: 'HPND',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.51.0')
Expand Down

0 comments on commit 628e301

Please sign in to comment.