- XLat from Far didn’t change keyboard layout in ConEmu.
- GuiMacro: Select(2) cancels active selection.
- conemu#1307: Turn on ‘Long console output’ when user runs
script.py
associated with py.exe
The script is executed by Far3 via ShellExecuteEx(script.py),
which in turn runs CreateProcess(py.exe, script.py) in background thread
- conemu#1236, conemu#1303: When GetConsoleKeyboardLayoutName not implemented stop calling it
- conemu#275, conemu#1102: Support PerMonitorV2 DPI awareness for Windows 10 Creators Update.
- conemu#1304: Use ‘Bold’ ANSI sequence (
\e[1m
) to bright text color (partial revert of conemu#1288).
ConEmuBaseDirShort
environment variable had wrong path if ConEmuBaseDir
contained relative parts.
- conemu#1312: Don’t autoquote cygwin/msys paths on paste/drop.