Skip to content

Commit

Permalink
version 1.16.0.16038
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed Feb 7, 2016
1 parent d87625a commit 65483fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions shared/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 65483fa

Please sign in to comment.