From 8d053b5179d88261029aa13107449dfdef949d21 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 5 Aug 2018 17:00:21 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index c77962e7..88da9839 100644 --- a/NEWS +++ b/NEWS @@ -61,6 +61,12 @@ v0.4 (xxxx-xx-xx) - Frames can now also be discontinuous. - Frames and zones too small to be displayed will be marked with a zig-zag pattern. +- General improvements to message list and message markers. + - Hovering over message on a list will highlight its marker (previously it + only worked the other way). + - Left clicking on a message marker will focus the message list on the + selected message. + - Middle clicking on a message marker will center it on screen. v0.3.3 (2018-07-03) -------------------