From 0a4f947e930bf6ee98e6b1d6940e91982f68233b Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Wed, 27 Jun 2018 00:47:57 +0300 Subject: [PATCH] 180626 release files --- PortableApps/App/AppInfo/appinfo.ini | 4 ++-- Release/ConEmu/WhatsNew-ConEmu.txt | 10 ++++++++++ src/ConEmu/version.h | 4 ++-- src/Setup/Setupper/VersionI.h | 10 +++++----- src/Setup/Version.wxi | 4 ++-- 5 files changed, 21 insertions(+), 11 deletions(-) diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index af0cdfd601..be27b27322 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=18.6.17.0 -DisplayVersion=180617 +PackageVersion=18.6.26.0 +DisplayVersion=180626 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 9c07265429..a12453491e 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,16 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2018.6.26 +* gh-1606: Don't show assertion on start if we can't determine HKL name, just write info to log. +* gh-1613: In some cases first four CJK cells were displayed using wrong attributes (inverse, underline). +* gh-1560: Try to support high-precision mouse wheels and trackpads. +* gh-1614: Fix long running session performance issues (CreateToolhelp32Snapshot). +* gh-1615: Workaroung for Win10 insider cursor position bug after writing `\b \b` to console. +* Reset prompt-start position after newline to avoid unexpected behavior of `Shift+Home`. +* Avoid rapid window flashing initialized from console applications, log FlashWindow requests. + + 2018.6.17 * gh-1590: Quake activation (up/down) did not work properly with ChildGui in tab. * Show `-switch` style in ConEmuC help. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index ee391d618f..9eb2be539a 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 180617 +// 180626 #define MVV_1 18 #define MVV_2 6 -#define MVV_3 17 +#define MVV_3 26 #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 3f7e212b10..c846413e9d 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 18,6,17,0 -#define CONEMUVERS "180617" -#define CONEMUVERL L"180617" -#define MSI86 "../ConEmu.180617.x86.msi" -#define MSI64 "../ConEmu.180617.x64.msi" +#define CONEMUVERN 18,6,26,0 +#define CONEMUVERS "180626" +#define CONEMUVERL L"180626" +#define MSI86 "../ConEmu.180626.x86.msi" +#define MSI64 "../ConEmu.180626.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 5dfcd104b1..243a183cc0 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file