From 350c651751efe2a7df02ef32017b7738abdbc81c Mon Sep 17 00:00:00 2001 From: Benjamin Dahlmanns Date: Thu, 27 Apr 2023 20:34:26 +0200 Subject: [PATCH] Add release notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c4dc36..496c4a6 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,8 @@ Thanks robpre and MetalBlueberry for your valuable input! 2022-09-01: Release v1.6.0 adds a new gamepad device. Thanks @gitautas for providing the implementation and thanks to @AndrusGerman for the inspiration! Also, thanks to @sheharyaar there is now a new function `FetchSyspath()` that returns the syspath to the device file. +2023-04-27: Release 1.6.1 fixes uinput functionality on Wayland. Thanks to @gslandtreter for this fix and for pointing out the relevant piece of documentation! + TODO ---- The current API can be considered stable and the overall functionality (as originally envisioned) is complete.