|
2 | 2 |
|
3 | 3 | ## 0.1.0 (2026-05-27) |
4 | 4 |
|
5 | | - |
6 | | -### Features |
7 | | - |
8 | | -* add device ([e3939a8](https://github.com/BlueLua/evdev/commit/e3939a8f3cd56b952400135bca3860443f6bdead)) |
9 | | -* add ecodes ([5ef75fb](https://github.com/BlueLua/evdev/commit/5ef75fbf444ec9bc0f198ef9068327e61270366c)) |
10 | | -* add evdev ecodes generator ([ff4448b](https://github.com/BlueLua/evdev/commit/ff4448bf61a0f12ac06f2e10fcb27e20fb50e7b7)) |
11 | | -* add events module ([dce9764](https://github.com/BlueLua/evdev/commit/dce9764cb30c7725c721999be047b638e4108779)) |
12 | | -* add shared evdev helpers ([dba2561](https://github.com/BlueLua/evdev/commit/dba25612d0d826ae83ea0801836b7ed54969c5b4)) |
13 | | -* add shared Lua helpers ([c1af409](https://github.com/BlueLua/evdev/commit/c1af409151ca52b08685ca78c707f0085ad67fa1)) |
14 | | -* add uinput module with types and tests ([e3bad7f](https://github.com/BlueLua/evdev/commit/e3bad7fb2159c0b48b662aae95a736544bb3678f)) |
15 | | -* **core:** add module entrypoint ([5d67231](https://github.com/BlueLua/evdev/commit/5d6723133e39fcf46e30310ec58dda5574b5a895)) |
16 | | -* **core:** add shared C header ([c1f7314](https://github.com/BlueLua/evdev/commit/c1f7314d65def6cb35ac4664f7287e478da8d777)) |
17 | | -* **devices:** add C discovery support ([3fe2033](https://github.com/BlueLua/evdev/commit/3fe2033f33a524722ed7bc54a79a12462ecd0054)) |
18 | | -* **devices:** add device discovery module ([8834d66](https://github.com/BlueLua/evdev/commit/8834d66aa44e60f6795e87a767b0e16ca5b3edb3)) |
19 | | -* **evdev:** add lazy module loader in init ([bd7d76c](https://github.com/BlueLua/evdev/commit/bd7d76c9632ba69976347a8dfbc3df87eac3a1e0)) |
20 | | -* **selector:** add multi-device selector ([e31d666](https://github.com/BlueLua/evdev/commit/e31d666f51beeea9e8f35aa2196de81df7f07712)) |
21 | | -* **selector:** add native poll_devices support ([081110b](https://github.com/BlueLua/evdev/commit/081110b4fae46060ffa690498e68ea23c96670c0)) |
22 | | -* **uinput:** derive EV_REP from keyboard keys ([cbc5d11](https://github.com/BlueLua/evdev/commit/cbc5d11fe284dd06bddcbc4107cb48c973a0e050)) |
23 | | -* **util:** add tbl_find ([8fd8055](https://github.com/BlueLua/evdev/commit/8fd80557b505c6551cbaad15d281324e3246c086)) |
24 | | -* **util:** add tbl_update ([b9b2ed4](https://github.com/BlueLua/evdev/commit/b9b2ed4b976c55f63aa104fc5e1a99aff6c306e7)) |
25 | | - |
26 | | - |
27 | | -### Bug Fixes |
28 | | - |
29 | | -* **device:** clarify grab and repeat errors ([8c83109](https://github.com/BlueLua/evdev/commit/8c83109ce089a254bdcb694fe4a77c47b79a3223)) |
30 | | -* **device:** preserve get_repeat return shape ([2c907a7](https://github.com/BlueLua/evdev/commit/2c907a79f03723835dd2eee62df4c499ca7e334c)) |
31 | | -* **uinput:** derive event types correctly ([ceb3af7](https://github.com/BlueLua/evdev/commit/ceb3af7e4a561ec47fd6f6374236dd5428f4c36c)) |
| 5 | +Initial release |
0 commit comments