Skip to content

Commit

Permalink
160605 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Jun 6, 2016
1 parent 674041c commit 8bb082e
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 16 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=16.5.29.0
DisplayVersion=160529
PackageVersion=16.6.5.0
DisplayVersion=160605

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


2016.6.5
* User was enable to enter list of executables on AppDistinct settings page (regression).
* Option ‘New window’ in the create new console dialog started ConEmu with wrong arguments (no xml, etc.)
* DefTerm. Option ‘Register on OS startup’ did not use specified xml file.
* gh-698: Fix crash on copy selected text in HTML format if raster font is used.
* Fix conditon for `<BS>` key posting (ref: gh-641).
* gh-667: Alt+GrayPlus+HexNumbers changes.
* Alt+GrayPlus is bypassed to Far Manager by default. User still may
set up explicit hotkey for ‘Start Alt+Number mode’ action.
* Option ‘Alt+NumpadAdd - unicode hex codebase’ on the ‘Keyboard’ page
(has no effect in Far Manager).
* gh-629: Try to enable xterm keyboard emulation automatically (BashOnWindows).


2016.5.29
* gh-457: Support DefTerm feature for Idle (Pythonw.exe) and VisualStudio Code (code.exe).
* DefTerm: ConEmu crashed if it's closed during DefTerm initialization.
Expand Down
2 changes: 1 addition & 1 deletion nuget/ConEmu.Core/ConEmu.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>ConEmu.Core</id>
<version>16.5.29.0</version>
<version>16.6.5.0</version>
<title>ConEmu.Core</title>
<authors>Maximus5</authors>
<owners>Maximus5</owners>
Expand Down
2 changes: 1 addition & 1 deletion nuget/chocolatey/ConEmu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>ConEmu</id>
<version>16.5.29.0</version>
<version>16.6.5.0</version>
<title>ConEmu</title>
<authors>Maximus5</authors>
<owners>Maximus5, Xavier Decoster, Ethan J. Brown</owners>
Expand Down
2 changes: 1 addition & 1 deletion nuget/chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$package = 'ConEmu'
$version = '16.05.29'
$version = '16.06.05'

$isSytem32Bit = (($Env:PROCESSOR_ARCHITECTURE -eq 'x86') -and `
($Env:PROCESSOR_ARCHITEW6432 -eq $null))
Expand Down
2 changes: 1 addition & 1 deletion nuget/chocolatey/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$package = 'ConEmu'
$version = '16.05.29'
$version = '16.06.05'


$isSytem32Bit = (($Env:PROCESSOR_ARCHITECTURE -eq 'x86') -and `
Expand Down
6 changes: 3 additions & 3 deletions src/ConEmu/version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 160529
// 160605
#define MVV_1 16
#define MVV_2 5
#define MVV_3 29
#define MVV_2 6
#define MVV_3 5
#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 16,5,29,0
#define CONEMUVERS "160529"
#define CONEMUVERL L"160529"
#define MSI86 "../ConEmu.160529.x86.msi"
#define MSI64 "../ConEmu.160529.x64.msi"
#define CONEMUVERN 16,6,5,0
#define CONEMUVERS "160605"
#define CONEMUVERL L"160605"
#define MSI86 "../ConEmu.160605.x86.msi"
#define MSI64 "../ConEmu.160605.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).160.5290' ?>
<?define ConEmuVerS = '160529.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).160.6050' ?>
<?define ConEmuVerS = '160605.$(var.Platform)' ?>

</Include>

0 comments on commit 8bb082e

Please sign in to comment.