Skip to content

Commit

Permalink
141001 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Oct 2, 2014
1 parent a57912f commit 28435a9
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 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=14.9.23.0
DisplayVersion=140923
PackageVersion=14.10.1.0
DisplayVersion=141001

[Format]
Type=PortableApps.comFormat
Expand Down
15 changes: 15 additions & 0 deletions Release/ConEmu/WhatsNew-ConEmu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ Votes and awards (vote for ConEmu, if you please)
http://code.google.com/p/conemu-maximus5/wiki/Awards


2014.10.01
[*] ConEmuPlugin was rewritten using classes (Far versioning).
[*] Don't activate Far Panels while Ctrl+LClick in Far Editor window.
[*] Issue 1717: Auto save/restore opened tabs renamed labels.
[*] AnsiEscapeCodes: 'ESC [ 90..97 m' high intensity foreground color, 'ESC [ 100..107' high intensity background color.
[*] Issue 1715: 'New window'+'Run as administrator' was created non-elevated window.
[*] Don't autoshow scrollbar on mouse hover while ConEmu is not in foreground.
[*] Far plugin. F11 -> 'ConEmu' -> 'Show all panels list'. Press enter to 'print' selected path into current Far window.
Use macro (ConEmu.PanelsList.lua) to simplify menu call.
Plugin.Call("4b675d80-1d4a-4ea9-8436-fdc23f2fc14b",11)
[*] Issue 1590: (workaround) Parameter 'StartCreateDelay' may be changed via settings (xml/reg). DWORD 10..10000, default 100.
[*] Debug. Some improvement in showing CP and console modes.
[*] Debug. Verbose WM_DEADCHAR warning.


2014.09.23
[*] Debug purpose switch: ConEmu.exe -LoadRegistry.
[*] Support automatic find/loading of ".ConEmu.xml" (dot prefixed) config file.
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 @@
// 140923
// 141001
#define MVV_1 14
#define MVV_2 9
#define MVV_3 23
#define MVV_2 10
#define MVV_3 1
#define MVV_4 0
#define MVV_4a ""
#undef MVV_git
Expand Down
2 changes: 1 addition & 1 deletion src/ConEmuPlugin/ConEmuPluginBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class CPluginBase
virtual bool GetFarRect(SMALL_RECT& rcFar) = 0;
virtual int GetMacroArea() = 0;
virtual LPCWSTR GetMsg(int aiMsg, wchar_t* psMsg = NULL, size_t cchMsgMax = 0) = 0;
virtual LPWSTR GetPanelDir(GetPanelDirFlags Flags, wchar_t* pszBuffer = NULL, INT_PTR cchBufferMax = 0) = 0;
virtual LPWSTR GetPanelDir(GetPanelDirFlags Flags, wchar_t* pszBuffer = NULL, int cchBufferMax = 0) = 0;
virtual bool GetPanelInfo(GetPanelDirFlags Flags, CEPanelInfo* pInfo) = 0;
virtual bool GetPanelItemInfo(const CEPanelInfo& PnlInfo, bool bSelected, INT_PTR iIndex, WIN32_FIND_DATAW& Info, wchar_t** ppszFullPathName) = 0;
virtual void GetPluginInfoPtr(void* piv) = 0; // PluginInfo* versioned
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 14,9,23,0
#define CONEMUVERS "140923"
#define CONEMUVERL L"140923"
#define MSI86 "../ConEmu.140923.x86.msi"
#define MSI64 "../ConEmu.140923.x64.msi"
#define CONEMUVERN 14,10,1,0
#define CONEMUVERS "141001"
#define CONEMUVERL L"141001"
#define MSI86 "../ConEmu.141001.x86.msi"
#define MSI64 "../ConEmu.141001.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).140.9230' ?>
<?define ConEmuVerS = '140923.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).141.0010' ?>
<?define ConEmuVerS = '141001.$(var.Platform)' ?>

</Include>

0 comments on commit 28435a9

Please sign in to comment.