diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | README.adoc | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c240a16..44098af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.12) -project (usb-drivers VERSION 1.1.0 +project (usb-drivers VERSION 1.2.0 DESCRIPTION "User space USB drivers" LANGUAGES C) # Moar warnings @@ -1,7 +1,11 @@ -Unreleased +1.2.0 (2026-01-04) * eizoctl: added a --quiet option to suppress information and/or errors + * eizoctl: added a --list option to list connected monitors + + * eizoctl: added a --serial option to only act on particular monitors + * eizoctl: fixed input port reporting diff --git a/README.adoc b/README.adoc index 0efca70..fb91e0b 100644 --- a/README.adoc +++ b/README.adoc @@ -113,7 +113,7 @@ https://git.janouch.name/p/usb-drivers/releases[the Releases page on Gitea]. Building -------- -Build dependencies: +Build-only dependencies: CMake, pkg-config, liberty (included) + Runtime dependencies: libusb-1.0 (elksmart-comm, razer-bw-te-ctl), hidapi >= 0.14 (eizoctl) |
