mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-09 01:01:08 +08:00
210718 release files
This commit is contained in:
parent
7da90702c7
commit
05a6598552
@ -1,6 +1,6 @@
|
|||||||
[Version]
|
[Version]
|
||||||
PackageVersion=21.6.27.0
|
PackageVersion=21.7.18.0
|
||||||
DisplayVersion=210627
|
DisplayVersion=210718
|
||||||
|
|
||||||
[Format]
|
[Format]
|
||||||
Type=PortableApps.comFormat
|
Type=PortableApps.comFormat
|
||||||
|
@ -20,6 +20,12 @@ https://conemu.github.io/en/Whats_New.html
|
|||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
2021.7.18
|
||||||
|
* gh-2330: Fix crash on startup.
|
||||||
|
* gh-2328: Fix 100% CPU load during `lua:far.Message(",)`.
|
||||||
|
* l10n: translations were updated
|
||||||
|
|
||||||
|
|
||||||
2021.6.27
|
2021.6.27
|
||||||
* gh-2261: Far executor fix.
|
* gh-2261: Far executor fix.
|
||||||
* gh-2329: Support GuiMacro run from PseudoConsoles.
|
* gh-2329: Support GuiMacro run from PseudoConsoles.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// 210627
|
// 210718
|
||||||
#define MVV_1 21
|
#define MVV_1 21
|
||||||
#define MVV_2 6
|
#define MVV_2 7
|
||||||
#define MVV_3 27
|
#define MVV_3 18
|
||||||
#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_PREVIEW
|
#define ConEmuVersionStage CEVS_ALPHA
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#define CONEMUVERN 21,6,27,0
|
#define CONEMUVERN 21,7,18,0
|
||||||
#define CONEMUVERS "210627"
|
#define CONEMUVERS "210718"
|
||||||
#define CONEMUVERL L"210627"
|
#define CONEMUVERL L"210718"
|
||||||
#define MSI86 "../ConEmu.210627.x86.msi"
|
#define MSI86 "../ConEmu.210718.x86.msi"
|
||||||
#define MSI64 "../ConEmu.210627.x64.msi"
|
#define MSI64 "../ConEmu.210718.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.6270' ?>
|
<?define Version = '$(var.MajorVersion).210.7180' ?>
|
||||||
<?define ConEmuVerS = '210627.$(var.Platform)' ?>
|
<?define ConEmuVerS = '210718.$(var.Platform)' ?>
|
||||||
|
|
||||||
</Include>
|
</Include>
|
Loading…
x
Reference in New Issue
Block a user