]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
add an overlooked item to the news for version 4.3
[nano-editor.git] / news.php
index 42ed96cc2418abd788bc1454fe2bcd4f4df1a50d..060c7f08315e447154d845e63ce93512c4f251d3 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 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>
 <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>