mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-08 16:52:10 +08:00
210816 release files
This commit is contained in:
parent
a318f12e27
commit
0d458d6a1d
@ -1,6 +1,6 @@
|
||||
[Version]
|
||||
PackageVersion=21.7.18.0
|
||||
DisplayVersion=210718
|
||||
PackageVersion=21.8.16.0
|
||||
DisplayVersion=210816
|
||||
|
||||
[Format]
|
||||
Type=PortableApps.comFormat
|
||||
|
@ -20,6 +20,13 @@ https://conemu.github.io/en/Whats_New.html
|
||||
-------------------------------------------
|
||||
|
||||
|
||||
2021.8.16
|
||||
* gh-2343: Add VS2022 command line tools detection.
|
||||
* Improve between monitor jumps. When two monitors have different dpi
|
||||
ConEmu tries to preserve size in console cells for non-maximized window.
|
||||
* gh-2351: Fix crash while searching in settings dialog.
|
||||
|
||||
|
||||
2021.7.18
|
||||
* gh-2330: Fix crash on startup.
|
||||
* gh-2328: Fix 100% CPU load during `lua:far.Message(",)`.
|
||||
|
@ -1,7 +1,7 @@
|
||||
// 210718
|
||||
// 210816
|
||||
#define MVV_1 21
|
||||
#define MVV_2 7
|
||||
#define MVV_3 18
|
||||
#define MVV_2 8
|
||||
#define MVV_3 16
|
||||
#define MVV_4 0
|
||||
#define MVV_4a ""
|
||||
#undef MVV_git
|
||||
|
@ -4,4 +4,4 @@
|
||||
#define CEVS_PREVIEW 1
|
||||
#define CEVS_ALPHA 2
|
||||
|
||||
#define ConEmuVersionStage CEVS_ALPHA
|
||||
#define ConEmuVersionStage CEVS_PREVIEW
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define CONEMUVERN 21,7,18,0
|
||||
#define CONEMUVERS "210718"
|
||||
#define CONEMUVERL L"210718"
|
||||
#define MSI86 "../ConEmu.210718.x86.msi"
|
||||
#define MSI64 "../ConEmu.210718.x64.msi"
|
||||
#define CONEMUVERN 21,8,16,0
|
||||
#define CONEMUVERS "210816"
|
||||
#define CONEMUVERL L"210816"
|
||||
#define MSI86 "../ConEmu.210816.x86.msi"
|
||||
#define MSI64 "../ConEmu.210816.x64.msi"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
|
||||
<?define Version = '$(var.MajorVersion).210.7180' ?>
|
||||
<?define ConEmuVerS = '210718.$(var.Platform)' ?>
|
||||
<?define Version = '$(var.MajorVersion).210.8160' ?>
|
||||
<?define ConEmuVerS = '210816.$(var.Platform)' ?>
|
||||
|
||||
</Include>
|
Loading…
x
Reference in New Issue
Block a user