Skip to content

Commit

Permalink
161009 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Oct 10, 2016
1 parent b11ccdf commit f22db9c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
4 changes: 2 additions & 2 deletions PortableApps/App/AppInfo/appinfo.ini
@@ -1,6 +1,6 @@
[Version]
PackageVersion=16.10.2.0
DisplayVersion=161002
PackageVersion=16.10.9.0
DisplayVersion=161009

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


2016.10.9
* GuiMacro: Allow {Task} arguments in `Shell` function.
* Reuse previous palette on Unfasten/Re-Attach.
* gh-888: Allow to use ConEmu as default console in third-party applications.
* DefTerm. Reinit some functions in SetAllHook
* gh-830: Fix: Significant dwm.exe CPU time when renamed ConEmu tab is active.
* gh-886: Settings / Integration: When ‘Shift’ is pressed during ‘Register’ button click,
ConEmu's ‘Here’ and ‘Inside’ items are registered as ‘extended’ menu items,
and they are shown by Explorer only when ‘Shift’ is pressed.
* Show process startup time in SysInfo and LogFiles.
* Far macro emulating `Ctrl+Number` on `LCtrl+Shift+Number` keypress.


2016.10.2
* gh-879: Fix doubled CJK glyphs on Windows 10 build 14931.
Windows 10 (since 14931) has changed behavior for double-cell glyphs. Now they are
Expand Down
4 changes: 2 additions & 2 deletions src/ConEmu/version.h
@@ -1,7 +1,7 @@
// 161002
// 161009
#define MVV_1 16
#define MVV_2 10
#define MVV_3 2
#define MVV_3 9
#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 16,10,2,0
#define CONEMUVERS "161002"
#define CONEMUVERL L"161002"
#define MSI86 "../ConEmu.161002.x86.msi"
#define MSI64 "../ConEmu.161002.x64.msi"
#define CONEMUVERN 16,10,9,0
#define CONEMUVERS "161009"
#define CONEMUVERL L"161009"
#define MSI86 "../ConEmu.161009.x86.msi"
#define MSI64 "../ConEmu.161009.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).161.0020' ?>
<?define ConEmuVerS = '161002.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).161.0090' ?>
<?define ConEmuVerS = '161009.$(var.Platform)' ?>

</Include>

0 comments on commit f22db9c

Please sign in to comment.