diff --git a/Makefile b/Makefile index 3ed066b..b4fc2bc 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 61cf581..2b77574 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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)