X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=c25fdd95f90edd6b95bcb2c7aa19c6297e96836b;hp=42ed96cc2418abd788bc1454fe2bcd4f4df1a50d;hb=377f9fc5f5a595d92c97b444b5f769432317a9e4;hpb=85194e5b3da81762c22d95328e0e4d6f5261e21e diff --git a/news.php b/news.php index 42ed96c..c25fdd9 100644 --- a/news.php +++ b/news.php @@ -1,8 +1,6 @@ - + -GNU nano: News - - +
@@ -17,6 +15,39 @@


+2021 June 15 - GNU nano 5.8 "Why is it necessary to be special?" +
+
    +
  • After a search, the spotlighting is dropped after 1.5 seconds (0.8
    + seconds with --quick) to avoid the idea that the text is selected.
  • +
  • A + and a space before a filename on the command line will put
    + the cursor at the end of the corresponding buffer.
  • +
  • Linter messages no longer include filename and line/column numbers.
  • +
  • Color name "grey" or "gray" can be used instead of "lightblack".
  • +
  • The color of the minibar can be chosen with 'set minicolor'.
  • +
+

+ +2021 April 29 - GNU nano 5.7 "Toți ceilalți arau câmpurile" +
+
    +
  • The output of --constantshow (without --minibar) is more stable.
  • +
  • When opening multiple buffers and there is an error message, this
    + message is shown again upon first switch to the relevant buffer.
  • +
  • The position and size of the indicator now follow actual lines,
    + instead of visual lines when in softwrap mode, meaning that the
    + size of the indicator can change when scrolling in softwrap mode.
  • +
+

+ +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"
    @@ -257,6 +288,7 @@
    • The ability to read from and write to a FIFO has been regained.
    • +
    • Opening a file no longer triggers an inotify CLOSE_WRITE event.
    • Startup time is reduced by fully parsing a syntax only when needed.
    • Asking for help (^G) when using --operatingdir does not crash.
    • The reading of a huge or slow file can be stopped with ^C.