Skip to content

Commit 0a4f947

Browse files
committed
180626 release files
1 parent b0c73ca commit 0a4f947

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

PortableApps/App/AppInfo/appinfo.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Version]
2-
PackageVersion=18.6.17.0
3-
DisplayVersion=180617
2+
PackageVersion=18.6.26.0
3+
DisplayVersion=180626
44

55
[Format]
66
Type=PortableApps.comFormat

Release/ConEmu/WhatsNew-ConEmu.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ https://conemu.github.io/en/Whats_New.html
2020
-------------------------------------------
2121

2222

23+
2018.6.26
24+
* gh-1606: Don't show assertion on start if we can't determine HKL name, just write info to log.
25+
* gh-1613: In some cases first four CJK cells were displayed using wrong attributes (inverse, underline).
26+
* gh-1560: Try to support high-precision mouse wheels and trackpads.
27+
* gh-1614: Fix long running session performance issues (CreateToolhelp32Snapshot).
28+
* gh-1615: Workaroung for Win10 insider cursor position bug after writing `\b \b` to console.
29+
* Reset prompt-start position after newline to avoid unexpected behavior of `Shift+Home`.
30+
* Avoid rapid window flashing initialized from console applications, log FlashWindow requests.
31+
32+
2333
2018.6.17
2434
* gh-1590: Quake activation (up/down) did not work properly with ChildGui in tab.
2535
* Show `-switch` style in ConEmuC help.

src/ConEmu/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// 180617
1+
// 180626
22
#define MVV_1 18
33
#define MVV_2 6
4-
#define MVV_3 17
4+
#define MVV_3 26
55
#define MVV_4 0
66
#define MVV_4a ""
77
#undef MVV_git

src/Setup/Setupper/VersionI.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#define CONEMUVERN 18,6,17,0
2-
#define CONEMUVERS "180617"
3-
#define CONEMUVERL L"180617"
4-
#define MSI86 "../ConEmu.180617.x86.msi"
5-
#define MSI64 "../ConEmu.180617.x64.msi"
1+
#define CONEMUVERN 18,6,26,0
2+
#define CONEMUVERS "180626"
3+
#define CONEMUVERL L"180626"
4+
#define MSI86 "../ConEmu.180626.x86.msi"
5+
#define MSI64 "../ConEmu.180626.x64.msi"

src/Setup/Version.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
33

4-
<?define Version = '$(var.MajorVersion).180.6170' ?>
5-
<?define ConEmuVerS = '180617.$(var.Platform)' ?>
4+
<?define Version = '$(var.MajorVersion).180.6260' ?>
5+
<?define ConEmuVerS = '180626.$(var.Platform)' ?>
66

77
</Include>

0 commit comments

Comments
 (0)