From ff1f0223bd5cf010e6d2af5d0dcd8de027158db7 Mon Sep 17 00:00:00 2001 From: cbucher Date: Tue, 8 Mar 2016 08:21:08 +0100 Subject: [PATCH] version 1.16.1.16068 --- README.md | 20 +++++++++++++++++++- help/html/copyright.html | 2 +- setup/config/console.xml | 36 +++++++++++++++++++++++++++++++++--- shared/version.h | 10 +++++----- 4 files changed, 58 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4a2a5332..0cadc7fc 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,24 @@ Changelog + added * fixed +Changes in 1.16.1 (08 mar 2016) + + ! Upgrade FreeImage version from 3.15.4 to 3.17.0. + ! Show BMP/DIB/GIF/JPEG/PNG files in Browse background image dialog. + + Detect new docking positions with "snap to desktop edges" (top/bottom/left/right middle). + + By default the console support UNICODE characters and number of rows/columns should not be limited: + ConsoleZ set the current Windows console font to "Lucidia Console" size 5. + + Support UNICODE picture filename. + + German localization (thanks to cruzzer). + * Fix placement problem with "snap to desktop edges" when cursor is in another monitor. + * Fix crash when wallpaper picture loading fails. + * When you configured a background with relative picture then wallpaper was drawn. + * Fix the word selection: right delimiters was not used. + * "Click Link" does no longer launch an empty string. + This was launching explorer in the current working directory. + * Fix highlighting color setting saving. + * Fix wallpaper display. + Changes in 1.16.0 (07 feb 2016) ! PowerShell progressbar detection is disabled. @@ -51,7 +69,7 @@ Changes in 1.16.0 (07 feb 2016) Inheritance works now with mono-instance. There is no inheritance when the shell run as administrator or whith another user credentials! - + Glass effect transparency under Windows 10. + + Glass effect transparency on Windows 10. + Specific ConsoleZxxx environment variables: ConsoleZBaseDir = folder containing console.exe ConsoleZVersion = current version of ConsoleZ diff --git a/help/html/copyright.html b/help/html/copyright.html index b3c65eca..7f69fceb 100644 --- a/help/html/copyright.html +++ b/help/html/copyright.html @@ -10,7 +10,7 @@

Copyright

- ConsoleZ is Copyright (C) 2011-2015 Christophe Bucher + ConsoleZ is Copyright (C) 2011-2016 Christophe Bucher

Console is Copyright (C) 2001-2011 Marko Bozikovic diff --git a/setup/config/console.xml b/setup/config/console.xml index 0e61c25c..1410b8f2 100644 --- a/setup/config/console.xml +++ b/setup/config/console.xml @@ -27,17 +27,20 @@ - + - + + - + + + @@ -76,8 +79,12 @@ + + + + @@ -95,6 +102,7 @@ + @@ -109,7 +117,24 @@ + + + + + + + + + + + + + + + + + @@ -121,7 +146,12 @@ + + + + + diff --git a/shared/version.h b/shared/version.h index c834c4c5..f810e44e 100644 --- a/shared/version.h +++ b/shared/version.h @@ -2,14 +2,14 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 16 -#define VERSION_BUILD 0 -#define VERSION_BUILD2 16038 -#define VERSION_FILE "1.16.0.16038" -#define VERSION_PRODUCT "1.16.0.16038" +#define VERSION_BUILD 1 +#define VERSION_BUILD2 16068 +#define VERSION_FILE "1.16.1.16068" +#define VERSION_PRODUCT "1.16.1.16068" #define VERSION_COPYRIGHT "Copyright (C) 2011-2016 Bucher Christophe" #ifndef _WIN32 -VERSION = 1.16.0.16038 +VERSION = 1.16.1.16068 #endif