- Add ‘Interface language’ field to ‘Fast configuration’ dialog.
- New first page ‘General’ in the ‘Settings’ dialog contains several most used options and language selection.
- Default update channel now is the same as downloaded release (stable/preview/alpha).
- conemu#1404: Update Far Manager panels dragging cursor hotspot.
- conemu#1484, conemu#701: Menu item ‘New console dialog…’ in the tab and system menus.
- conemu#1402: Add debug assertions for troubleshooting.
- conemu#1420: Option ‘Restore inactive window by hotkey’ to change Minimize/Restore behavior, new default is ‘if out of focus, minimize instead of focus’.
- conemu#751: Minimizing ConEmu (Quake animation) should return focus to the previous window.
- conemu#1502: Text cursor disappear when use default
{Bash::MinGW bash}
task.
- conemu#1501: Add cursor position test to
ConEmuC -CheckUnicode
.
- conemu#1494: Add
<Babun>
color scheme.
- Update Connector modules to v1.2.5.
- Feature ‘Extend foreground colors’ was removed.
- Don’t be CPU consuming in background.
- conemu#1456: VS Extension fails to start ConEmu with error ‘Can’t create new virtual console!’.
- conemu#1467: Let hotkey ‘Create new window’ take into account confirmation setting.
- conemu#1478: Fix for unexpected error during
ConEmu -UpdateJumpList -Exit
.
- conemu#1402: Add some more tricks to find WinAPI problems:
ConEmuC -CheckUnicode
.
- conemu#1480: Update wslbridge to version 0.2.4.
- Tab tooltip was not shown for Far editor/viewer tabs.
- Ellipsis was not shown for long tab titles.
- conemu#1440: Fix error dialog when toggling ‘Show buttons (toolbar) in tab bar’.
- Workaround for unexpected WINDOW_BUFFER_SIZE_EVENT appeared after console scrolling.
- Installer: readme.txt in the
ConEmu\Scripts
folder.
- conemu#1466: ANSI FG/BG reset codes did not reset bright intensity.
- Settings/Environment was not saved properly (last new line was stripped).
- Write to ANSI Log calls to certain console WinAPI functions.
Example:
^[]9;11;"cmd.exe: SetConsoleCursorPosition(0,0)"^[\
.
- In some cases output of certain tools was printed as ‘black on black’.
Ref: https://superuser.com/q/1198421/139371 Related?: conemu#1342
- conemu#1393, conemu#1469: Fix jumbled output from git log/diff, reverse scrolling speed.
- conemu#1366: Mouse cursor was not updated while hovering over ChildGui.
- conemu#1430: Toolbar buttons Min/Max/Close dissapears after toggling ‘Show buttons in tab bar’.
- conemu#1431: Lines were not erased properly from multiline xml entries (Environment variables, aliases, cp).
- conemu#1436: TitleBar was not painted properly if theming was disabled.
- conemu#1338: Error message was not displayed if 7-zip was not found.
- Write to log Theming and DWM flags.
- Environment settings (and other multiline values) were not loaded from xml properly (xmlparser regression).
- conemu#1427, conemu#1428: Fix TitleBar glitches whith option ‘Hide caption when maximized’.
- Use internal XML parser instead of msxml3.dll.
- conemu#1369, conemu#1406: Resize refactoring; refactoring of ideal/stored normal rect.
- conemu#1426: Fix resize glitches if TabBar was set to ‘Auto show’.
- conemu#1410: Correct TabBar height if system DPI was set to custom value.
- conemu#1404: Resize Far Manager panels separately.
If mouse cursor is over panels bottom edge at center - resize panels heights simultaneously,
otherwise - resize panels separately.
- Rename option to ‘Adjust font size for monitor DPI’.
- Don’t print download progress:
ConEmuC.exe -download -nolog ...
.
- Erase deleted Tasks/Palettes/AppDistinct options from xml file on save.
- Fix frame gaps when maximizing caption-less window on Windows 10.
- Drag window by frame top if caption is hidden and TabBar is hidden or shown at the bottom.
- Fix wrong TabBar position when ‘Tabs on bottom’ is checked.
- conemu#1369: Fixes for unexpected unthemed title bar appeared in some cases.
- conemu#1400: Allow resize Far panels with mouse if border fore color match back 4bit color.
- Resize fixes for quake mode in Windows 10.
- Don’t turn on ‘self-resizable’ frame on mouse-hover if the frame is already resizable.
- Settings/Integration: If the ‘Command’ field contains only
-nosingle
and no -run
,
don’t add -run
BEFORE -nosingle
.
- conemu#1395: Settings/Integration: Force Explorer to use hotkey if ‘&’ is specified.
- conemu#1369: Some more logging on changing window style.
- conemu#1355, conemu#1393: Fix backscrolling with pager (git bash started from connector).
- New image-base for ConEmuHk64: 0x7E1100000000.
- A lot of resize fixes.
- Fix snap to desktop edges on Win8 when caption is not hidden and ‘Frame width’ set to non-negative value.
- Fix wrong StatusBar size (it was greater) when caption is hidden.
- Proper ‘OriginalFilename’ in version info.
- Proper sizing cursor for caption-less window with positive Frame width.
- During text selection IBeam cursor was set for many superflous areas.
- Fix wrong Aero peek position for caption-less window with positive ‘Frame width’.
- Fix window size and TabBar/StatusBar/Workspace position when caption is hidden and ‘frame width’ is zero.
- Don’t force show frame during dragging the ConEmu window.
- Fix GDI resources leak (564d6449 regression).
- Resize fixes.
- conemu#1364: Fix missed slash in the installer temp directory for
%TEMP%\ConEmuYYMMDD
.
- conemu#348, conemu#1231, conemu#1372: Let background image cover VCon pad areas too.
- conemu#1373: Fix
NestedCallLevel <= 2
assertion in ConEmu-Inside when parent window has zero size.
- conemu#1374: Explorer context menu integration didn’t start console in the folder, if starting task has
/dir %CD%
in the task parameters.
- conemu#1269: Special keys were applied multiple times for GroupInput in xterm mode.
- Add GetConsoleKeyboardLayoutName result to
ConEmuC -checkunicode
.