- conemu#884: In some cases Far panels directory were not updated (Tab title, etc.)
- conemu#1082, conemu#1546: Env.var ConEmuCfgDir was shorter by one char.
- conemu#1503: Save on timer (every 5 minutes) only startup task if it was changed.
- conemu#1538: Support user-defined drives mount point in WSL.
- conemu#1539: Add workaround for 2 pixels cut off client area by autohidden taskbar.
- Far working directory was not reloaded for
%f
macro (tab template).
- Add TaskBar location to LogFile.
- conemu#1539: Resize fixes for auto-hidden Taskbar and caption-less mode.
- conemu#1545: Fix paste problems in Windows 10 1803 on texts with spaces or CR/LF.
- Maximized ConEmu was not sized properly after display changes.
- Default Task: create
{bash}
if either bash.exe
or wsl.exe
are found.
- Improve Windows version detection in dlls.
- conemu#1532: Fix ‘splitting windows crashes ConEmu’ (01107bd regression).
- conemu#1534: Unable to select text with always-shown scrollbar (0493ff5 regression).
- conemu#934: Fix assertion
nNewWidth>0 && nNewHeight>0
appeared sometimes after console resize in Windows 10.
- conemu#1503: Save size/pos/startup-task every minute.
- conemu#1527: Fix auto-hidden scrollbar, was not revealed on mouse-over (regression 1fd7b5b2).
- conemu#1526: Improve ‘Duplicate root…’ function.
- Allow to stop ‘Paused’ mode by
Esc
key.
- Allow import of xml files without reset of current settings.
Example with Dracula color theme:
https://gist.github.com/Maximus5/3205332bbc45c8300763157f0fdbe884
- conemu#1522: Exchange default behavior of
Ctrl+V
and Shift+Ins
.
Both hotkeys actions may be configured in Settings/Paste.
Ctrl+V
inserts multiple lines from clipboard with \n
inside;
Shift+Ins inserts all lines as single line replacing
\n` with spaces.
- conemu#1492: AnsiLog may be enabled on per-console basis via
-new_console:L:"<path>"
,
where <path>
is a folder to store AnsiLog files, e.g. C:\Logs
.
https://conemu.github.io/en/AnsiLogFiles.html
- Change default folder for AnsiLog files to
%UserProfile%\Desktop\ConEmuLogs
.
- conemu#880: Show the name of selected shell task for
Win+X
hotkey.
- conemu#1517: After postponing update the ‘Confirm closing’ dialog stucks.
- Compact paths (%ConEmuDir%, %ConEmuCfgDir%, etc) by removing
\..\
elements.
E.g. C:\ConEmu\src\..\Debug\ConEmu.xml
will be processed now as C:\ConEmu\Debug\ConEmu.xml
.
- conemu#1046: Don’t take into account path to xml settings storage in AppID generation if it’s a default xml.
If configuration file was set by argument
-LoadCfgFile "%ConEmuDir%\ConEmu.xml"
and it is already the default settings location (the same without -LoadCfgFile
switch),
than xml path is not used in AppID generation.
Note: AppID is utilized during search for appropriate ConEmu instance
when -single
or -reuse
switch were specified.
- By default add commented
LANG
variable and some aliases to ‘Environment’ settings page.
- Hidden cursor may be displayed as inactive (option for debug purposes).
- Add hotkey for ‘Check for updates’.
- Add helper
git-log.cmd
to distro.
- Add description for
-new_console:t:"title"
switch.
- Disable automatic update in
-basic
mode unless the -update
is specified.
- conemu#629: Don’t imply ‘AppKeys’ mode (DECCKM) by
-cur_console:p
or ENABLE_VIRTUAL_TERMINAL_INPUT
.
- conemu#1513: Fix erroneously trimmed leading
"
in commands cmd /c "-new_console script.bat argument"
.
- conemu#242: Fix hidden scrollbar glitch on mouseover.
- conemu#172: Disable scrolling (mouse wheel and hotkeys) past lowest line.
- conemu#1509: Previous focused window is incorrectly restored to focus after ‘quake’ minimization.
- conemu#1511: ANSI: fix
\n
processing in emacs.
- conemu#1510: Fix for git hangs when Inject ConEmuHk.dll option is enabled (9bce8f14e regression).
- conemu#1512: Option ‘Restore to active monitor’ shall not override unchecked ‘Restore inactive window by hotkey’.
- Show options ‘Restore inactive window by hotkey’ and ‘Restore to active monitor’ on the ‘Quake style’ page.
- When ScrollBar is always shown (in settings) don’t hide it in alternative (xterm) mode.
- Improve OS information in About/SysInfo and log.
- conemu#1402: Workaround for \u23CE ⏎ character preceding every prompt in fish on CJK versions of Win10.
- conemu#1449: DefTerm: Support VS 2017 changes in debugging C# console applications.
- DefTerm: Do several attempts to attach started console (alternative mode).
- For new installations automatic updates by default are enabled (same channel as downloaded release).
- Fix icon path for WSL Bash task.
- conemu#1501: One more fix for cursor position after CJK (and other
COMMON_LVB_*_BYTE
) glyphs on Windows 10.
- Fix custom startup command in ‘Fast configuration’ dialog (44b40e6 regression).
- Add ConEmu.l10n (localization file) to portable and installer.