Skip to content

Retro Chiaki v0.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 09:45

0.3.2 - 2026-08-06

💼 Changes

  • Fix pre-stream input breakage: don't bundle libevdev/libudev

The release package bundled its own build environment's libevdev.so.2 and
libudev.so.1. LD_LIBRARY_PATH made the app prefer those over the device's
own matching copies, which silently broke gptokeyb's virtual-input
handling (all pre-stream click/button navigation) while leaving Qt/EGL
graphics unaffected -- confirmed by direct A/B testing on device.

Both libraries read the device's own evdev/uinput nodes, so like glibc
they need to come from the target device, not this build environment.