Skip to content

Commit

Permalink
Long overdue release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Jul 27, 2024
1 parent 319bc65 commit f33dca8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: all clean install uninstall debug man compose test-harness
VERSION=2.4.3
VERSION=2.5.0
COMMIT=$(shell git describe --no-match --always --abbrev=7 --dirty)
VKBD=uinput
PREFIX?=/usr/local
Expand Down
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.5.0

- Allow 64 character layer names
- New device id format which allows devices with identical product/vendor id pairs to be distinguished (backward compatible)
- Add KDE/plasma5 support to `keyd-application-mapper`
- Gnome v45/v46 application remapping support
- Increased the maximum number of descriptors to allow for more advanced configs
- Added `setlayout()` to facilitate dynamically set layouts
- `toggle()` now actiavtes the layer on key down instead of key up
- Improved support for exotic keys
- Various minor bug fixes

# v2.4.3

## Summary (non exhaustive)
Expand Down

0 comments on commit f33dca8

Please sign in to comment.