From 8eb738b093d106bf54a2bfc9125dfd4eadb8efad Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Sun, 4 Jan 2026 14:56:00 +0100 Subject: Bump version --- CMakeLists.txt | 2 +- NEWS | 6 +++++- 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 diff --git a/NEWS b/NEWS index 4cf96cb..4fef57d 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.3-70-g09d2