From f99a7f783e867af12e3a58b418a619318c62c576 Mon Sep 17 00:00:00 2001 From: cbucher Date: Fri, 29 Apr 2016 11:49:15 +0200 Subject: [PATCH] version 1.17.0.16120 --- README.md | 4 +++- shared/version.h | 12 ++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c40930ae..98a9eab0 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Changelog + added * fixed -Changes in 1.17.0 experimental (16 apr 2016) +Changes in 1.17.0 (29 apr 2016) ! Rebuild FreeImage 3.17.0 (static link without OpenMP) - ConsoleZ sets the current Windows console font to "Lucidia Console" size 5. @@ -46,8 +46,10 @@ Changes in 1.17.0 experimental (16 apr 2016) + Snippets manager. + "Resume scrolling" command. + Configure initial window state (appearence settings). + + Japanese localization (thanks to rosolino). * Mono-instance is no longer forced in jump lists. * User profile is fully created when running a shell with another user credentials. + * Scrolling during selection does not properly refresh. Changes in 1.16.1 (08 mar 2016) diff --git a/shared/version.h b/shared/version.h index f810e44e..1ea4baa5 100644 --- a/shared/version.h +++ b/shared/version.h @@ -1,15 +1,15 @@ #pragma once #define VERSION_MAJOR 1 -#define VERSION_MINOR 16 -#define VERSION_BUILD 1 -#define VERSION_BUILD2 16068 -#define VERSION_FILE "1.16.1.16068" -#define VERSION_PRODUCT "1.16.1.16068" +#define VERSION_MINOR 17 +#define VERSION_BUILD 0 +#define VERSION_BUILD2 16120 +#define VERSION_FILE "1.17.0.16120" +#define VERSION_PRODUCT "1.17.0.16120" #define VERSION_COPYRIGHT "Copyright (C) 2011-2016 Bucher Christophe" #ifndef _WIN32 -VERSION = 1.16.1.16068 +VERSION = 1.17.0.16120 #endif