Skip to content

Commit

Permalink
180427 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Apr 28, 2018
1 parent dc375b4 commit 6a3d1e5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
4 changes: 2 additions & 2 deletions PortableApps/App/AppInfo/appinfo.ini
@@ -1,6 +1,6 @@
[Version]
PackageVersion=18.4.22.0
DisplayVersion=180422
PackageVersion=18.4.27.0
DisplayVersion=180427

[Format]
Type=PortableApps.comFormat
Expand Down
8 changes: 8 additions & 0 deletions Release/ConEmu/WhatsNew-ConEmu.txt
Expand Up @@ -20,6 +20,14 @@ https://conemu.github.io/en/Whats_New.html
-------------------------------------------


2018.4.27
* gh-934: Fix assertion `nNewWidth>0 && nNewHeight>0` appeared sometimes after console resize in Windows 10.
* gh-1503: Save size/pos/startup-task every minute.
* gh-1527: Fix auto-hidden scrollbar, was not revealed on mouse-over (regression 1fd7b5b2).
* gh-1526: Improve ‘Duplicate root...’ function.
* Allow to stop ‘Paused’ mode by `Esc` key.


2018.4.22
* Allow import of xml files without reset of current settings.
Example with Dracula color theme:
Expand Down
4 changes: 2 additions & 2 deletions src/ConEmu/version.h
@@ -1,7 +1,7 @@
// 180422
// 180427
#define MVV_1 18
#define MVV_2 4
#define MVV_3 22
#define MVV_3 27
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git
Expand Down
10 changes: 5 additions & 5 deletions src/Setup/Setupper/VersionI.h
@@ -1,5 +1,5 @@
#define CONEMUVERN 18,4,22,0
#define CONEMUVERS "180422"
#define CONEMUVERL L"180422"
#define MSI86 "../ConEmu.180422.x86.msi"
#define MSI64 "../ConEmu.180422.x64.msi"
#define CONEMUVERN 18,4,27,0
#define CONEMUVERS "180427"
#define CONEMUVERL L"180427"
#define MSI86 "../ConEmu.180427.x86.msi"
#define MSI64 "../ConEmu.180427.x64.msi"
4 changes: 2 additions & 2 deletions src/Setup/Version.wxi
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>

<?define Version = '$(var.MajorVersion).180.4220' ?>
<?define ConEmuVerS = '180422.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).180.4270' ?>
<?define ConEmuVerS = '180427.$(var.Platform)' ?>

</Include>

0 comments on commit 6a3d1e5

Please sign in to comment.