Skip to content

Commit

Permalink
version 1.08.0 (28 Sep 2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed Sep 30, 2013
1 parent ca511fd commit 8f73ff7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,16 @@ Changelog
+ added
* fixed

Changes in 1.08.0 beta 6 (23 Sep 2013)
Changes in 1.08.0 (28 Sep 2013)

! Prettier split bar (aero only)
+ Displays intensified colors in bold.
+ Displays intensified colors in italic.
+ 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.
* Some cursors was hidden with black color.
* Fade cursor was blinking when console was inactive.
* Fix DBCS rendering.
Expand All @@ -43,6 +47,7 @@ Changes in 1.08.0 beta 6 (23 Sep 2013)
* 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)

Changes in 1.07.1 (05 Jul 2013)

Expand Down
7 changes: 4 additions & 3 deletions help/html/settings_tabs_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ <h2>Shell</h2>

<p class="block-row-name">Shell</p>
<p class="block-row-description">
Specifies tab shell command line. If empty, the tab will use Console's
default shell.
Specifies tab shell command line. If empty, the tab will use ConsoleZ's default shell.<br />
If the selected file is a link, then icon, program's path, arguments, working directory and "run as administrator" option are extracted from the link.
The link path is not saved. The link can be deleted.
</p>
<br />

<p class="block-row-name">Startup dir</p>
<p class="block-row-description">
Specifies tab's shell initial directory. If empty, Console's default
Specifies tab's shell initial directory. If empty, ConsoleZ's default
initial directory will be used.
</p>
<br />
Expand Down
2 changes: 1 addition & 1 deletion setup/config/console.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</mouse>
<tabs>
<tab title="Console2" use_default_icon="0">
<console shell="" init_dir="" run_as_user="0" user="" net_only="0"/>
<console shell="" init_dir="" run_as_user="0" user="" net_only="0" run_as_admin="0"/>
<cursor style="0" r="255" g="255" b="255"/>
<background type="0" r="0" g="0" b="0">
<image file="" relative="0" extend="0" position="0">
Expand Down
4 changes: 2 additions & 2 deletions shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_BUILD 0
#define VERSION_BUILD2 13265
#define VERSION_BUILD2 13271
#define VERSION_FILE "1.8.0"
#define VERSION_PRODUCT "1, 8, 0, 13265"
#define VERSION_PRODUCT "1, 8, 0, 13271"
#define VERSION_COPYRIGHT "Copyright (C) 2011-2013 Bucher Christophe"

0 comments on commit 8f73ff7

Please sign in to comment.