From 1c32555c2a4f26b60f94757656825fc6684d6892 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 19 Sep 2023 21:48:58 +0200 Subject: [PATCH] Update NEWS --- NEWS | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7d67de2..28a3d31 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,31 @@ -=== tio v2.6 === +=== tio v2.7 === + + + +Changes since tio v2.6: + +Paul Ruizendaal: + + * Add xmodem and ymodem file send support + +HiFiPhile: + + * tty_stdin_input_thread(): write to pipe only if byte_count > 0. + + * Ignore EINTR error. + + * CYGWIN: Add support for "COM*" naming. + +Wes Koerber: + + * chore: reorder log-strip and log-append + + reorder to maintain consistency with documentation + + * chore: update readme, bash completion, man page + + * fix: support --log-append in cli options