]> git.wh0rd.org - nano-editor.git/blame_incremental - news.php
restore GNU in the ASCII-art logo
[nano-editor.git] / news.php
... / ...
CommitLineData
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
192016 August 10
20
21nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
22a Linux virtual console, takes as verbatim only the very
23first keystroke after M-V, removes any lock files that it
24holds when dying, doesn't abort when a word contains digits
25(when using the default speller), fixes a small sorting bug
26in the file browser, makes searching case-insensitively in
27a UTF-8 locale a little faster, and doesn't enter invalid
28bytes when holding down both Alt keys. Santé!
29
30
31
322016 July 28
33
34nano 2.6.2 "Le vent nous portera" adds two new features: the
35keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
36of text, and the option 'wordchars' for specifying which
37characters (beside alphanumeric ones) should be considered
38word-forming. Further, it provides feedback during Unicode
39input (M-V followed by a six-digit hexadecimal number which
40must start with 0 or 10), avoids a crash when resizing the
41window during Verbatim input, doesn't drop a keystroke after
42having been suspended, and replaces the beginning-of-line
43anchor (^) just once per line. There are also several tiny
44improvements in screen rendering and key handling.
45Come get your hair tousled!
46
47
48
492016 June 27
50
51nano 2.6.1 "Stampede" is chiefly a translation update, but also
52adds one little feature (the ability to use negative numbers
53with Go To Line: -1 meaning the first line from the bottom),
54includes syntax highlighting for Rust, and fixes three tiny
55bugs (but in such far corners of the editor that they aren't
56even worth mentioning).
57
58
59
602016 June 17
61
62nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
63some of them not so little. It improves moving about in
64the file browser, corrects failings of the internal spell
65checker, adds a new feature (comment/uncomment lines, with
66default binding M-3), makes some error messages clearer,
67shows more of a file when positionlog is used and the cursor
68is near the end, displays all error messages at startup if
69there are multiple ones, does not misinterpret keystrokes
70when typing very fast, is less eager to trim the filename
71on narrow terminals, speeds up case-insensitive searches,
72and allows to abort re-searches. Among bunches of other
73things. It is worth the trouble to upgrade.
74
75And, with this release, we take leave of the herd...
76Bye! And thanks for all the grass!
77
78</pre>
79</td>
80</tr>
81</table>
82
83<!--Please see the <A HREF="https://savannah.gnu.org/news/?group=nano">Savannah project's</A>
84news section to obtain the most recent nano news and information.
85-->
86
87</td>
88</tr>
89</table>
90<?php include "bottom.php"; ?>
91