diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 74ecfa142..d9d58a735 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=22.4.18.0 -DisplayVersion=220418 +PackageVersion=22.8.7.0 +DisplayVersion=220807 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 74d952980..cf22bffd6 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 ------------------------------------------- +2022.8.7 +* gh-2458: Preliminary support of Far3 experimental feature 'Fullwidth-aware rendering'. +* l10n: translations were updated +* New binaries are signed with new certificate issued by Sectigo. + + 2022.4.18 * gh-2404, gh-2420, gh-2429: Fix line-wrapping regression. * GuiMacro: Let `Tab 7 -2` activate the console where command is executed. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 3dd6d9abc..32ea591fa 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 220418 +// 220807 #define MVV_1 22 -#define MVV_2 4 -#define MVV_3 18 +#define MVV_2 8 +#define MVV_3 7 #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 7ca5dd5ed..bfe94517e 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_PREVIEW +#define ConEmuVersionStage CEVS_ALPHA diff --git a/src/Setup/Setupper/VersionI.h b/src/Setup/Setupper/VersionI.h index 1a8e2fca8..e3a847fdb 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 22,4,18,0 -#define CONEMUVERS "220418" -#define CONEMUVERL L"220418" -#define MSI86 "../ConEmu.220418.x86.msi" -#define MSI64 "../ConEmu.220418.x64.msi" +#define CONEMUVERN 22,8,7,0 +#define CONEMUVERS "220807" +#define CONEMUVERL L"220807" +#define MSI86 "../ConEmu.220807.x86.msi" +#define MSI64 "../ConEmu.220807.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index 7128f3f2a..8f44f43ba 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file