- Concise debug log format, so that it is easier to read.
- Support mapping of injected keyboard events.
- Show
dwExtraInfo,nCode, andflagsin debug output. - Show
LLKHF_LOWER_IL_INJECTEDflag asLOWin 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
-for--fileoption.
- 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_KEYargument. - No mapping occurs with
MAP_KEY:MAP_KEYargument. - Disable any key with
MAP_KEY:0argument. - Run in background without console by default.
- Kill other instances of the program with
-kor--killoption. - Run silently in console with
-cor--consoleoption. - Run verbosely in console with
-dor--debugoption.