diff --git a/NEWS b/NEWS index 325de0a7..5cda63da 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/meson.build b/meson.build index 58ec3e3b..2c1d00eb 100644 --- a/meson.build +++ b/meson.build @@ -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')