This commit is contained in:
@@ -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
|
||||
|
||||
6
NEWS
6
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
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user