Skip to content

Commit

Permalink
version 1.12.0.14282
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed Oct 9, 2014
1 parent adc1c24 commit 73aebee
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
25 changes: 20 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ Changelog
+ added
* fixed

Changes in 1.12.0 (09 Oct 2014)
! The tab's title is now modified when you drag & drop a shortcut.
The title is set with shortcut filename.
! The default colors map is no longer displayed in Settings/Console
! Mouse command "drag window" has no effect when application is maximized or runs
in fullscreen mode.
+ Tab's background can be inherited.
+ Tab's cursor can be inherited.
+ Tab Base Priority.
+ "Click link" mouse command.
+ Set environment variables per tabs.
+ Clear and Reset Scrollback.
* Use impersonated user's environment block.

Changes in 1.11.0 (23 Jun 2014)

! Window columns limit is now 300.
Expand All @@ -43,8 +57,8 @@ Changes in 1.11.0 (23 Jun 2014)
+ Add %d to text formatting syntax: current directory.
+ Add %P to text formatting syntax: ID of last process attached to the console.
+ Support external commands (syntax uses title formatting).
+ Support credential providers (allowing integration of additional authentication mechanisms
such as biometrics and smart cards).
+ Support credential providers (allowing integration of additional authentication
mechanisms such as biometrics and smart cards).
+ New docking positions: top middle, bottom middle, left middle and right middle.
+ Quake like animation time is settable.
+ Add search bar.
Expand Down Expand Up @@ -111,15 +125,16 @@ Changes in 1.08.0 (28 Sep 2013)
+ user can configure an extra width added to the fixed width of the font.
+ shell can be launched with elevated priviledges (run as administrator).
+ supports shell link files (.lnk) in tabs settings.
Icon, program's path, arguments, working directory and "run as administrator" option
are extracted from the link.
Icon, program's path, arguments, working directory and "run as administrator"
option are extracted from the link.
* Some cursors was hidden with black color.
* Fade cursor was blinking when console was inactive.
* Fix DBCS rendering.
* Fix DBCS selection.
* Fix DBCS cursor.
* Fix hang when starting with multiple startup tabs.
* Pressing alt key will switch the menu bar visibility only if menu bar is not permanently on.
* Pressing alt key will switch the menu bar visibility only if menu bar is not
permanently on.
* Fix pasting to multiple views when views are grouped.
* Inputs are no longer sent to views do not belong to the group.
* Active view cannot be painted (and 100% cpu).
Expand Down
2 changes: 2 additions & 0 deletions setup/config/console.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<hotkey ctrl="1" shift="1" alt="0" extended="0" code="71" command="ungroupall"/>
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="84" command="grouptab"/>
<hotkey ctrl="1" shift="1" alt="0" extended="0" code="84" command="ungrouptab"/>
<hotkey ctrl="0" shift="0" alt="0" extended="0" code="0" command="clear"/>
<hotkey ctrl="1" shift="0" alt="0" extended="1" code="45" command="copy"/>
<hotkey ctrl="1" shift="0" alt="0" extended="0" code="65" command="selectall"/>
<hotkey ctrl="1" shift="0" alt="0" extended="1" code="46" command="clear_selection"/>
Expand Down Expand Up @@ -140,6 +141,7 @@
<action ctrl="0" shift="0" alt="0" button="0" name="select_column"/>
<action ctrl="0" shift="0" alt="0" button="3" name="paste"/>
<action ctrl="1" shift="0" alt="0" button="1" name="drag"/>
<action ctrl="0" shift="0" alt="0" button="4" name="link"/>
<action ctrl="0" shift="0" alt="0" button="2" name="menu"/>
<action ctrl="0" shift="0" alt="0" button="0" name="menu2"/>
<action ctrl="0" shift="0" alt="0" button="0" name="menu3"/>
Expand Down
10 changes: 5 additions & 5 deletions shared/version.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#pragma once

#define VERSION_MAJOR 1
#define VERSION_MINOR 11
#define VERSION_MINOR 12
#define VERSION_BUILD 0
#define VERSION_BUILD2 14175
#define VERSION_FILE "1.11.0"
#define VERSION_PRODUCT "1, 11, 0, 14175"
#define VERSION_BUILD2 14282
#define VERSION_FILE "1.12.0"
#define VERSION_PRODUCT "1, 12, 0, 14282"
#define VERSION_COPYRIGHT "Copyright (C) 2011-2014 Bucher Christophe"

#ifndef _WIN32

VERSION = 1.11.0.14175
VERSION = 1.12.0.14282

#endif

0 comments on commit 73aebee

Please sign in to comment.