]> git.wh0rd.org - nano-editor.git/blob - news.php
insert a blank line, and update the date
[nano-editor.git] / news.php
1 <?php include "top.php"; ?>
2 <title>nano: News</title>
3 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
4 <tr VALIGN=TOP NOSAVE>
5 <td HEIGHT="70%" NOSAVE>
6 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
7 <tr NOSAVE>
8 <td NOSAVE>
9
10 <center><b>News</b></center>
11 </td>
12 </tr>
13
14 <tr align="center">
15 <td>
16 <br>
17 <pre>
18 2016 June 27
19
20 nano 2.6.1 "Stampede" is chiefly a translation update, but also
21 adds one little feature (the ability to use negative numbers
22 with Go To Line: -1 meaning the first line from the bottom),
23 includes syntax highlighting for Rust, and fixes three tiny
24 bugs (but in such far corners of the editor that they aren't
25 even worth mentioning).
26
27
28
29 2016 June 17
30
31 nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
32 some of them not so little. It improves moving about in
33 the file browser, corrects failings of the internal spell
34 checker, adds a new feature (comment/uncomment lines, with
35 default binding M-3), makes some error messages clearer,
36 shows more of a file when positionlog is used and the cursor
37 is near the end, displays all error messages at startup if
38 there are multiple ones, does not misinterpret keystrokes
39 when typing very fast, is less eager to trim the filename
40 on narrow terminals, speeds up case-insensitive searches,
41 and allows to abort re-searches. Among bunches of other
42 things. It is worth the trouble to upgrade.
43
44 And, with this release, we take leave of the herd...
45 Bye! And thanks for all the grass!
46
47 </pre>
48 </td>
49 </tr>
50 </table>
51
52 <!--Please see the <A HREF="https://savannah.gnu.org/news/?group=nano">Savannah project's</A>
53 news section to obtain the most recent nano news and information.
54 -->
55
56 </td>
57 </tr>
58 </table>
59 <?php include "bottom.php"; ?>
60