Skip to content

Commit

Permalink
180506 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed May 7, 2018
1 parent ca2ea87 commit 0538a60
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=18.5.3.0
DisplayVersion=180503
PackageVersion=18.5.6.0
DisplayVersion=180506

[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
-------------------------------------------


2018.5.6
* gh-884: In some cases Far panels directory were not updated (Tab title, etc.)
* gh-1082, gh-1546: Env.var ConEmuCfgDir was shorter by one char.
* gh-1503: Save on timer (every 5 minutes) only startup task if it was changed.
* gh-1538: Support user-defined drives mount point in WSL.
* gh-1539: Add workaround for 2 pixels cut off client area by autohidden taskbar.
* Far working directory was not reloaded for `%f` macro (tab template).
* Add TaskBar location to LogFile.


2018.5.3
* gh-1539: Resize fixes for auto-hidden Taskbar and caption-less mode.
* gh-1545: Fix paste problems in Windows 10 1803 on texts with spaces or CR/LF.
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 @@
// 180503
// 180506
#define MVV_1 18
#define MVV_2 5
#define MVV_3 3
#define MVV_3 6
#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 18,5,3,0
#define CONEMUVERS "180503"
#define CONEMUVERL L"180503"
#define MSI86 "../ConEmu.180503.x86.msi"
#define MSI64 "../ConEmu.180503.x64.msi"
#define CONEMUVERN 18,5,6,0
#define CONEMUVERS "180506"
#define CONEMUVERL L"180506"
#define MSI86 "../ConEmu.180506.x86.msi"
#define MSI64 "../ConEmu.180506.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).180.5030' ?>
<?define ConEmuVerS = '180503.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).180.5060' ?>
<?define ConEmuVerS = '180506.$(var.Platform)' ?>

</Include>

0 comments on commit 0538a60

Please sign in to comment.