Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Jun 18, 2022
1 parent 5b9de6c commit 4084a9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4084a9d

Please sign in to comment.