mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-08 16:52:10 +08:00
210112 release files
This commit is contained in:
parent
512a3c0a68
commit
20a1dacd24
@ -1,6 +1,6 @@
|
||||
[Version]
|
||||
PackageVersion=21.1.11.0
|
||||
DisplayVersion=210111
|
||||
PackageVersion=21.1.12.0
|
||||
DisplayVersion=210112
|
||||
|
||||
[Format]
|
||||
Type=PortableApps.comFormat
|
||||
|
@ -20,6 +20,13 @@ https://conemu.github.io/en/Whats_New.html
|
||||
-------------------------------------------
|
||||
|
||||
|
||||
2021.1.12
|
||||
* gh-2243: Fix arrow key issue in cygwin pseudo console. (#2245)
|
||||
* Add `ConEmuC -verbose` switch to force called functions printing to stdout (debugging purposes).
|
||||
* Don't show MessageBox on injects failures in ConEmuC.exe, print error to stdout instead. May be suppressed by `-silent` switch.
|
||||
* Workaround for Win10 bug leading to invisible leading 4 characters in prompt after exit from `cmd.exe /k wsl.exe`.
|
||||
|
||||
|
||||
2021.1.11
|
||||
* gh-2212: Fix run batch from Far Manager from paths containing space and `@`.
|
||||
* Fix running from cmd prompt: `ConEmuC -c {bash}`.
|
||||
|
@ -1,7 +1,7 @@
|
||||
// 210111
|
||||
// 210112
|
||||
#define MVV_1 21
|
||||
#define MVV_2 1
|
||||
#define MVV_3 11
|
||||
#define MVV_3 12
|
||||
#define MVV_4 0
|
||||
#define MVV_4a ""
|
||||
#undef MVV_git
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define CONEMUVERN 21,1,11,0
|
||||
#define CONEMUVERS "210111"
|
||||
#define CONEMUVERL L"210111"
|
||||
#define MSI86 "../ConEmu.210111.x86.msi"
|
||||
#define MSI64 "../ConEmu.210111.x64.msi"
|
||||
#define CONEMUVERN 21,1,12,0
|
||||
#define CONEMUVERS "210112"
|
||||
#define CONEMUVERL L"210112"
|
||||
#define MSI86 "../ConEmu.210112.x86.msi"
|
||||
#define MSI64 "../ConEmu.210112.x64.msi"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
|
||||
<?define Version = '$(var.MajorVersion).210.1110' ?>
|
||||
<?define ConEmuVerS = '210111.$(var.Platform)' ?>
|
||||
<?define Version = '$(var.MajorVersion).210.1120' ?>
|
||||
<?define ConEmuVerS = '210112.$(var.Platform)' ?>
|
||||
|
||||
</Include>
|
Loading…
x
Reference in New Issue
Block a user