Release 0.3

This commit is contained in:
Peter Wu
2020-06-14 22:26:38 +02:00
parent b639b7f5c6
commit 872a781e07
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@@ -1,3 +1,15 @@
Version 0.3 - 14 June 2020
* ltunify: fix device version reporting for HID++ 1.0 devices.
* ltunify: ignore DJ reports that resulted in messages such as "Dev conn notif
is expected to be short, got 0x20 instead".
* ltunify: report some more HID++ 2.0 feature names.
* ltunify: fix failures when another event (such as touchpad motions) occur
between sending the command and reading the response.
* ltunify: fix crash on unrecognised command-line parameter.
* ltunify: add --version option.
* ltunify: add support for Nano Receiver c534 as used by the MK270 combo.
Version 0.2 - 23 July 2013 Version 0.2 - 23 July 2013
* ltunify: display HID++ version and supported HID++ 2.0 features for `info` * ltunify: display HID++ version and supported HID++ 2.0 features for `info`

View File

@@ -35,7 +35,7 @@
#include <stdarg.h> #include <stdarg.h>
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
# define PACKAGE_VERSION "0.2" # define PACKAGE_VERSION "0.3"
#endif #endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a)) #define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))