Skip to content

Commit

Permalink
210312 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Mar 12, 2021
1 parent 103d11f commit 7e11970
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
4 changes: 2 additions & 2 deletions PortableApps/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Version]
PackageVersion=21.3.4.0
DisplayVersion=210304
PackageVersion=21.3.12.0
DisplayVersion=210312

[Format]
Type=PortableApps.comFormat
Expand Down
11 changes: 11 additions & 0 deletions Release/ConEmu/WhatsNew-ConEmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ https://conemu.github.io/en/Whats_New.html
-------------------------------------------


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).
* Let's triple click select last line trimming trailing spaces.
* gh-2292: Programs failed to run with `-new_console:i` switch from existing consoles.
* gh-2212: Fix command execution from Far Manager (files with commas, unquoted batches).
* gh-2279: Allow commands like `-run "cmd /k echo Hello world"`.
* Executor: choose ConEmuC bitness according to ComSpec settings.
* l10n: translations were updated


2021.3.4
* gh-2212: Fix executer in Far 1.75 (commands with redirections).
* gh-2249, gh-2248: ANSI: Fix new line processing (screen issues).
Expand Down
4 changes: 2 additions & 2 deletions src/ConEmu/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 210304
// 210312
#define MVV_1 21
#define MVV_2 3
#define MVV_3 4
#define MVV_3 12
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git
Expand Down
10 changes: 5 additions & 5 deletions src/Setup/Setupper/VersionI.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define CONEMUVERN 21,3,4,0
#define CONEMUVERS "210304"
#define CONEMUVERL L"210304"
#define MSI86 "../ConEmu.210304.x86.msi"
#define MSI64 "../ConEmu.210304.x64.msi"
#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"
4 changes: 2 additions & 2 deletions src/Setup/Version.wxi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>

<?define Version = '$(var.MajorVersion).210.3040' ?>
<?define ConEmuVerS = '210304.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).210.3120' ?>
<?define ConEmuVerS = '210312.$(var.Platform)' ?>

</Include>

0 comments on commit 7e11970

Please sign in to comment.