From a84447e63f6d1edb72fc473668ae67b1c8aef9ac Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 21 May 2016 08:19:14 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ae5dc8e..ee4a8d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,38 @@ -=== tio v1.13 === +=== tio v1.14 === + + + +Changes since tio v1.13: + + * Fixed tio_printf macro + + * Fixed launch hints + + Fixed launch hints not being printed in no autoconnect mode. + + * Added 'ctrl-t ?' to list available commands + + * Fixed log mechanism + + To avoid echoing only log what is received from tty device. + + * Improved tio output + + Added titles and indentation to commands output for clearer separation + when firing commands repeatedly. + + Also added print of tio version and quit command hint at launch. + + * Cleaned up tio print mechanism + +Jakub Wilk: + + * Fixed grammar + + "allow" is a transitive verb, which requires an object, + so "allow to " is ungrammatical. + + * Fixed typo