mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-09 01:01:08 +08:00
210109 release files
This commit is contained in:
parent
0678a6f6ec
commit
ef7ebcee2d
@ -1,6 +1,6 @@
|
||||
[Version]
|
||||
PackageVersion=20.11.24.0
|
||||
DisplayVersion=201124
|
||||
PackageVersion=21.1.9.0
|
||||
DisplayVersion=210109
|
||||
|
||||
[Format]
|
||||
Type=PortableApps.comFormat
|
||||
|
@ -20,6 +20,30 @@ https://conemu.github.io/en/Whats_New.html
|
||||
-------------------------------------------
|
||||
|
||||
|
||||
2021.1.9
|
||||
* gh-2231: Validate shared memory on use.
|
||||
* gh-2220: Add VsDevCmd.bat to VisualStudio default task creation search.
|
||||
* gh-2228: return `ANSICON_VER` environment variable value as `189`.
|
||||
* Fix save 'Sync dir' option of ConEmu Inside mode. Support empty (default) CD format.
|
||||
* Fix GuiMacro assertion could appear in Inside mode during startup.
|
||||
* Internal changes in ConEmuHk Inject routine (error codes -113, -115).
|
||||
* gh-1691: Buffer keyboard sequences before writing to pty input (Connector version 1.2.9).
|
||||
* DefTerm: Prefer ConEmu inside instance when console app is running from parent window, e.g. VS debugging and ConEmu in a VS pane.
|
||||
* Ensure bitness is checked properly while injecting hooks (error -710).
|
||||
* DefTerm: fix starting python.exe from GUI idle.
|
||||
* DefTerm: Avoid RealConsole flickering while starting console app from VS without debugging.
|
||||
* DefTerm: Remove RealConsole flickering while starting debugger.
|
||||
* gh-1952: DefTerm. Modifications were made to support VS 2019 debugging and running of console applications (native and .net).
|
||||
With "ConEmu Integration 2019" VS extension it's possible now to run and debug console applications using embedded terminal.
|
||||
* gh-2228: Implement `ConEmuFeatures` environment variable.
|
||||
It's available only on direct requests, e.g. `echo %ConEmuFeatures%`
|
||||
but does not exist in the environment (`set ConEmuFeatures` will not show it).
|
||||
Returns a set of ConEmu::ConsoleFlags flags from ConEmu settings, e.g. "0x000082A6".
|
||||
* gh-947: Don't show `rcCon.right && rcCon.bottom` assertion in release.
|
||||
* Change clink URL to maintained fork
|
||||
* l10n: Translations were updated, Italian translation was started.
|
||||
|
||||
|
||||
2020.11.24
|
||||
* gh-2201: Support new executor in Far 3 build 5709.
|
||||
* l10n: German translations were updated
|
||||
|
@ -1,7 +1,7 @@
|
||||
// 201124
|
||||
#define MVV_1 20
|
||||
#define MVV_2 11
|
||||
#define MVV_3 24
|
||||
// 210109
|
||||
#define MVV_1 21
|
||||
#define MVV_2 1
|
||||
#define MVV_3 9
|
||||
#define MVV_4 0
|
||||
#define MVV_4a ""
|
||||
#undef MVV_git
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define CONEMUVERN 20,11,24,0
|
||||
#define CONEMUVERS "201124"
|
||||
#define CONEMUVERL L"201124"
|
||||
#define MSI86 "../ConEmu.201124.x86.msi"
|
||||
#define MSI64 "../ConEmu.201124.x64.msi"
|
||||
#define CONEMUVERN 21,1,9,0
|
||||
#define CONEMUVERS "210109"
|
||||
#define CONEMUVERL L"210109"
|
||||
#define MSI86 "../ConEmu.210109.x86.msi"
|
||||
#define MSI64 "../ConEmu.210109.x64.msi"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
|
||||
<?define Version = '$(var.MajorVersion).201.1240' ?>
|
||||
<?define ConEmuVerS = '201124.$(var.Platform)' ?>
|
||||
<?define Version = '$(var.MajorVersion).210.1090' ?>
|
||||
<?define ConEmuVerS = '210109.$(var.Platform)' ?>
|
||||
|
||||
</Include>
|
Loading…
x
Reference in New Issue
Block a user