From 27fda049f2937ef1126b3b5abe24bbbe6425c983 Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Mon, 25 Feb 2019 03:11:16 +0300 Subject: [PATCH] 190224 release files --- PortableApps/App/AppInfo/appinfo.ini | 4 ++-- Release/ConEmu/WhatsNew-ConEmu.txt | 8 ++++++++ src/ConEmu/version.h | 4 ++-- src/Setup/Setupper/VersionI.h | 10 +++++----- src/Setup/Version.wxi | 4 ++-- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 24fd49f9fb..9d2689c891 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=19.2.17.0 -DisplayVersion=190217 +PackageVersion=19.2.24.0 +DisplayVersion=190224 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 3317c66df1..abbf356f3a 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,14 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2019.2.24 +* gh-1159, gh-1775: ANSI, tmux, compatibility issues. +* Connector v1.2.6: Pass ConEmuServerPID environment variable to wslbridge. +* Add to log start/end time of default tasks populating. +* Preliminary implementation of PTY in Connector. +* AnsiDbg: better switch checking. + + 2019.2.17 * gh-1795: Unexpected ConEmu activation on monitor change. * gh-1159, gh-1775: ANSI, tmux, compatibility issues. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index f1d9c594a9..152a453934 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 190217 +// 190224 #define MVV_1 19 #define MVV_2 2 -#define MVV_3 17 +#define MVV_3 24 #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 62fdc603ae..8c6c572096 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 19,2,17,0 -#define CONEMUVERS "190217" -#define CONEMUVERL L"190217" -#define MSI86 "../ConEmu.190217.x86.msi" -#define MSI64 "../ConEmu.190217.x64.msi" +#define CONEMUVERN 19,2,24,0 +#define CONEMUVERS "190224" +#define CONEMUVERL L"190224" +#define MSI86 "../ConEmu.190224.x86.msi" +#define MSI64 "../ConEmu.190224.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 04725ff69a..799853b521 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file