Skip to content

Commit

Permalink
180626 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Jun 26, 2018
1 parent b0c73ca commit 0a4f947
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.6.17.0
DisplayVersion=180617
PackageVersion=18.6.26.0
DisplayVersion=180626

[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.6.26
* gh-1606: Don't show assertion on start if we can't determine HKL name, just write info to log.
* gh-1613: In some cases first four CJK cells were displayed using wrong attributes (inverse, underline).
* gh-1560: Try to support high-precision mouse wheels and trackpads.
* gh-1614: Fix long running session performance issues (CreateToolhelp32Snapshot).
* gh-1615: Workaroung for Win10 insider cursor position bug after writing `\b \b` to console.
* Reset prompt-start position after newline to avoid unexpected behavior of `Shift+Home`.
* Avoid rapid window flashing initialized from console applications, log FlashWindow requests.


2018.6.17
* gh-1590: Quake activation (up/down) did not work properly with ChildGui in tab.
* Show `-switch` style in ConEmuC help.
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 @@
// 180617
// 180626
#define MVV_1 18
#define MVV_2 6
#define MVV_3 17
#define MVV_3 26
#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,6,17,0
#define CONEMUVERS "180617"
#define CONEMUVERL L"180617"
#define MSI86 "../ConEmu.180617.x86.msi"
#define MSI64 "../ConEmu.180617.x64.msi"
#define CONEMUVERN 18,6,26,0
#define CONEMUVERS "180626"
#define CONEMUVERL L"180626"
#define MSI86 "../ConEmu.180626.x86.msi"
#define MSI64 "../ConEmu.180626.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.6170' ?>
<?define ConEmuVerS = '180617.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).180.6260' ?>
<?define ConEmuVerS = '180626.$(var.Platform)' ?>

</Include>

0 comments on commit 0a4f947

Please sign in to comment.