From 852b8ddf4407bb31023746dbd8ae4b57760f13bd Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 19 May 2016 13:19:24 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e105ad5..31928f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,25 @@ -=== tio v1.12 === +=== tio v1.13 === + + + +Changes since tio v1.12: + + * Fixed some error prints + + * Fixed error printing for no autoconnect mode + + Always print errors but only print silent errors when in no autoconnect + mode. + + * Added key command for showing session settings + + A new key command "ctrl-t i" is added to allow the user to display the + various session settings information (baudrate, databits, log file, etc.). + + This is usefull in case you have a running session but have forgotten + what the settings are. + + Changes since tio v1.11: