Bump version
All checks were successful
Alpine 3.23 Success
macOS Success

This commit is contained in:
2026-01-04 14:56:00 +01:00
parent c6f47a0981
commit 8eb738b093
3 changed files with 7 additions and 3 deletions

View File

@@ -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
View File

@@ -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

View File

@@ -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)