From 0538a60184c6708ed7527d970e30d5f5c301ed70 Mon Sep 17 00:00:00 2001 From: Maximus5 Date: Mon, 7 May 2018 11:57:28 +0300 Subject: [PATCH] 180506 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 e73b1d274b..36ba3033b5 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=18.5.3.0 -DisplayVersion=180503 +PackageVersion=18.5.6.0 +DisplayVersion=180506 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index b846c04a93..79486fdb0d 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.5.6 +* gh-884: In some cases Far panels directory were not updated (Tab title, etc.) +* gh-1082, gh-1546: Env.var ConEmuCfgDir was shorter by one char. +* gh-1503: Save on timer (every 5 minutes) only startup task if it was changed. +* gh-1538: Support user-defined drives mount point in WSL. +* gh-1539: Add workaround for 2 pixels cut off client area by autohidden taskbar. +* Far working directory was not reloaded for `%f` macro (tab template). +* Add TaskBar location to LogFile. + + 2018.5.3 * gh-1539: Resize fixes for auto-hidden Taskbar and caption-less mode. * gh-1545: Fix paste problems in Windows 10 1803 on texts with spaces or CR/LF. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index bc6e74c662..6e1de5b7fa 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 180503 +// 180506 #define MVV_1 18 #define MVV_2 5 -#define MVV_3 3 +#define MVV_3 6 #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 5e57d98fd2..c18f1375f7 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 18,5,3,0 -#define CONEMUVERS "180503" -#define CONEMUVERL L"180503" -#define MSI86 "../ConEmu.180503.x86.msi" -#define MSI64 "../ConEmu.180503.x64.msi" +#define CONEMUVERN 18,5,6,0 +#define CONEMUVERS "180506" +#define CONEMUVERL L"180506" +#define MSI86 "../ConEmu.180506.x86.msi" +#define MSI64 "../ConEmu.180506.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 5d4d39cc6a..cc32f9a961 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file