]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
rewrap a line, for esthetics
[nano-editor.git] / news.php
index 80b162258bb5001c172a7ef1e1b0a62ca6bf390e..c25fdd95f90edd6b95bcb2c7aa19c6297e96836b 100644 (file)
--- a/news.php
+++ b/news.php
@@ -1,8 +1,6 @@
-<?php include "top.php"; ?>
+<?php $title="News";  include "top.php"; ?>
 
-<title>GNU nano: News</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr VALIGN=TOP>
 <td>
 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <td>
 <br><br>
 
+2021 June 15 - <b>GNU nano 5.8</b> "Why is it necessary to be special?"
+<br>
+<table><tr><td><ul>
+<li>After a search, the spotlighting is dropped after 1.5 seconds (0.8<br>
+    seconds with <tt>--quick</tt>) to avoid the idea that the text is selected.</li>
+<li>A <tt>+</tt> and a space before a filename on the command line will put<br>
+    the cursor at the end of the corresponding buffer.</li>
+<li>Linter messages no longer include filename and line/column numbers.</li>
+<li>Color name "grey" or "gray" can be used instead of "lightblack".</li>
+<li>The color of the minibar can be chosen with 'set minicolor'.</li>
+</ul></td></tr></table>
+<br><br>
+
+2021 April 29 - <b>GNU nano 5.7</b> "To&#x21B;i ceilal&#x21B;i arau c&acirc;mpurile"
+<br>
+<table><tr><td><ul>
+<li>The output of <tt>--constantshow</tt> (without <tt>--minibar</tt>) is more stable.</li>
+<li>When opening multiple buffers and there is an error message, this<br>
+    message is shown again upon first switch to the relevant buffer.</li>
+<li>The position and size of the indicator now follow actual lines,<br>
+    instead of visual lines when in softwrap mode, meaning that the<br>
+    size of the indicator can change when scrolling in softwrap mode.</li>
+</ul></td></tr></table>
+<br><br>
+
+2021 March 3 - <b>GNU nano 5.6.1</b> "Geelgors"
+<br>
+<table><tr><td><ul>
+<li>Search matches are properly colorized in softwrap mode too.</li>
+<li>Option 'highlightcolor' has been renamed to 'spotlightcolor'.</li>
+</ul></td></tr></table>
+<br><br>
+
+2021 February 24 - <b>GNU nano 5.6</b> "Wielewaal"
+<br>
+<table><tr><td><ul>
+<li>A search match gets highlighted (in black on yellow by default),<br>
+    in addition to placing the cursor at the start of the match.<br>
+    The color combination can be changed with 'set highlightcolor'.<br>
+    By default the cursor is hidden until the next keystroke, but<br>
+    it can be forced on with <tt>--showcursor</tt> / 'set showcursor'.</li>
+<li>Option <tt>--markmatch</tt> / 'set markmatch' has been removed.</li>
+<li>Cursor position and character code are displayed in the minibar<br>
+    only when option <tt>--constantshow</tt> / 'set constantshow' is used,<br>
+    and their display can be toggled with <tt>M-C</tt>.</li>
+<li>The state flags are displayed in the minibar only when option<br>
+    <tt>--stateflags</tt> / 'set stateflags' is used.</li>
+</ul></td></tr></table>
+<br><br>
+
 2021 January 14 - <b>GNU nano 5.5</b> "Rebecca"
 <br>
 <table><tr><td><ul>
 <br>
 <table><tr><td><ul>
 <li>The ability to read from and write to a FIFO has been regained.</li>
+<li>Opening a file no longer triggers an inotify CLOSE_WRITE event.</li>
 <li>Startup time is reduced by fully parsing a syntax only when needed.</li>
 <li>Asking for help (<tt>^G</tt>) when using <tt>--operatingdir</tt> does not crash.</li>
 <li>The reading of a huge or slow file can be stopped with <tt>^C</tt>.</li>