]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
add a line break
[nano-editor.git] / news.php
index c25fdd95f90edd6b95bcb2c7aa19c6297e96836b..911f25b5f3c95cb39258c3958552549006e6b93b 100644 (file)
--- a/news.php
+++ b/news.php
@@ -1,9 +1,6 @@
 <?php $title="News";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<table border=0 width="100%">
 <tr>
 <td>
 <br><br>
 <td>
 <br><br>
 
+2023 January 18 - <b>GNU nano 7.2</b> "Boer doe mij 't hekke l&ouml;s!"
+<br>
+<table><tr><td><ul>
+<li>&lt;Shift+Insert&gt; is prevented from pasting in view mode.</li>
+</ul></td></tr></table>
+<br><br>
+
+2022 December 14 - <b>GNU nano 7.1</b> "And the devices shall be made of wood"
+<br>
+<table><tr><td><ul>
+<li>When <tt>--autoindent</tt> and <tt>--breaklonglines</tt> are combined, pressing<br>
+    &lt;Enter&gt; at a specific position no longer eats characters.</li>
+</ul></td></tr></table>
+<br><br>
+
+2022 November 15 - <b>GNU nano 7.0</b> "Una existencia simple bajo el sol"
+<br>
+<table><tr><td><ul>
+<li>String binds may contain bindable function names between braces.<br>
+    For example, to move the current line down to after the next one:<br>
+    <tt>bind ^D "{cut}{down}{paste}{up}" main</tt>.  Of course, braced function<br>
+    names may be mixed with literal text.  If an existing string bind<br>
+    contains a literal <tt>{</tt>, replace it with <tt>{{}</tt>.</li>
+<li>Unicode codes can be entered (via <tt>M-V</tt>) without leading zeroes,<br>
+    by finishing short codes with &lt;Space&gt; or &lt;Enter&gt;.</li>
+<li>Word completion (<tt>^]</tt>) looks for candidates in all open buffers.</li>
+<li>No regular expression matches the final empty line any more.</li>
+</ul></td></tr></table>
+<br><br>
+
+
+2022 August 2 - <b>GNU nano 6.4</b> "Regentag Dunkelbunt Hundertwasser"
+<br>
+<table><tr><td><ul>
+<li>The file browser does not crash when moving up to the root folder.</li>
+<li>Softwrapping very long lines is done more efficiently.</li>
+<li>Invoking the formatter does not blink the screen.</li>
+</ul></td></tr></table>
+<br><br>
+
+2022 April 28 - <b>GNU nano 6.3</b> "Wat zullen we drinken? Wat een dorst!"
+<br>
+<table><tr><td><ul>
+<li>For multiline regexes, text is now colored as soon as a start match<br>
+    is found, also when there is no end match at all.</li>
+<li>The colorizing of any line is stopped after two thousand bytes,<br>
+    to avoid frustrating delays.</li>
+<li>When environment variable <tt>NO_COLOR</tt> is set, the two default colors<br>
+    (yellow for the spotlight, red for error messages) are suppressed<br>
+    when no interface colors are specified in a nanorc file.</li>
+<li>Full justification and piping the whole buffer through a command<br>
+    now keep the cursor at the same line number.</li>
+<li>Utility <tt>xsel</tt> can be used to copy a marked region to the system's<br>
+    clipboard.  See <tt>doc/sample.nanorc</tt> for an example.</li>
+</ul></td></tr></table>
+<br><br>
+
+2022 February 18 - <b>GNU nano 6.2</b> "Kamperfoelie"
+<br>
+<table><tr><td><ul>
+<li>The file browser clears the prompt bar also when using <tt>--minibar</tt>.</li>
+<li>Linting now works also with a newer 'pyflakes'.</li>
+</ul></td></tr></table>
+<br><br>
+
+2022 February 9 - <b>GNU nano 6.1</b> "Re&#x21B;elele de socializare sunt ca un frigider"
+<br>
+<table><tr><td><ul>
+<li>The behavior of <tt>^K</tt> at a prompt has been enhanced: when there<br>
+    is text after the cursor, just this text is erased.  (In the usual<br>
+    situation, however, when the cursor is at the end of the answer,<br>
+    the behavior is as before: the whole answer is erased.)</li>
+<li>At a prompt, <tt>M-6</tt> copies the current answer into the cutbuffer.</li>
+<li>Large external pastes into nano are handled more quickly.</li>
+</ul></td></tr></table>
+<br><br>
+
+2021 December 15 - <b>GNU nano 6.0</b> "Humor heeft ook zijn leuke kanten"
+<br>
+<table><tr><td><ul>
+<li>Option <tt>--zero</tt> hides the title bar, status bar and help lines, and<br>
+    uses all rows of the terminal as editing area.  The title bar and<br>
+    status bar can be toggled with <tt>M-Z</tt>.</li>
+<li>Colors can now be specified also as three-digit hexadecimal numbers,<br>
+    in the format <tt>#rgb</tt>.  This picks from the 216 index colors (that most<br>
+    terminals know) the color that is nearest to the given values.</li>
+<li>For users who dislike numbers, there are fourteen new color names:<br>
+    rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,<br>
+    tawny, brick, and crimson.</li>
+<li>Suspension is enabled by default, invokable with <tt>^T^Z</tt>.  The options<br>
+    <tt>-z</tt>, <tt>--suspendable</tt>, and 'set suspendable' are obsolete and ignored.<br>
+    (In case you want to be able to suspend nano with a single keystroke,<br>
+    you can put 'bind ^Z suspend main' in your nanorc.)</li>
+<li>When automatic hard-wrapping is in effect, pasting just a few words<br>
+    (without a line break) will now hard-wrap the line when needed.</li>
+<li>Toggling Append or Prepend clears the current filename.</li>
+<li>The word count as shown by <tt>M-D</tt> is now affected by option --wordbounds;<br>
+    with it, nano counts words as 'wc' does; without it (the new default),<br>
+    words are counted in a more human way: seeing punctuation as space.</li>
+<li>The YAML syntax file is now actually included in the tarball.</li>
+</ul></td></tr></table>
+<br><br>
+
+
+2021 October 6 - <b>GNU nano 5.9</b> "El manicomio ha decidido: ma&ntilde;ana sol!"
+<br>
+<table><tr><td><ul>
+<li>The extension of a filename is added to the name of a corresponding<br>
+    temporary file, so that spell checking a C file, for example, will check<br>
+    only the comments and strings (when using 'aspell').</li>
+<li>The process number is added to the name of an emergency save file,<br>
+    so that when multiple nanos die they will not fight over a filename.</li>
+<li>Undoing a cutting operation will restore an anchor that was located<br>
+    in the cut area to its original line.</li>
+<li>When using <tt>--locking</tt>, saving a new buffer will create a lock file.</li>
+<li>Syntax highlighting for YAML files has been added.</li>
+</ul></td></tr></table>
+<br><br>
+
 2021 June 15 - <b>GNU nano 5.8</b> "Why is it necessary to be special?"
 <br>
 <table><tr><td><ul>
   It allows running a syntax-specific command on the contents of<br>
   the buffer.</li>
 <li><tt>^T</tt> will try to run 'hunspell' before 'spell', because it checks<br>
-  spellling for the locale's language and understands UTF-8.</li>
+  spelling for the locale's language and understands UTF-8.</li>
 <li>Multiple errors or warnings on startup will no longer slow nano<br>
   down but will be indicated on the status bar with trailing dots.</li>
 </ul></td></tr></table>
@@ -821,8 +937,4 @@ Bye!  And thanks for all the grass!
 </tr>
 </table>
 
-</td>
-</tr>
-</table>
-
 <?php include "bottom.php"; ?>