diff --git a/Makefile b/Makefile index 57bab5e5..b3ce89f5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ DESTDIR= PREFIX=/usr -VERSION=2.4.0 +VERSION=2.4.1 COMMIT=$(shell git describe --no-match --always --abbrev=7 --dirty) VKBD=uinput diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c1efb8a5..b6eb376d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,12 @@ +# v2.4.1 + + - Route button presses through the virtual keyboard (#162) + - Improve mouse support + - Fix VT repeat bug + - Allow overload to accept an arbitrary action (#199) + - Add support for full key serquences to swap() + - Misc bugfixes + # v2.4.0 - Fix macro timeouts