diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2026-01-04 14:56:00 +0100 |
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2026-01-04 15:01:19 +0100 |
| commit | 8eb738b093d106bf54a2bfc9125dfd4eadb8efad (patch) | |
| tree | e467699c2a043cf9f137153a730f85e21775fd00 | |
| parent | c6f47a098198f22922100346d13f054de4aace32 (diff) | |
| download | usb-drivers-8eb738b093d106bf54a2bfc9125dfd4eadb8efad.tar.gz usb-drivers-8eb738b093d106bf54a2bfc9125dfd4eadb8efad.tar.xz usb-drivers-8eb738b093d106bf54a2bfc9125dfd4eadb8efad.zip | |
Bump versionHEADv1.2.0origin/mastermaster
| -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) |
