diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index 84503c538..1d51b878a 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=21.9.12.0 -DisplayVersion=210912 +PackageVersion=22.3.8.0 +DisplayVersion=220308 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 5c4330ae9..b903b3b43 100644 --- a/Release/ConEmu/WhatsNew-ConEmu.txt +++ b/Release/ConEmu/WhatsNew-ConEmu.txt @@ -20,6 +20,15 @@ https://conemu.github.io/en/Whats_New.html ------------------------------------------- +2022.3.8 +* gh-2385: Call `C:\Users\conemu\.conemu\CmdInit.cmd` if it exists during `{cmd}` initialization. +* gh-2323: Fix Far inactivity tracking while its waiting on console input. +* Internal warning fixes (Mikhail Lukashov). +* gh-2404: Fix line wrapping on Win11 with by-one-char output. +* Link to Fonts documentation page was incorrect. +* l10n: translations were updated + + 2021.9.12 * gh-2363: Fix tasks file parser. * If temp file deletion fails register it to delete on reboot. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 4964be47a..b99abb9a5 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 210912 -#define MVV_1 21 -#define MVV_2 9 -#define MVV_3 12 +// 220308 +#define MVV_1 22 +#define MVV_2 3 +#define MVV_3 8 #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 6db721ae2..7ca5dd5ed 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_STABLE +#define ConEmuVersionStage CEVS_PREVIEW diff --git a/src/Setup/Setupper/VersionI.h b/src/Setup/Setupper/VersionI.h index 49a43c5ad..fe408c9cb 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 21,9,12,0 -#define CONEMUVERS "210912" -#define CONEMUVERL L"210912" -#define MSI86 "../ConEmu.210912.x86.msi" -#define MSI64 "../ConEmu.210912.x64.msi" +#define CONEMUVERN 22,3,8,0 +#define CONEMUVERS "220308" +#define CONEMUVERL L"220308" +#define MSI86 "../ConEmu.220308.x86.msi" +#define MSI64 "../ConEmu.220308.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index c8418d5d3..ac8612b33 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file