mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-09 01:01:08 +08:00
210627 release files
This commit is contained in:
parent
7590f3ef21
commit
f4ebe8a212
@ -1,6 +1,6 @@
|
|||||||
[Version]
|
[Version]
|
||||||
PackageVersion=21.6.24.0
|
PackageVersion=21.6.27.0
|
||||||
DisplayVersion=210624
|
DisplayVersion=210627
|
||||||
|
|
||||||
[Format]
|
[Format]
|
||||||
Type=PortableApps.comFormat
|
Type=PortableApps.comFormat
|
||||||
|
@ -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
|
2021.6.24
|
||||||
* gh-2323: Fix 'busy' cursor in Far Manager 3.0 build 5817+.
|
* gh-2323: Fix 'busy' cursor in Far Manager 3.0 build 5817+.
|
||||||
* gh-2323: Edit box for Far hourglass timeout (ms).
|
* gh-2323: Edit box for Far hourglass timeout (ms).
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 210624
|
// 210627
|
||||||
#define MVV_1 21
|
#define MVV_1 21
|
||||||
#define MVV_2 6
|
#define MVV_2 6
|
||||||
#define MVV_3 24
|
#define MVV_3 27
|
||||||
#define MVV_4 0
|
#define MVV_4 0
|
||||||
#define MVV_4a ""
|
#define MVV_4a ""
|
||||||
#undef MVV_git
|
#undef MVV_git
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
#define CEVS_PREVIEW 1
|
#define CEVS_PREVIEW 1
|
||||||
#define CEVS_ALPHA 2
|
#define CEVS_ALPHA 2
|
||||||
|
|
||||||
#define ConEmuVersionStage CEVS_ALPHA
|
#define ConEmuVersionStage CEVS_PREVIEW
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define CONEMUVERN 21,6,24,0
|
#define CONEMUVERN 21,6,27,0
|
||||||
#define CONEMUVERS "210624"
|
#define CONEMUVERS "210627"
|
||||||
#define CONEMUVERL L"210624"
|
#define CONEMUVERL L"210627"
|
||||||
#define MSI86 "../ConEmu.210624.x86.msi"
|
#define MSI86 "../ConEmu.210627.x86.msi"
|
||||||
#define MSI64 "../ConEmu.210624.x64.msi"
|
#define MSI64 "../ConEmu.210627.x64.msi"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Include>
|
<Include>
|
||||||
|
|
||||||
<?define Version = '$(var.MajorVersion).210.6240' ?>
|
<?define Version = '$(var.MajorVersion).210.6270' ?>
|
||||||
<?define ConEmuVerS = '210624.$(var.Platform)' ?>
|
<?define ConEmuVerS = '210627.$(var.Platform)' ?>
|
||||||
|
|
||||||
</Include>
|
</Include>
|
Loading…
x
Reference in New Issue
Block a user