210112 release files

This commit is contained in:
Maximus5 2021-01-12 01:10:00 +01:00
parent 512a3c0a68
commit 20a1dacd24
5 changed files with 18 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[Version]
PackageVersion=21.1.11.0
DisplayVersion=210111
PackageVersion=21.1.12.0
DisplayVersion=210112
[Format]
Type=PortableApps.comFormat

View File

@ -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}`.

View File

@ -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

View File

@ -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"

View File

@ -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>