Skip to content

Commit 0a5396b

Browse files
committed
v0.4.1
1 parent d52491d commit 0a5396b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v0.4.1
4+
5+
### Fixes
6+
7+
- Don't clamp the value of absolute axes in `EventReader`.
8+
- This fixes usage with certain drivers that deliberately send out-of-range axis values.
9+
10+
311
## v0.4.0
412

513
### 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.0"
3+
version = "0.4.1"
44
edition = "2024"
55
license = "0BSD"
66
description = "Bindings to Linux' input device APIs: evdev and uinput"

0 commit comments

Comments
 (0)