From 7b5529b31fa1a19ef6b612c96d103fa066ef13e2 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 15 Jul 2022 19:02:36 +0200 Subject: [PATCH] Update NEWS --- NEWS | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6600606..007ec11 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,43 @@ -=== tio v1.44 === +=== tio v1.45 === + + + +Changes since tio v1.44: + + * Introduce bold color option + + Introduce "bold" color option which only apply bold color formatting to + existing system color. + + Also make "bold" the default color option. + + Fixes all white issue with black on white tio text. + + * Update README + + * Change 'ctrl-t T' to 'ctrl-t t' for timestamp toggle + + * Add support for remapping prefix key + + Make it possible to remap the prefix key (default: ctrl-t) by setting + the prefix-ctrl-key variable in the configuration file. + + Allowed values are in the range a..z. + + Example, to set the prefix key to ctrl-a simply do: + + prefix-ctrl-key = a + + * Add plaintext man page + +Rui Chen: + + * docs: add homebrew installation note + + * fix macOS build + + * fix compilation error