Skip to content

Commit

Permalink
141012 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus5 committed Oct 13, 2014
1 parent 5be0397 commit 25f70a1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 9 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.10.4.0
DisplayVersion=141004
PackageVersion=14.10.12.0
DisplayVersion=141012

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


2014.10.12
[*] Ensure that just installed (new config) ConEmu's window will not be larger that monitor working area.
[*] While converting old config do not get data from LogFont if it was not created yet.
[*] Use wiki page ‘Issues’ instead of ‘/issues/entry’ to avoid bad authorization redirection.
[*] Fix Apps+PgDn description misprint.
[*] Issue 1334: ConEmu plugin was not realized the attach is finished (call from plugin menu).
[*] Tab initialization fix for "far.exe /e ...".
[*] Ctrl+LClick was failed in some cases (Far editor, Lua macro).
[*] Issue 1731: Fix attach external Far Manager console from plugin (not recommended though).
[*] Update application manifests to Windows 10.
[*] Attach list (Win+G) was failed sometimes with showing correct bitness of processes.
[*] Show new console size in the status bar during resizing with mouse.
[*] Issue 1568: Try to hold cursor position (bottom visible line) in the bottom after resizing.
[*] Restrict minimal GUI height to ({4,2} x {splits count}).
[*] Macro: ConEmu.CtrlO.*: the Far default behavior (CtrlO) mapped to CtrlAltO because CtrlShiftO is used for splitting.
[*] Issue 1752: ConEmuTh: add ‘Turn off’ to the plugin menu. Macro option: Plugin.Call(ConEmuTh,256).
[*] ConEmu.Editor.lua: Fix auto switch to Editor Tab macro.
[*] ConEmu.ShiftEnter.lua: Fix ShiftEnter (run command in new tab) macro.
[*] Fix some EmergencyShow multi-process issues.
[*] Issue 1745: DPI scaling issues with font's combo boxes.
[*] Many internal changes.


2014.10.04
[*] Auto switch hovered tabs while dragging files from/to Far panel.
[*] Don't try to copy files from "C:\1\" to "C:\1\" (same src and dst folders).
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,10,4,0
#define CONEMUVERS "141004"
#define CONEMUVERL L"141004"
#define MSI86 "../ConEmu.141004.x86.msi"
#define MSI64 "../ConEmu.141004.x64.msi"
#define CONEMUVERN 14,10,12,0
#define CONEMUVERS "141012"
#define CONEMUVERL L"141012"
#define MSI86 "../ConEmu.141012.x86.msi"
#define MSI64 "../ConEmu.141012.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).141.0040' ?>
<?define ConEmuVerS = '141004.$(var.Platform)' ?>
<?define Version = '$(var.MajorVersion).141.0120' ?>
<?define ConEmuVerS = '141012.$(var.Platform)' ?>

</Include>

0 comments on commit 25f70a1

Please sign in to comment.