From 5c9e49d68c367bf12e698fc6c92143c7ea3a6be1 Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Mon, 18 Apr 2022 22:53:50 +0200 Subject: [PATCH] 220418 release files --- PortableApps/App/AppInfo/appinfo.ini | 4 ++-- Release/ConEmu/WhatsNew-ConEmu.txt | 6 ++++++ src/ConEmu/version.h | 6 +++--- src/Setup/Setupper/VersionI.h | 10 +++++----- src/Setup/Version.wxi | 4 ++-- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 1d51b878a..74ecfa142 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=22.3.8.0 -DisplayVersion=220308 +PackageVersion=22.4.18.0 +DisplayVersion=220418 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index b903b3b43..74d952980 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,12 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2022.4.18 +* gh-2404, gh-2420, gh-2429: Fix line-wrapping regression. +* GuiMacro: Let `Tab 7 -2` activate the console where command is executed. +* Fix StatusBar column ‘Cursor information’ description. + + 2022.3.8 * gh-2385: Call `C:\Users\conemu\.conemu\CmdInit.cmd` if it exists during `{cmd}` initialization. * gh-2323: Fix Far inactivity tracking while its waiting on console input. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index b99abb9a5..3dd6d9abc 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 220308 +// 220418 #define MVV_1 22 -#define MVV_2 3 -#define MVV_3 8 +#define MVV_2 4 +#define MVV_3 18 #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 fe408c9cb..1a8e2fca8 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 22,3,8,0 -#define CONEMUVERS "220308" -#define CONEMUVERL L"220308" -#define MSI86 "../ConEmu.220308.x86.msi" -#define MSI64 "../ConEmu.220308.x64.msi" +#define CONEMUVERN 22,4,18,0 +#define CONEMUVERS "220418" +#define CONEMUVERL L"220418" +#define MSI86 "../ConEmu.220418.x86.msi" +#define MSI64 "../ConEmu.220418.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index ac8612b33..7128f3f2a 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file