From 7f97f06507d2dd755b4a490cf7bfed78bf29ef09 Mon Sep 17 00:00:00 2001 From: cbucher Date: Tue, 17 Dec 2013 21:59:49 +0100 Subject: [PATCH] version 1.09.1.13351 --- README.md | 7 ++++++- shared/version.h | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4717ae9e..cf7b4a94 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ Changelog + added * fixed +Changes in 1.09.1 (17 Dec 2013) + + ! In settings, check if a hotkey is already assigned. + * Fix the new keyboard handling. + Changes in 1.09.0 (01 Dec 2013) ! Title options are more consistent. @@ -48,7 +53,7 @@ Changes in 1.09.0 (01 Dec 2013) + Blinking XTerm Cursor. + Support of drag and drop in settings. + Can hide icons in tabs bar. - * Fix problem with dead chars sent to multiple consoles. + * Fix problem with dead chars sent to multiple consoles (new keyboard handling). * Fix icon extraction with negative index. * Fix a visual bug when caption and resize are removed. * Transmit the current working directory when application instance is reused. diff --git a/shared/version.h b/shared/version.h index 076a25a7..69c2047b 100644 --- a/shared/version.h +++ b/shared/version.h @@ -3,7 +3,7 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 9 #define VERSION_BUILD 0 -#define VERSION_BUILD2 13335 -#define VERSION_FILE "1.9.0" -#define VERSION_PRODUCT "1, 9, 0, 13335" +#define VERSION_BUILD2 13351 +#define VERSION_FILE "1.9.1" +#define VERSION_PRODUCT "1, 9, 1, 13351" #define VERSION_COPYRIGHT "Copyright (C) 2011-2013 Bucher Christophe"