mirror of
https://github.com/joleuger/vuinputd.git
synced 2026-07-17 16:36:03 +00:00
Release v0.3.1
This commit is contained in:
parent
7c25eb2cfe
commit
ccd4adc5ec
2 changed files with 19 additions and 1 deletions
18
debian/changelog
vendored
18
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue