Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed May 16, 2023
1 parent c9e4da2 commit a91e44b
Show file tree
Hide file tree
Showing 2 changed files with 32 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.2
VERSION=2.4.3
COMMIT=$(shell git describe --no-match --always --abbrev=7 --dirty)
VKBD=uinput
PREFIX=/usr
Expand Down
31 changes: 31 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a91e44b

Please sign in to comment.