From 864c2fe298b16f55986b84be720abd988f54d9c0 Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Fri, 29 Jan 2021 00:30:02 +0100 Subject: [PATCH] 210128 release files --- PortableApps/App/AppInfo/appinfo.ini | 4 ++-- Release/ConEmu/WhatsNew-ConEmu.txt | 16 ++++++++++++++++ src/ConEmu/version.h | 4 ++-- src/Setup/Setupper/VersionI.h | 10 +++++----- src/Setup/Version.wxi | 4 ++-- 5 files changed, 27 insertions(+), 11 deletions(-) diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 695c2cedb..3a4baa223 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=21.1.12.0 -DisplayVersion=210112 +PackageVersion=21.1.28.0 +DisplayVersion=210128 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index bf256c14f..5b6f08203 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,22 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2021.1.28 +* gh-2212: Far 1.75 executor - fix run cmd scripts with space in the path, redirections + or asFile specified in CreateProcess. +* Create default tasks for all found WSL distributions. +* Support loading tab icons for 64-bit system32 apps in 32-bit ConEmu (e.g. wsl.exe). +* gh-2253: Fix 'Run as current user' radio box l10n. +* DefTerm: Support manual attach of the VsDebugConsole.exe console. + If VsDebugConsole.exe was started outside of ConEmu without DefTerm, + the process does not have ConEmuHk injected and after manual attach + it could behave incorrectly on debugging program termination. +* gh-2250: Fix sequence `ESC[3J` to clear backscroll buffer. +* l10n: translations were updated +* DefTerm: Activate VsDebugConsole tab when new session (run/debug) is starting. +* Reset dynamic scroll range after `cls` command. + + 2021.1.12 * gh-2243: Fix arrow key issue in cygwin pseudo console. (#2245) * Add `ConEmuC -verbose` switch to force called functions printing to stdout (debugging purposes). diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 74fa9b2cc..517e41710 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 210112 +// 210128 #define MVV_1 21 #define MVV_2 1 -#define MVV_3 12 +#define MVV_3 28 #define MVV_4 0 #define MVV_4a "" #undef MVV_git diff --git a/src/Setup/Setupper/VersionI.h b/src/Setup/Setupper/VersionI.h index d6804e3b3..28744eaf7 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 21,1,12,0 -#define CONEMUVERS "210112" -#define CONEMUVERL L"210112" -#define MSI86 "../ConEmu.210112.x86.msi" -#define MSI64 "../ConEmu.210112.x64.msi" +#define CONEMUVERN 21,1,28,0 +#define CONEMUVERS "210128" +#define CONEMUVERL L"210128" +#define MSI86 "../ConEmu.210128.x86.msi" +#define MSI64 "../ConEmu.210128.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 78927b2bc..d52d69496 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file