Skip to content

Commit c5d96e5

Browse files
committed
v0.4.2
1 parent f18be8f commit c5d96e5

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

3+
## v0.4.2
4+
5+
### Improvements
6+
7+
- Add `UinputDevice::async_events` for asynchronously reading from a uinput device.
8+
- Add `UinputDevice::read_events` to mirror `Evdev::read_events`.
9+
- Minor documentation improvements.
10+
311
## v0.4.1
412

513
### Fixes
614

715
- Don't clamp the value of absolute axes in `EventReader`.
816
- This fixes usage with certain drivers that deliberately send out-of-range axis values.
917

10-
1118
## v0.4.0
1219

1320
### Breaking Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evdevil"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55
license = "0BSD"
66
description = "Bindings to Linux' input device APIs: evdev and uinput"

0 commit comments

Comments
 (0)