Build 160111
- Fix bad XML format for GuiMacro GetInfo Root.
- conemu#491: Example Far Macro
ConEmu.CtrlShiftT.lua
had wrong hotkey. - Add ‘Anti-aliasing’ option for alternative font.
- Far Manager was not resized after splitting with Ctrl-Shift-O/E. Implement helper ForceFarResize and utilize it in both sync and async modes.
- conemu#502, conemu#446, conemu#447: The algorithm of text drawing has changed significantly.
- Prevent double execution of script specified in “AutoRun” cmd’s registry key.
For example, when “cmd /k CmdInit.cmd” was started (default for {cmd} task)
triggering
ver
command caused execution oftest.cmd
again.
[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"AutoRun"="test.cmd"
- conemu#494: Fix clink double initialization.
- connector#3: Let Left/Right/Up/Down/Home/End post sequences
ESC[X
. - connector#8: Fix
top
output lines. - Update
terminals
module to v0.7.3. - Updating progress was not changed during downloading (10% till 99%).
- conemu#297: Fix keyboard delay (Windows 7).
- conemu#471: Far plugin ‘ConEmu Panel Views’ was broken (da926ba regression).