diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index f10e741c5b..41d896cb72 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=18.4.8.0 -DisplayVersion=180408 +PackageVersion=18.4.9.0 +DisplayVersion=180409 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 3dde1941cf..2531f4eb4c 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,12 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2018.4.9 +* gh-1501: One more fix for cursor position after CJK (and other `COMMON_LVB_*_BYTE`) glyphs on Windows 10. +* Fix custom startup command in ‘Fast configuration’ dialog (44b40e6 regression). +* Add ConEmu.l10n (localization file) to portable and installer. + + 2018.4.8 * Add ‘Interface language’ field to ‘Fast configuration’ dialog. * New first page ‘General’ in the ‘Settings’ dialog contains several most used options and language selection. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index c08e5dccb1..c4b8a74e2a 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 180408 +// 180409 #define MVV_1 18 #define MVV_2 4 -#define MVV_3 8 +#define MVV_3 9 #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 630af7732c..fe144aee06 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 18,4,8,0 -#define CONEMUVERS "180408" -#define CONEMUVERL L"180408" -#define MSI86 "../ConEmu.180408.x86.msi" -#define MSI64 "../ConEmu.180408.x64.msi" +#define CONEMUVERN 18,4,9,0 +#define CONEMUVERS "180409" +#define CONEMUVERL L"180409" +#define MSI86 "../ConEmu.180409.x86.msi" +#define MSI64 "../ConEmu.180409.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 317923b239..feb5feea01 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file