diff --git a/PortableApps/App/AppInfo/appinfo.ini b/PortableApps/App/AppInfo/appinfo.ini index c8d76e8e23..b2b6b15631 100644 --- a/PortableApps/App/AppInfo/appinfo.ini +++ b/PortableApps/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Version] -PackageVersion=19.3.1.0 -DisplayVersion=190301 +PackageVersion=19.3.3.0 +DisplayVersion=190303 [Format] Type=PortableApps.comFormat diff --git a/Release/ConEmu/WhatsNew-ConEmu.txt b/Release/ConEmu/WhatsNew-ConEmu.txt index 77b0580f96..14bf7a655b 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 ------------------------------------------- +2019.3.3 +* gh-1840: Fix hung during startup if Environment contains `echo -x ...`. +* The `-FontSize` is better name to change font size switch. +* Allow to do `Copy all` from load dump screen. +* gh-1833: Fix border rendering issues (bar placement). +* Icon was not autoloaded for some tabs (e.g. `pwsh.exe`). +* Add default tasks for ‘PowerShell Core’. +* Some internal changes in default tasks generation. + + 2019.3.1 * gh-1795: Unexpected ConEmu activation on monitor change. * Paste hotkeys `Ctrl+V`/`Shift+Ins` didn't work in Far Manager if selection was present. diff --git a/src/ConEmu/version.h b/src/ConEmu/version.h index 98a24b4df8..a8a9bca259 100644 --- a/src/ConEmu/version.h +++ b/src/ConEmu/version.h @@ -1,7 +1,7 @@ -// 190301 +// 190303 #define MVV_1 19 #define MVV_2 3 -#define MVV_3 1 +#define MVV_3 3 #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 07597dc60f..19eb81137c 100644 --- a/src/Setup/Setupper/VersionI.h +++ b/src/Setup/Setupper/VersionI.h @@ -1,5 +1,5 @@ -#define CONEMUVERN 19,3,1,0 -#define CONEMUVERS "190301" -#define CONEMUVERL L"190301" -#define MSI86 "../ConEmu.190301.x86.msi" -#define MSI64 "../ConEmu.190301.x64.msi" +#define CONEMUVERN 19,3,3,0 +#define CONEMUVERS "190303" +#define CONEMUVERL L"190303" +#define MSI86 "../ConEmu.190303.x86.msi" +#define MSI64 "../ConEmu.190303.x64.msi" diff --git a/src/Setup/Version.wxi b/src/Setup/Version.wxi index e5bbd087da..b955e72abe 100644 --- a/src/Setup/Version.wxi +++ b/src/Setup/Version.wxi @@ -1,7 +1,7 @@ - - + + \ No newline at end of file