diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 287229e73b..7a1e859aec 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=18.4.22.0 -DisplayVersion=180422 +PackageVersion=18.4.27.0 +DisplayVersion=180427 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index a04e92ed10..932a3bf337 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 ------------------------------------------- +2018.4.27 +* gh-934: Fix assertion `nNewWidth>0 && nNewHeight>0` appeared sometimes after console resize in Windows 10. +* gh-1503: Save size/pos/startup-task every minute. +* gh-1527: Fix auto-hidden scrollbar, was not revealed on mouse-over (regression 1fd7b5b2). +* gh-1526: Improve ‘Duplicate root...’ function. +* Allow to stop ‘Paused’ mode by `Esc` key. + + 2018.4.22 * Allow import of xml files without reset of current settings. Example with Dracula color theme: diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index ef227e85d4..0c82a77f6e 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 180422 +// 180427 #define MVV_1 18 #define MVV_2 4 -#define MVV_3 22 +#define MVV_3 27 #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 76e55a6758..2351752b9f 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 18,4,22,0 -#define CONEMUVERS "180422" -#define CONEMUVERL L"180422" -#define MSI86 "../ConEmu.180422.x86.msi" -#define MSI64 "../ConEmu.180422.x64.msi" +#define CONEMUVERN 18,4,27,0 +#define CONEMUVERS "180427" +#define CONEMUVERL L"180427" +#define MSI86 "../ConEmu.180427.x86.msi" +#define MSI64 "../ConEmu.180427.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 8052b4f595..a8eddca139 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file