mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-09 01:01:08 +08:00
210422 release files
This commit is contained in:
parent
ecc79be2f7
commit
5d888d58e0
@ -1,6 +1,6 @@
|
||||
[Version]
|
||||
PackageVersion=21.3.14.0
|
||||
DisplayVersion=210314
|
||||
PackageVersion=21.4.22.0
|
||||
DisplayVersion=210422
|
||||
|
||||
[Format]
|
||||
Type=PortableApps.comFormat
|
||||
|
@ -20,6 +20,14 @@ https://conemu.github.io/en/Whats_New.html
|
||||
-------------------------------------------
|
||||
|
||||
|
||||
2021.4.22
|
||||
* gh-2212: Fix running `set path` from Far Manager 1.75.
|
||||
* gh-2302: Fix terminal mode returning to Far Manager from xterm commands.
|
||||
* Pixel-hint the icons.
|
||||
* Visibility improvements for some long string in settings dialogs.
|
||||
* l10n: translations were updated
|
||||
|
||||
|
||||
2021.3.14
|
||||
* gh-327: Allow expand selection after DblClick.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
// 210314
|
||||
// 210422
|
||||
#define MVV_1 21
|
||||
#define MVV_2 3
|
||||
#define MVV_3 14
|
||||
#define MVV_2 4
|
||||
#define MVV_3 22
|
||||
#define MVV_4 0
|
||||
#define MVV_4a ""
|
||||
#undef MVV_git
|
||||
|
@ -1,5 +1,5 @@
|
||||
#define CONEMUVERN 21,3,14,0
|
||||
#define CONEMUVERS "210314"
|
||||
#define CONEMUVERL L"210314"
|
||||
#define MSI86 "../ConEmu.210314.x86.msi"
|
||||
#define MSI64 "../ConEmu.210314.x64.msi"
|
||||
#define CONEMUVERN 21,4,22,0
|
||||
#define CONEMUVERS "210422"
|
||||
#define CONEMUVERL L"210422"
|
||||
#define MSI86 "../ConEmu.210422.x86.msi"
|
||||
#define MSI64 "../ConEmu.210422.x64.msi"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Include>
|
||||
|
||||
<?define Version = '$(var.MajorVersion).210.3140' ?>
|
||||
<?define ConEmuVerS = '210314.$(var.Platform)' ?>
|
||||
<?define Version = '$(var.MajorVersion).210.4220' ?>
|
||||
<?define ConEmuVerS = '210422.$(var.Platform)' ?>
|
||||
|
||||
</Include>
|
Loading…
x
Reference in New Issue
Block a user