Version bump

master
Raheman Vaiya 3 years ago
parent c9e4da2c6f
commit a91e44bb5b
  1. 2
      Makefile
  2. 31
      docs/CHANGELOG.md

@ -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

@ -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

Loading…
Cancel
Save