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