mirror of
https://github.com/Maximus5/ConEmu.git
synced 2025-05-09 01:01:08 +08:00
210314 release files
This commit is contained in:
parent
80bda3a5c5
commit
8cc8f95bfe
@ -1,6 +1,6 @@
|
||||
[Version]
|
||||
PackageVersion=21.3.12.0
|
||||
DisplayVersion=210312
|
||||
PackageVersion=21.3.14.0
|
||||
DisplayVersion=210314
|
||||
|
||||
[Format]
|
||||
Type=PortableApps.comFormat
|
||||
|
@ -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).
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user