mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-09 01:01:08 +08:00
210128 release files
This commit is contained in:
parent
6f2275f703
commit
864c2fe298
@ -1,6 +1,6 @@
|
||||
[Version]
|
||||
PackageVersion=21.1.12.0
|
||||
DisplayVersion=210112
|
||||
PackageVersion=21.1.28.0
|
||||
DisplayVersion=210128
|
||||
|
||||
[Format]
|
||||
Type=PortableApps.comFormat
|
||||
|
@ -20,6 +20,22 @@ https://conemu.github.io/en/Whats_New.html
|
||||
-------------------------------------------
|
||||
|
||||
|
||||
2021.1.28
|
||||
* gh-2212: Far 1.75 executor - fix run cmd scripts with space in the path, redirections
|
||||
or asFile specified in CreateProcess.
|
||||
* Create default tasks for all found WSL distributions.
|
||||
* Support loading tab icons for 64-bit system32 apps in 32-bit ConEmu (e.g. wsl.exe).
|
||||
* gh-2253: Fix 'Run as current user' radio box l10n.
|
||||
* DefTerm: Support manual attach of the VsDebugConsole.exe console.
|
||||
If VsDebugConsole.exe was started outside of ConEmu without DefTerm,
|
||||
the process does not have ConEmuHk injected and after manual attach
|
||||
it could behave incorrectly on debugging program termination.
|
||||
* gh-2250: Fix sequence `ESC[3J` to clear backscroll buffer.
|
||||
* l10n: translations were updated
|
||||
* DefTerm: Activate VsDebugConsole tab when new session (run/debug) is starting.
|
||||
* Reset dynamic scroll range after `cls` command.
|
||||
|
||||
|
||||
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).
|
||||
|
@ -1,7 +1,7 @@
|
||||
// 210112
|
||||
// 210128
|
||||
#define MVV_1 21
|
||||
#define MVV_2 1
|
||||
#define MVV_3 12
|
||||
#define MVV_3 28
|
||||
#define MVV_4 0
|
||||
#define MVV_4a ""
|
||||
#undef MVV_git
|
||||
|
@ -1,5 +1,5 @@
|
||||
#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"
|
||||
#define CONEMUVERN 21,1,28,0
|
||||
#define CONEMUVERS "210128"
|
||||
#define CONEMUVERL L"210128"
|
||||
#define MSI86 "../ConEmu.210128.x86.msi"
|
||||
#define MSI64 "../ConEmu.210128.x64.msi"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
|
||||
<?define Version = '$(var.MajorVersion).210.1120' ?>
|
||||
<?define ConEmuVerS = '210112.$(var.Platform)' ?>
|
||||
<?define Version = '$(var.MajorVersion).210.1280' ?>
|
||||
<?define ConEmuVerS = '210128.$(var.Platform)' ?>
|
||||
|
||||
</Include>
|
Loading…
x
Reference in New Issue
Block a user