From ccd4adc5ec153832836c45168e55d39a5b95215b Mon Sep 17 00:00:00 2001 From: Johannes Leupolz Date: Thu, 25 Dec 2025 21:59:07 +0000 Subject: [PATCH] Release v0.3.1 --- debian/changelog | 18 ++++++++++++++++++ vuinputd/Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e94c251..5d1814e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +vuinputd (0.3.1-1) unstable; urgency=medium + + * Improve Debian packaging and release process: + - Add release pipeline for Debian packages. + - Improve Debian build scripts. + - Fix issues in debian/rules. + * Improve startup robustness: + - Check the status of tty1 during startup. + - Add hints regarding vt-guard usage to the systemd service file. + * Documentation and usability improvements: + - Improve help messages. + - Document two approaches to mitigate the VT keyboard handler issue when + no graphical input session is active. + + -- Johannes Leupolz Fri, 20 Dec 2025 22:00:00 +0000 + + vuinputd (0.3.0-1) unstable; urgency=medium * Refactor container and namespace handling: @@ -19,6 +36,7 @@ vuinputd (0.3.0-1) unstable; urgency=medium -- Johannes Leupolz Thu, 19 Dec 2025 21:30:00 +0000 + vuinputd (0.2.0-1) unstable; urgency=medium * Register official USB vendor/product ID (VID 0x1209, PID 0x5020) under diff --git a/vuinputd/Cargo.toml b/vuinputd/Cargo.toml index 20ea5ff..4f7485d 100644 --- a/vuinputd/Cargo.toml +++ b/vuinputd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vuinputd" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Johannes Leupolz "] license = "MIT"