From 65483faef1679022d94f64c928fe23b0b4ad8787 Mon Sep 17 00:00:00 2001 From: cbucher Date: Sun, 7 Feb 2016 20:50:03 +0100 Subject: [PATCH] version 1.16.0.16038 --- README.md | 7 ++++++- shared/version.h | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bac7301e..239e28c7 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,10 @@ Changelog + added * fixed -Changes in 1.16.0 experimental (23 jan 2016) +Changes in 1.16.0 (07 feb 2016) + ! PowerShell progressbar detection is disbled. + ! ConsoleZ hook can detect if the shell is a Win32 console application. + Command-line switch to toggle window visibility. + Select text/column with keyboard. + Per-monitor DPI awareness. @@ -45,6 +47,9 @@ Changes in 1.16.0 experimental (23 jan 2016) There is no inheritage when the shell run as administrator or whith another user credentials! + Glass effect transparency under Windows 10. + + Specific ConsoleZxxx environment variables: + ConsoleZBaseDir folder containing console.exe + ConsoleZVersion current version of ConsoleZ * Hide, when loosing focus, only if the new foreground window is not owned by our application. * Fix crash when screen buffer size is reduced. diff --git a/shared/version.h b/shared/version.h index 1abab3ac..c834c4c5 100644 --- a/shared/version.h +++ b/shared/version.h @@ -3,13 +3,13 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 16 #define VERSION_BUILD 0 -#define VERSION_BUILD2 16025 -#define VERSION_FILE "1.16.0" -#define VERSION_PRODUCT "1, 16, 0, 16025" +#define VERSION_BUILD2 16038 +#define VERSION_FILE "1.16.0.16038" +#define VERSION_PRODUCT "1.16.0.16038" #define VERSION_COPYRIGHT "Copyright (C) 2011-2016 Bucher Christophe" #ifndef _WIN32 -VERSION = 1.16.0.16025 +VERSION = 1.16.0.16038 #endif