From b44c4f41a68ce01b8bf5fae12c1971fb882bb565 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 10 May 2020 20:55:15 +1000 Subject: [PATCH] Document rgba faces and client stdin in the changelog --- doc/pages/changelog.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index f83601e8..67be2fc4 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -5,6 +5,12 @@ released versions. == Development version +* clients stdin is transferred to the server, making it possible + to pipe into `kak -c ` + +* Faces can have an alpha channel, specified using the + `rgba:RRGGBBAA` format. + * replace-ranges highlighter now support empty and multi-lines ranges * `%var{...}` now expands to list of strings, `$kak_quoted_...` now work