<td>
<br><br>
+2024 July 12 - <b>GNU nano 8.1</b> <i>"de dag van de bitterkoekjespudding"</i>
+<br>
+<table><tr><td><ul>
+<li>The idiom <tt>nano filename:linenumber</tt> is understood only when<br>
+ the option <tt>--colonparsing</tt> (or 'set colonparsing') is used.</li>
+<li>Modern bindings are *not* activated when nano's invocation name<br>
+ starts with "e", as it jars with Debian's alternatives system.</li>
+<li>New bindable function 'cycle'> first centers the current row,<br>
+ then moves it to the top of the viewport, then to the bottom.<br>
+ It is bound by default to <tt>^L</tt>.</li>
+<li>Option <tt>--listsyntaxes</tt>/<tt>-z</tt> lists the names of available syntaxes.</li>
+</ul></td></tr></table>
+<br><br>
+
2024 May 1 - <b>GNU nano 8.0</b> <i>"Grus grus"</i>
<br>
<table><tr><td><ul>
<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>
+ you can put <tt>bind ^Z suspend main</tt> 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>
and the paste can be undone as a whole with a single <tt>M-U</tt>.</li>
<li>When a lock file is encountered during startup, pressing <tt>^C</tt>/Cancel<br>
quits nano. (Pressing 'No' just skips the file and continues.)</li>
-<li>Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.<br>
+<li>Shift+Meta+letter key combos can be bound with <tt>bind Sh-M-letter</tt>.<br>
Making any such binding dismisses the default behavior of ignoring<br>
Shift for all Meta+letter keystrokes.</li>
<li>The configuration option <tt>--with-slang</tt> (to be avoided when possible)<br>