diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 6d7f28741..21b0ba05c 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=21.7.18.0 -DisplayVersion=210718 +PackageVersion=21.8.16.0 +DisplayVersion=210816 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index e6c67a32f..cff43b1e6 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,13 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2021.8.16 +* gh-2343: Add VS2022 command line tools detection. +* Improve between monitor jumps. When two monitors have different dpi + ConEmu tries to preserve size in console cells for non-maximized window. +* gh-2351: Fix crash while searching in settings dialog. + + 2021.7.18 * gh-2330: Fix crash on startup. * gh-2328: Fix 100% CPU load during `lua:far.Message(",)`. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 0ea1132f7..19e822fef 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 210718 +// 210816 #define MVV_1 21 -#define MVV_2 7 -#define MVV_3 18 +#define MVV_2 8 +#define MVV_3 16 #define MVV_4 0 #define MVV_4a "" #undef MVV_git diff --git a/src/ConEmu/version_stage.h b/src/ConEmu/version_stage.h index bfe94517e..7ca5dd5ed 100644 --- a/src/ConEmu/version_stage.h +++ b/src/ConEmu/version_stage.h @@ -4,4 +4,4 @@ #define CEVS_PREVIEW 1 #define CEVS_ALPHA 2 -#define ConEmuVersionStage CEVS_ALPHA +#define ConEmuVersionStage CEVS_PREVIEW diff --git a/src/Setup/Setupper/VersionI.h b/src/Setup/Setupper/VersionI.h index ea9451bcc..533d30a7f 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 21,7,18,0 -#define CONEMUVERS "210718" -#define CONEMUVERL L"210718" -#define MSI86 "../ConEmu.210718.x86.msi" -#define MSI64 "../ConEmu.210718.x64.msi" +#define CONEMUVERN 21,8,16,0 +#define CONEMUVERS "210816" +#define CONEMUVERL L"210816" +#define MSI86 "../ConEmu.210816.x86.msi" +#define MSI64 "../ConEmu.210816.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 175415807..6acf15485 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file