Skip to content

Commit 864c2fe

Browse files
committed
210128 release files
1 parent 6f2275f commit 864c2fe

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

PortableApps/App/AppInfo/appinfo.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Version]
2-
PackageVersion=21.1.12.0
3-
DisplayVersion=210112
2+
PackageVersion=21.1.28.0
3+
DisplayVersion=210128
44

55
[Format]
66
Type=PortableApps.comFormat

Release/ConEmu/WhatsNew-ConEmu.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ https://conemu.github.io/en/Whats_New.html
2020
-------------------------------------------
2121

2222

23+
2021.1.28
24+
* gh-2212: Far 1.75 executor - fix run cmd scripts with space in the path, redirections
25+
or asFile specified in CreateProcess.
26+
* Create default tasks for all found WSL distributions.
27+
* Support loading tab icons for 64-bit system32 apps in 32-bit ConEmu (e.g. wsl.exe).
28+
* gh-2253: Fix 'Run as current user' radio box l10n.
29+
* DefTerm: Support manual attach of the VsDebugConsole.exe console.
30+
If VsDebugConsole.exe was started outside of ConEmu without DefTerm,
31+
the process does not have ConEmuHk injected and after manual attach
32+
it could behave incorrectly on debugging program termination.
33+
* gh-2250: Fix sequence `ESC[3J` to clear backscroll buffer.
34+
* l10n: translations were updated
35+
* DefTerm: Activate VsDebugConsole tab when new session (run/debug) is starting.
36+
* Reset dynamic scroll range after `cls` command.
37+
38+
2339
2021.1.12
2440
* gh-2243: Fix arrow key issue in cygwin pseudo console. (#2245)
2541
* Add `ConEmuC -verbose` switch to force called functions printing to stdout (debugging purposes).

src/ConEmu/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// 210112
1+
// 210128
22
#define MVV_1 21
33
#define MVV_2 1
4-
#define MVV_3 12
4+
#define MVV_3 28
55
#define MVV_4 0
66
#define MVV_4a ""
77
#undef MVV_git

src/Setup/Setupper/VersionI.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#define CONEMUVERN 21,1,12,0
2-
#define CONEMUVERS "210112"
3-
#define CONEMUVERL L"210112"
4-
#define MSI86 "../ConEmu.210112.x86.msi"
5-
#define MSI64 "../ConEmu.210112.x64.msi"
1+
#define CONEMUVERN 21,1,28,0
2+
#define CONEMUVERS "210128"
3+
#define CONEMUVERL L"210128"
4+
#define MSI86 "../ConEmu.210128.x86.msi"
5+
#define MSI64 "../ConEmu.210128.x64.msi"

src/Setup/Version.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
33

4-
<?define Version = '$(var.MajorVersion).210.1120' ?>
5-
<?define ConEmuVerS = '210112.$(var.Platform)' ?>
4+
<?define Version = '$(var.MajorVersion).210.1280' ?>
5+
<?define ConEmuVerS = '210128.$(var.Platform)' ?>
66

77
</Include>

0 commit comments

Comments
 (0)