From 8f73ff77fd06bc4e85c5da606a62b7ad16961cbc Mon Sep 17 00:00:00 2001 From: cbucher Date: Mon, 30 Sep 2013 11:20:11 +0200 Subject: [PATCH] version 1.08.0 (28 Sep 2013) --- README.md | 7 ++++++- help/html/settings_tabs_main.html | 7 ++++--- setup/config/console.xml | 2 +- shared/version.h | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 589d9f2f..53bba1c2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) diff --git a/help/html/settings_tabs_main.html b/help/html/settings_tabs_main.html index 0f0c7a33..e6abd514 100644 --- a/help/html/settings_tabs_main.html +++ b/help/html/settings_tabs_main.html @@ -38,14 +38,15 @@

Shell

Shell

- 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.
+ 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.


Startup dir

- 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.


diff --git a/setup/config/console.xml b/setup/config/console.xml index 63de14f5..e64d95b0 100644 --- a/setup/config/console.xml +++ b/setup/config/console.xml @@ -115,7 +115,7 @@ - + diff --git a/shared/version.h b/shared/version.h index 5be1a28b..a40507f1 100644 --- a/shared/version.h +++ b/shared/version.h @@ -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"