From 0ccd381380423e7aa5dda2b2058ba0730323e32b Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Wed, 2 Feb 2022 20:37:23 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- README.md | 3 --- src/vkbd/usb-gadget.md | 2 -- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47c33380..fa37227a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ +# v2.2.5-beta + + - Eliminate udev as a dependency + - Permit mapping to modifier key codes (still discouraged) + - Support for nested swapping + - Improve app detection + - Various bug fixes + # v2.2.4-beta + - Add support for application mapping by title - Fix macro timeouts - Forbid modifier keycodes as lone right hand values in favour of layers diff --git a/Makefile b/Makefile index 42c329d2..bb5b2606 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SOCKET="/var/run/keyd.socket" LOG_FILE="/var/log/keyd.log" CONFIG_DIR="/etc/keyd" -VERSION=2.2.4-beta +VERSION=2.2.5-beta GIT_HASH=$(shell git describe --no-match --always --abbrev=40 --dirty) CFLAGS+=-DVERSION=\"$(VERSION)\" \ diff --git a/README.md b/README.md index 47388a0c..a3840004 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,6 @@ Some of the more interesting ones include: # Dependencies - Your favourite C compiler - - libudev ## Optional @@ -68,8 +67,6 @@ Some of the more interesting ones include: ## From Source - sudo apt-get install libudev-dev # Debian specific, install the corresponding package on your distribution - git clone https://github.com/rvaiya/keyd cd keyd make && sudo make install diff --git a/src/vkbd/usb-gadget.md b/src/vkbd/usb-gadget.md index ebb7d17d..29f1066a 100644 --- a/src/vkbd/usb-gadget.md +++ b/src/vkbd/usb-gadget.md @@ -11,8 +11,6 @@ HID reports. # Installation - sudo apt-get install libudev-dev # Debian specific, install the corresponding package on your distribution - git clone https://github.com/rvaiya/keyd cd keyd make vkbd-usb-gadget && sudo make install-usb-gadget