Release v0.3.1

This commit is contained in:
Johannes Leupolz 2025-12-25 21:59:07 +00:00
parent 7c25eb2cfe
commit ccd4adc5ec
2 changed files with 19 additions and 1 deletions

18
debian/changelog vendored
View file

@ -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 <dev@leupolz.eu> 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 <dev@leupolz.eu> 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

View file

@ -1,6 +1,6 @@
[package]
name = "vuinputd"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Johannes Leupolz <dev@leupolz.eu>"]
license = "MIT"