From a91e44bb5b806219fa6b43a34270058fbb739bc3 Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Tue, 16 May 2023 18:05:48 -0400 Subject: [PATCH] Version bump --- Makefile | 2 +- docs/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23e4b91..1f9dcce 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all clean install uninstall debug man compose test-harness -VERSION=2.4.2 +VERSION=2.4.3 COMMIT=$(shell git describe --no-match --always --abbrev=7 --dirty) VKBD=uinput PREFIX=/usr diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f05ec79..9dfd055 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,34 @@ +#v2.4.3 + +- Introduces a new layout type +- Improves application based remapping suport for wayland/X +- Numerous bugfixes and stability improvements +- Adds `swap` support for toggled layers + +New Actions: + + - togglem (#270) + - clear() (#253) + - overloadt (#309) + - overloadt2 + +New Commands: + + - listen command (#294, #217) + - reload + - do + - input + +New timeout and modifier knobs: + + - disable_modifier_guard (#257) + - oneshot_timeout option + - overload_tap_timeout + - macro_sequence_timeout (#255) + +See the manpage for details. + + # v2.4.2 - Add include directive to the config syntax