Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Feb 3, 2022
1 parent cc4992a commit 0ccd381
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)\" \
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Some of the more interesting ones include:
# Dependencies

- Your favourite C compiler
- libudev

## Optional

Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/vkbd/usb-gadget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ccd381

Please sign in to comment.