X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=news.php;h=951c0e0a35b26bc4d97ff47f208c6369723bb74d;hb=2745bc14f68e23731e7717dc49ee271337b94054;hp=4b44e76fd737ebdcd8fea087acd750d994294d43;hpb=0ce2f4ef955479bc20ebfb8dcd827da4397ab77e;p=nano-editor.git diff --git a/news.php b/news.php index 4b44e76..951c0e0 100644 --- a/news.php +++ b/news.php @@ -12,13 +12,21 @@

+2022 February 18 - GNU nano 6.2 "Kamperfoelie" +
+
    +
  • The file browser clears the prompt bar also when using --minibar.
  • +
  • Linting now works also with a newer 'pyflakes'.
  • +
+

+ 2022 February 9 - GNU nano 6.1 "Rețelele de socializare sunt ca un frigider"
    -
  • The behavior of ^K at a prompt has been enhanced: when there is some
    - text after the cursor, just this text is erased. In the most common
    - situation, when the cursor is at the end of the answer, the behavior
    - is as before: the whole answer is erased.
  • +
  • The behavior of ^K at a prompt has been enhanced: when there
    + is text after the cursor, just this text is erased. (In the usual
    + situation, however, when the cursor is at the end of the answer,
    + the behavior is as before: the whole answer is erased.)
  • At a prompt, M-6 copies the current answer into the cutbuffer.
  • Large external pastes into nano are handled more quickly.