]> git.wh0rd.org - nano-editor.git/blame - news.php
note the release of 2.7.4
[nano-editor.git] / news.php
CommitLineData
1b1bdcd3 1<?php include "top.php"; ?>
0e4d2f77 2<title>GNU nano: News</title>
1b1bdcd3
MF
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>
50070c05
BS
9
10<center><b>News</b></center>
11</td>
12</tr>
13
14<tr align="center">
15<td>
16<br>
17<pre>
2ea62bdc 18
5715368c
BS
192017 January 10
20
21GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
22manner again (bug was introduced in previous version),
23sets the preferred x position for vertical movements
24more consistently, avoids some scrolling problems in
25softwrap mode, installs the Info manual also when your
26system lacks 'makeinfo', and corrects the behavior of
27the beginning-of-word anchor (\<) in regex searches.
28
29
30
26028e19
BS
312016 December 28
32
33GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
34your editor is now able to handle filenames that contain
35newlines, avoids a brief flash of color when switching
36between buffers that are governed by different syntaxes,
37makes the Shift+Ctrl+Arrow keys select text again on a
38Linux console, is more resistant against malformations
39in the positionlog file, and does not crash when ^C is
40typed on systems where it produces the code KEY_CANCEL.
41Oh, and it no longer mistakenly warns about editing an
42unlocked file just after saving a new one. That's it.
43Tastes great with thick butter.
44
45
46
071abd3f
BS
472016 December 12
48
49GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
50the ability to complete with one keystroke (^] by default)
51a fragment of a word to a full word existing elsewhere in
52the current buffer. Besides, this release fixes two bugs
53related to using line numbers in softwrap mode, allows to
54use the PageUp and PageDown keys together with Shift on
55VTE-based terminals, stops the help lines from flickering
56during interactive replacing, makes a 'set fill' override
57an earlier 'set nowrap', properly restores the selected
58region after an external spell check, and improves a few
59other tidbits. If you should find any more bugs, please
60run 'man nano | grep bugs' and report them there.
61
62
63
8e909873
BS
642016 October 29
65
66GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
67ability to display line numbers beside the text. This can
68be activated with -l or --linenumbers on the command line,
69or with 'set linenumbers' in your nanorc, or toggled with
70M-#. The coloring of these numbers can be chosen via the
71option 'set numbercolor'. This release furthermore fixes
72some bugs with scrolling in softwrap mode, is more strict
73in the parsing of key rebindings, and marks a new buffer
74as modified when the output of a command (^R ^X) has been
75read into it. Come and check it out!
76
77
78
4bb9ab8c
BS
792016 September 1
80
81GNU nano 2.7.0 "Suni" adds a new feature: allowing text to be
82selected by holding Shift together with the cursor keys.
83Besides that, nano now works also when run in very tiny
84terminals (down to one line, one column), and improves
85the handling of the prompt in cramped spaces. Not much,
86but it's time to get it out there.
87
88With this release we return to GNU. For just a little while
89we dreamt we were tigers. But we are back in the herd,
90back to a healthy diet of fresh green free grass.
91
92
93
92bdea0d
BS
942016 August 10
95
96nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
97a Linux virtual console, takes as verbatim only the very
98first keystroke after M-V, removes any lock files that it
99holds when dying, doesn't abort when a word contains digits
100(when using the default speller), fixes a small sorting bug
101in the file browser, makes searching case-insensitively in
102a UTF-8 locale a little faster, and doesn't enter invalid
103bytes when holding down both Alt keys. Santé!
104
105
106
2ea62bdc
BS
1072016 July 28
108
109nano 2.6.2 "Le vent nous portera" adds two new features: the
110keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
111of text, and the option 'wordchars' for specifying which
112characters (beside alphanumeric ones) should be considered
113word-forming. Further, it provides feedback during Unicode
114input (M-V followed by a six-digit hexadecimal number which
115must start with 0 or 10), avoids a crash when resizing the
116window during Verbatim input, doesn't drop a keystroke after
117having been suspended, and replaces the beginning-of-line
118anchor (^) just once per line. There are also several tiny
119improvements in screen rendering and key handling.
120Come get your hair tousled!
121
122
123
9d17e2b8
BS
1242016 June 27
125
126nano 2.6.1 "Stampede" is chiefly a translation update, but also
127adds one little feature (the ability to use negative numbers
128with Go To Line: -1 meaning the first line from the bottom),
129includes syntax highlighting for Rust, and fixes three tiny
130bugs (but in such far corners of the editor that they aren't
131even worth mentioning).
132
133
134
50070c05
BS
1352016 June 17
136
137nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
138some of them not so little. It improves moving about in
139the file browser, corrects failings of the internal spell
140checker, adds a new feature (comment/uncomment lines, with
141default binding M-3), makes some error messages clearer,
142shows more of a file when positionlog is used and the cursor
143is near the end, displays all error messages at startup if
144there are multiple ones, does not misinterpret keystrokes
145when typing very fast, is less eager to trim the filename
146on narrow terminals, speeds up case-insensitive searches,
147and allows to abort re-searches. Among bunches of other
148things. It is worth the trouble to upgrade.
149
150And, with this release, we take leave of the herd...
151Bye! And thanks for all the grass!
152
153</pre>
1b1bdcd3
MF
154</td>
155</tr>
156</table>
50070c05
BS
157
158<!--Please see the <A HREF="https://savannah.gnu.org/news/?group=nano">Savannah project's</A>
159news section to obtain the most recent nano news and information.
160-->
161
1b1bdcd3
MF
162</td>
163</tr>
164</table>
165<?php include "bottom.php"; ?>
166