Skip to content

Commit

Permalink
190303 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Mar 3, 2019
1 parent e995ebd commit 0bfdbca
Show file tree
Hide file tree
Showing 5 changed files with 21 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=19.3.1.0
DisplayVersion=190301
PackageVersion=19.3.3.0
DisplayVersion=190303

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


2019.3.3
* gh-1840: Fix hung during startup if Environment contains `echo -x ...`.
* The `-FontSize` is better name to change font size switch.
* Allow to do `Copy all` from load dump screen.
* gh-1833: Fix border rendering issues (bar placement).
* Icon was not autoloaded for some tabs (e.g. `pwsh.exe`).
* Add default tasks for ‘PowerShell Core’.
* Some internal changes in default tasks generation.


2019.3.1
* gh-1795: Unexpected ConEmu activation on monitor change.
* Paste hotkeys `Ctrl+V`/`Shift+Ins` didn't work in Far Manager if selection was present.
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 @@
// 190301
// 190303
#define MVV_1 19
#define MVV_2 3
#define MVV_3 1
#define MVV_3 3
#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 19,3,1,0
#define CONEMUVERS "190301"
#define CONEMUVERL L"190301"
#define MSI86 "../ConEmu.190301.x86.msi"
#define MSI64 "../ConEmu.190301.x64.msi"
#define CONEMUVERN 19,3,3,0
#define CONEMUVERS "190303"
#define CONEMUVERL L"190303"
#define MSI86 "../ConEmu.190303.x86.msi"
#define MSI64 "../ConEmu.190303.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).190.3010' ?>
<?define ConEmuVerS = '190301.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).190.3030' ?>
<?define ConEmuVerS = '190303.$(var.Platform)' ?>

</Include>

0 comments on commit 0bfdbca

Please sign in to comment.