X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=e2c4b1ec67d5b83c9af3b5fed3512ea26342394f;hp=80b162258bb5001c172a7ef1e1b0a62ca6bf390e;hb=2e8352ecd2ba83ab6e24f23de1285ae0c9ecdbfd;hpb=3dfa6adf7b4b7a39917b892eceaca6826caddc3b diff --git a/news.php b/news.php index 80b1622..e2c4b1e 100644 --- a/news.php +++ b/news.php @@ -17,6 +17,31 @@

+2021 March 3 - GNU nano 5.6.1 "Geelgors" +
+
    +
  • Search matches are properly colorized in softwrap mode too.
  • +
  • Option 'highlightcolor' has been renamed to 'spotlightcolor'.
  • +
+

+ +2021 February 24 - GNU nano 5.6 "Wielewaal" +
+
    +
  • A search match gets highlighted (in black on yellow by default),
    + in addition to placing the cursor at the start of the match.
    + The color combination can be changed with 'set highlightcolor'.
    + By default the cursor is hidden until the next keystroke, but
    + it can be forced on with --showcursor / 'set showcursor'.
  • +
  • Option --markmatch / 'set markmatch' has been removed.
  • +
  • Cursor position and character code are displayed in the minibar
    + only when option --constantshow / 'set constantshow' is used,
    + and their display can be toggled with M-C.
  • +
  • The state flags are displayed in the minibar only when option
    + --stateflags / 'set stateflags' is used.
  • +
+

+ 2021 January 14 - GNU nano 5.5 "Rebecca"