210627 release files

This commit is contained in:
Maximus5 2021-06-27 22:38:07 +02:00
parent 7590f3ef21
commit f4ebe8a212
6 changed files with 21 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[Version]
PackageVersion=21.6.24.0
DisplayVersion=210624
PackageVersion=21.6.27.0
DisplayVersion=210627
[Format]
Type=PortableApps.comFormat

View File

@ -20,6 +20,15 @@ https://conemu.github.io/en/Whats_New.html
-------------------------------------------
2021.6.27
* gh-2261: Far executor fix.
* gh-2329: Support GuiMacro run from PseudoConsoles.
For proper work of ConEmu environment variables ConEmuPID and ConEmuServerPID
should be set properly. Variables are set by ConEmuC (console server)
but they also have to be inherited by processes running in the
PseudoConsole (Windows 10 feature).
2021.6.24
* gh-2323: Fix 'busy' cursor in Far Manager 3.0 build 5817+.
* gh-2323: Edit box for Far hourglass timeout (ms).

View File

@ -1,7 +1,7 @@
// 210624
// 210627
#define MVV_1 21
#define MVV_2 6
#define MVV_3 24
#define MVV_3 27
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git

View File

@ -4,4 +4,4 @@
#define CEVS_PREVIEW 1
#define CEVS_ALPHA 2
#define ConEmuVersionStage CEVS_ALPHA
#define ConEmuVersionStage CEVS_PREVIEW

View File

@ -1,5 +1,5 @@
#define CONEMUVERN 21,6,24,0
#define CONEMUVERS "210624"
#define CONEMUVERL L"210624"
#define MSI86 "../ConEmu.210624.x86.msi"
#define MSI64 "../ConEmu.210624.x64.msi"
#define CONEMUVERN 21,6,27,0
#define CONEMUVERS "210627"
#define CONEMUVERL L"210627"
#define MSI86 "../ConEmu.210627.x86.msi"
#define MSI64 "../ConEmu.210627.x64.msi"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define Version = '$(var.MajorVersion).210.6240' ?>
<?define ConEmuVerS = '210624.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).210.6270' ?>
<?define ConEmuVerS = '210627.$(var.Platform)' ?>
</Include>