X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=060c7f08315e447154d845e63ce93512c4f251d3;hp=5ed2708537547841363509b828844028d3d6eb24;hb=c0610592c2bdf4f0185ad989f45fb845ba2da797;hpb=d2a5405383bbf441f0d586053f64bb8738e3b146 diff --git a/news.php b/news.php index 5ed2708..060c7f0 100644 --- a/news.php +++ b/news.php @@ -1,8 +1,6 @@ - + -GNU nano: News - - +
@@ -17,6 +15,26 @@


+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"
    @@ -24,7 +42,7 @@ 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'. + 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,
    @@ -257,6 +275,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.