- Concise debug log format, so that it is easier to read.
- Support mapping of injected keyboard events.
- Show
dwExtraInfo
,nCode
, andflags
in debug output. - Show
LLKHF_LOWER_IL_INJECTED
flag asLOW
in debug output.
- Issue that prevents Uncap console window from becoming hidden when Cmder is running. With this release, Uncap console window disappears as expected regardless of whether Cmder is runing or not.
- Possible buffer overflows while handling command line arguments.
- Minor changes in the help and version texts.
- Write verbose logs to file with
-f
or--file
option.
- Switch from BSD 2-Clause License to MIT License.
- Map Caps Lock key to Escape key by default.
- Map any key to any key with
MAP_KEY:TO_KEY
argument. - No mapping occurs with
MAP_KEY:MAP_KEY
argument. - Disable any key with
MAP_KEY:0
argument. - Run in background without console by default.
- Kill other instances of the program with
-k
or--kill
option. - Run silently in console with
-c
or--console
option. - Run verbosely in console with
-d
or--debug
option.