From 521d2ff008b5589e27b10ccd85c4789824be7bdd Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Wed, 18 May 2016 09:13:10 +0200 Subject: [PATCH] Updated ChangeLog --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d339760..e105ad5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,40 @@ -=== tio v1.11 === +=== tio v1.12 === + +Changes since tio v1.11: + + * Consolidated command key handling + + * Moved delay mechanism into separate function + + * Retired obsolete usleep() + + Replaced with nanosleep() + + * Added simple tx/rx statistics command (ctrl-t s) + + To display the total number of bytes transmitted/received simply perform the + 'ctrl-t s' command sequence. + + This feature can be useful when eg. trying to detect non-printable + characters. + + * Further simplification of key handling + + Changed so that the "ctrl-t ctrl-t" sequence is now simply "ctrl-t t" to + send the ctrl-t key code. This is inspired by screen which does similar + to send its command key code (ctrl-a a). + + This change also allows to easier add new key commands if needed. + + Updated man page accordingly. + + * Cleaned up and simplified key handling + +Jakub Wilk: + + * Insert output delay only if something was output + + Changes since tio v1.10: @@ -147,4 +183,3 @@ Jakub Wilk: * Fixed silly "tio or tio" in man page * Fixed typo -