210314 release files

This commit is contained in:
Maximus5 2021-03-15 01:55:25 +01:00
parent 80bda3a5c5
commit 8cc8f95bfe
5 changed files with 15 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[Version]
PackageVersion=21.3.12.0
DisplayVersion=210312
PackageVersion=21.3.14.0
DisplayVersion=210314
[Format]
Type=PortableApps.comFormat

View File

@ -20,6 +20,10 @@ https://conemu.github.io/en/Whats_New.html
-------------------------------------------
2021.3.14
* gh-327: Allow expand selection after DblClick.
2021.3.12
* gh-2280: Let's tripple click select long lines wrapped on several rows (same AI as in copying selected text).
* Correct double-click selection condition (was unselected unexpectedly in some cases, e.g. dblclick over comma).

View File

@ -1,7 +1,7 @@
// 210312
// 210314
#define MVV_1 21
#define MVV_2 3
#define MVV_3 12
#define MVV_3 14
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git

View File

@ -1,5 +1,5 @@
#define CONEMUVERN 21,3,12,0
#define CONEMUVERS "210312"
#define CONEMUVERL L"210312"
#define MSI86 "../ConEmu.210312.x86.msi"
#define MSI64 "../ConEmu.210312.x64.msi"
#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"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define Version = '$(var.MajorVersion).210.3120' ?>
<?define ConEmuVerS = '210312.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).210.3140' ?>
<?define ConEmuVerS = '210314.$(var.Platform)' ?>
</Include>