Version bump

master
Raheman Vaiya 4 years ago
parent 5b9de6c760
commit 4084a9d500
  1. 2
      Makefile
  2. 9
      docs/CHANGELOG.md

@ -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

@ -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

Loading…
Cancel
Save