]> git.wh0rd.org - nano-editor.git/blob - news.php
cd067ce00af63b2cdee4269eb9af59d6e649e226
[nano-editor.git] / news.php
1 <?php $title="News"; include "top.php"; ?>
2
3 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
4 <tr>
5 <td>
6 <br><br>
7 <center><b><big>News</big></b></center>
8 </td>
9 </tr>
10
11 <tr align="center">
12 <td>
13 <br><br>
14
15 2021 December 15 - <b>GNU nano 6.0</b> "Humor heeft ook zijn leuke kanten"
16 <br>
17 <table><tr><td><ul>
18 <li>Option <tt>--zero</tt> hides the title bar, status bar and help lines, and<br>
19 uses all rows of the terminal as editing area. The title bar and<br>
20 status bar can be toggled with <tt>M-Z</tt>.</li>
21 <li>Colors can now be specified also as three-digit hexadecimal numbers,<br>
22 in the format <tt>#rgb</tt>. This picks from the 216 index colors (that most<br>
23 terminals know) the color that is nearest to the given values.</li>
24 <li>For users who dislike numbers, there are fourteen new color names:<br>
25 rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,<br>
26 tawny, brick, and crimson.</li>
27 <li>Suspension is enabled by default, invokable with <tt>^T^Z</tt>. The options<br>
28 <tt>-z</tt>, <tt>--suspendable</tt>, and 'set suspendable' are obsolete and ignored.<br>
29 (In case you want to be able to suspend nano with a single keystroke,<br>
30 you can put 'bind ^Z suspend main' in your nanorc.)</li>
31 <li>When automatic hard-wrapping is in effect, pasting just a few words<br>
32 (without a line break) will now hard-wrap the line when needed.</li>
33 <li>Toggling Append or Prepend clears the current filename.</li>
34 <li>The word count as shown by <tt>M-D</tt> is now affected by option --wordbounds;<br>
35 with it, nano counts words as 'wc' does; without it (the new default),<br>
36 words are counted in a more human way: seeing punctuation as space.</li>
37 <li>The YAML syntax file is now actually included in the tarball.</li>
38 </ul></td></tr></table>
39 <br><br>
40
41
42 2021 October 6 - <b>GNU nano 5.9</b> "El manicomio ha decidido: ma&ntilde;ana sol!"
43 <br>
44 <table><tr><td><ul>
45 <li>The extension of a filename is added to the name of a corresponding<br>
46 temporary file, so that spell checking a C file, for example, will check<br>
47 only the comments and strings (when using 'aspell').</li>
48 <li>The process number is added to the name of an emergency save file,<br>
49 so that when multiple nanos die they will not fight over a filename.</li>
50 <li>Undoing a cutting operation will restore an anchor that was located<br>
51 in the cut area to its original line.</li>
52 <li>When using <tt>--locking</tt>, saving a new buffer will create a lock file.</li>
53 <li>Syntax highlighting for YAML files has been added.</li>
54 </ul></td></tr></table>
55 <br><br>
56
57 2021 June 15 - <b>GNU nano 5.8</b> "Why is it necessary to be special?"
58 <br>
59 <table><tr><td><ul>
60 <li>After a search, the spotlighting is dropped after 1.5 seconds (0.8<br>
61 seconds with <tt>--quick</tt>) to avoid the idea that the text is selected.</li>
62 <li>A <tt>+</tt> and a space before a filename on the command line will put<br>
63 the cursor at the end of the corresponding buffer.</li>
64 <li>Linter messages no longer include filename and line/column numbers.</li>
65 <li>Color name "grey" or "gray" can be used instead of "lightblack".</li>
66 <li>The color of the minibar can be chosen with 'set minicolor'.</li>
67 </ul></td></tr></table>
68 <br><br>
69
70 2021 April 29 - <b>GNU nano 5.7</b> "To&#x21B;i ceilal&#x21B;i arau c&acirc;mpurile"
71 <br>
72 <table><tr><td><ul>
73 <li>The output of <tt>--constantshow</tt> (without <tt>--minibar</tt>) is more stable.</li>
74 <li>When opening multiple buffers and there is an error message, this<br>
75 message is shown again upon first switch to the relevant buffer.</li>
76 <li>The position and size of the indicator now follow actual lines,<br>
77 instead of visual lines when in softwrap mode, meaning that the<br>
78 size of the indicator can change when scrolling in softwrap mode.</li>
79 </ul></td></tr></table>
80 <br><br>
81
82 2021 March 3 - <b>GNU nano 5.6.1</b> "Geelgors"
83 <br>
84 <table><tr><td><ul>
85 <li>Search matches are properly colorized in softwrap mode too.</li>
86 <li>Option 'highlightcolor' has been renamed to 'spotlightcolor'.</li>
87 </ul></td></tr></table>
88 <br><br>
89
90 2021 February 24 - <b>GNU nano 5.6</b> "Wielewaal"
91 <br>
92 <table><tr><td><ul>
93 <li>A search match gets highlighted (in black on yellow by default),<br>
94 in addition to placing the cursor at the start of the match.<br>
95 The color combination can be changed with 'set highlightcolor'.<br>
96 By default the cursor is hidden until the next keystroke, but<br>
97 it can be forced on with <tt>--showcursor</tt> / 'set showcursor'.</li>
98 <li>Option <tt>--markmatch</tt> / 'set markmatch' has been removed.</li>
99 <li>Cursor position and character code are displayed in the minibar<br>
100 only when option <tt>--constantshow</tt> / 'set constantshow' is used,<br>
101 and their display can be toggled with <tt>M-C</tt>.</li>
102 <li>The state flags are displayed in the minibar only when option<br>
103 <tt>--stateflags</tt> / 'set stateflags' is used.</li>
104 </ul></td></tr></table>
105 <br><br>
106
107 2021 January 14 - <b>GNU nano 5.5</b> "Rebecca"
108 <br>
109 <table><tr><td><ul>
110 <li>Option 'set minibar' makes nano suppress the title bar and instead<br>
111 show a bar with basic editing information at the bottom: file name<br>
112 (plus an asterisk when the buffer is modified), the cursor position<br>
113 (line,column), the character under the cursor (U+xxxx), the flags<br>
114 that <tt>--stateflags</tt> normally shows, plus the percentage of the buffer<br>
115 that is above the cursor.</li>
116 <li>With 'set promptcolor' the color combination of the prompt bar can<br>
117 be changed, to allow contrasting it with the mini bar (which always<br>
118 has the same color as the title bar).</li>
119 <li>Option 'set markmatch' highlights the result of a successful search<br>
120 by putting the mark at the end of the match, making the match more<br>
121 visible. It also suppresses the cursor until the next keystroke.<br>
122 (If you dislike the hiding of the cursor, use 'set showcursor'.)</li>
123 <li>The bindable toggle 'nowrap' has been renamed to 'breaklonglines',<br>
124 to match the corresponding option, like for all other toggles.</li>
125 <li>Support for Slang has been removed.</li>
126 </ul></td></tr></table>
127 <br><br>
128
129 2020 December 2 - <b>GNU nano 5.4</b> "Terre des hommes"
130 <br>
131 <table><tr><td><ul>
132 <li>Moving the cursor now skips over combining characters (and<br>
133 other zero-width characters). Deleting a character deletes<br>
134 also any succeeding zero-width characters, but backspacing<br>
135 deletes just one character at a time.</li>
136 </ul></td></tr></table>
137 <br><br>
138
139 2020 October 7 - <b>GNU nano 5.3</b> "Revolution!"
140 <br>
141 <table><tr><td><ul>
142 <li>Option 'set stateflags' makes nano show the state of auto-indenting,<br>
143 the mark, hard-wrapping, macro recording, and soft-wrapping in the<br>
144 title bar. The flags take the place of "Modified", and a modified<br>
145 buffer is instead indicated by an asterisk (*) after its name.</li>
146 <li>Nano no longer by default tries using libmagic to determine the type<br>
147 of a file (when neither filename nor first line gave a clue), because<br>
148 in most cases it is a waste of time. It requires using the option<br>
149 <tt>--magic</tt> or <tt>-!</tt> or 'set magic' to make nano try libmagic.</li>
150 <li>The color of the indicator can be changed with 'set scrollercolor'.</li>
151 </ul></td></tr></table>
152 <br><br>
153
154 2020 August 24 - <b>GNU nano 5.2</b> "Ranrapalca"
155 <br>
156 <table><tr><td><ul>
157 <li>Making certain replacements after a large paste does not crash.</li>
158 <li>Hitting a toggle at the Search prompt does not clear the answer.</li>
159 <li>Using <tt>--positionlog</tt> does not complain at the first start.</li>
160 <li>A macro containing a Search command will not sometimes fail.</li>
161 </ul></td></tr></table>
162 <br><br>
163
164 2020 August 12 - <b>GNU nano 5.1</b> "Cantabria"
165 <br>
166 <table><tr><td><ul>
167 <li><tt>M-Bsp</tt> (Alt+Backspace) deletes a word backwards, like in Bash.</li>
168 <li><tt>M-[</tt> has become bindable. (Be careful, though: as it is the<br>
169 starting combination of many escape sequences, avoid gluing<br>
170 it together with other keystrokes, like in a macro.)</li>
171 <li>With <tt>--indicator</tt> and <tt>--softwrap</tt>, the first keystroke in an<br>
172 empty buffer does not crash.</li>
173 <li>Invoking the formatter while text is marked does not crash.</li>
174 <li>In UTF-8 locales, an anchor is shown as a diamond.</li>
175 </ul></td></tr></table>
176 <br><br>
177
178 2020 July 29 - <b>GNU nano 5.0</b> "Among the fields of barley"
179 <br>
180 <table><tr><td><ul>
181 <li>With <tt>--indicator</tt> (or <tt>-q</tt> or 'set indicator') nano will show a kind<br>
182 of scrollbar on the righthand side of the screen to indicate where<br>
183 in the buffer the viewport is located and how much it covers.</li>
184 <li>With &lt;Alt+Insert&gt; any line can be "tagged" with an anchor, and<br>
185 &lt;Alt+PageUp&gt; and &lt;Alt+PageDown&gt; will jump to the nearest anchor.<br>
186 When using line numbers, an anchor is shown as "+" in the margin.</li>
187 <li>The Execute Command prompt is now directly accessible from the<br>
188 main menu (with <tt>^T</tt>, replacing the Spell Checker). The Linter,<br>
189 Formatter, Spell Checker, Full Justification, Suspension, and<br>
190 Cut-Till-End functions are available in this menu too.</li>
191 <li>On terminals that support at least 256 colors, nine new color<br>
192 names are available: pink, purple, mauve, lagoon, mint, lime,<br>
193 peach, orange, and latte. These do not have lighter versions.</li>
194 <li>For the color names red, green, blue, yellow, cyan, magenta,<br>
195 white, and black, the prefix 'light' gives a brighter color.<br>
196 Prefix 'bright' is deprecated, as it means both bold AND light.</li>
197 <li>All color names can be preceded with "bold," and/or "italic,"<br>
198 (in that order) to get a bold and/or italic typeface.</li>
199 <li>With <tt>--bookstyle</tt> (or <tt>-O</tt> or 'set bookstyle') nano considers any<br>
200 line that begins with whitespace as the start of a paragraph.</li>
201 <li>Refreshing the screen with <tt>^L</tt> now works in every menu.</li>
202 <li>In the main menu, <tt>^L</tt> also centers the line with the cursor.</li>
203 <li>Toggling the help lines with <tt>M-X</tt> now works in all menus except<br>
204 in the help viewer and the linter.</li>
205 <li>At a filename prompt, the first &lt;Tab&gt; lists the possibilities,<br>
206 and these are listed near the bottom instead of near the top.</li>
207 <li>Bindable function 'curpos' has been renamed to 'location'.</li>
208 <li>Long option <tt>--tempfile</tt> has been renamed to <tt>--saveonexit</tt>.</li>
209 <li>Short option <tt>-S</tt> is now a synonym of <tt>--softwrap</tt>.</li>
210 <li>The New Buffer toggle (<tt>M-F</tt>) has become non-persistent. Options<br>
211 <tt>--multibuffer</tt> and 'set multibuffer' still make it default to on.</li>
212 <li>Backup files will retain their group ownership (when possible).</li>
213 <li>Data is synced to disk before "... lines written" is shown.</li>
214 <li>The raw escape sequences for <tt>F13</tt> to <tt>F16</tt> are no longer recognized.</li>
215 <li>Distro-specific syntaxes, and syntaxes of less common languages,<br>
216 have been moved down to subdirectory syntax/extra/. The affected<br>
217 distros and others may wish to move wanted syntaxes one level up.</li>
218 <li>Syntaxes for Markdown, Haskell, and Ada were added.</li>
219 </ul></td></tr></table>
220 <br><br>
221
222 2020 May 23 - <b>GNU nano 4.9.3</b> "Almendras"
223 <br><br>
224 <table><tr><td>
225 One more bug introduced in version 4.9 is fixed: a crash when<br>
226 the terminal screen is resized while at a lock-file prompt.
227 </td></tr></table>
228 <br><br>
229
230 2020 April 7 - <b>GNU nano 4.9.2</b> "Mali Lo&scaron;inj"
231 <br><br>
232 <table><tr><td>
233 Another bug introduced in version 4.9 is fixed: a likely crash<br>
234 after undoing an &lt;Enter&gt; at the end of leading whitespace.
235 </td></tr></table>
236 <br><br>
237
238 2020 March 31 - <b>GNU nano 4.9.1</b> "Sapperdeflap"
239 <br><br>
240 <table><tr><td>
241 Two bugs introduced in version 4.9 are fixed: the cursor<br>
242 getting misplaced when undoing line cuts, and filtering<br>
243 of the whole buffer to a new buffer not working.
244 </td></tr></table>
245 <br><br>
246
247 2020 March 24 - <b>GNU nano 4.9</b> "die fetten Jahre sind vorbei"
248 <br>
249 <table><tr><td><ul>
250 <li>When justifying a selection, the new paragraph and the<br>
251 succeeding one get the appropriate first-line indent.</li>
252 <li>Trying to justify an empty selection does not crash.</li>
253 <li>Redoing the insertion of an empty file does not crash.</li>
254 <li>On the BSDs and macOS, <tt>^H</tt> has become rebindable again<br>
255 (in most terminal emulators, not on the console).</li>
256 <li>DOS line endings in nanorc files are accepted.</li>
257 <li>Option <tt>--suspend</tt> / 'set suspend' has been renamed to<br>
258 the more logical <tt>--suspendable</tt> / 'set suspendable'.</li>
259 </ul></td></tr></table>
260 <br><br>
261
262 2020 February 7 - <b>GNU nano 4.8</b> "Ja&scaron;ka"
263 <br>
264 <table><tr><td><ul>
265 <li>When something is pasted into nano, auto-indentation is suppressed,<br>
266 and the paste can be undone as a whole with a single <tt>M-U</tt>.</li>
267 <li>When a lock file is encountered during startup, pressing <tt>^C</tt>/Cancel<br>
268 quits nano. (Pressing 'No' just skips the file and continues.)</li>
269 <li>Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.<br>
270 Making any such binding dismisses the default behavior of ignoring<br>
271 Shift for all Meta+letter keystrokes.</li>
272 <li>The configuration option <tt>--with-slang</tt> (to be avoided when possible)<br>
273 can now be used only together with <tt>--enable-tiny</tt>.</li>
274 <li>A custom nanorc file can be specified on the command line, with<br>
275 <tt>-f filename</tt> or <tt>--rcfile=filename</tt>.</li>
276 </ul></td></tr></table>
277 <br><br>
278
279 2019 December 23 - <b>GNU nano 4.7</b> "Havikskruid"
280 <br>
281 <table><tr><td><ul>
282 <li>A &lt;Tab&gt; will indent a marked region only when mark and cursor are<br>
283 on different lines.</li>
284 <li>Two indentations (any mix of tabs and spaces) are considered the<br>
285 same when they look the same (that is: indent to the same level).</li>
286 <li>When using <tt>--breaklonglines</tt> or <tt>^J</tt>, a line will never be broken in<br>
287 its leading whitespace or quoting.</li>
288 <li>The keywords in nanorc files must be in lowercase.</li>
289 </ul></td></tr></table>
290 <br><br>
291
292 2019 November 29 - <b>GNU nano 4.6</b> "And don't you eat that yellow snow"
293 <br>
294 <table><tr><td><ul>
295 <li>The 'formatter' command has returned, bound by default to <tt>M-F</tt>.<br>
296 It allows running a syntax-specific command on the contents of<br>
297 the buffer.</li>
298 <li><tt>^T</tt> will try to run 'hunspell' before 'spell', because it checks<br>
299 spellling for the locale's language and understands UTF-8.</li>
300 <li>Multiple errors or warnings on startup will no longer slow nano<br>
301 down but will be indicated on the status bar with trailing dots.</li>
302 </ul></td></tr></table>
303 <br><br>
304
305 2019 October 4 - <b>GNU nano 4.5</b> "Ko&scaron;ice"
306 <br>
307 <table><tr><td><ul>
308 <li>The new 'tabgives' command allows you to specify per syntax what<br>
309 the &lt;Tab&gt; key should produce: some spaces, a hard TAB, ...</li>
310 <li>The output of <tt>--help</tt> is properly aligned again for all languages.</li>
311 <li>&lt;Tab&gt; will indent a marked region also when <tt>M-}</tt> has been rebound.</li>
312 </ul></td></tr></table>
313 <br><br>
314
315 2019 August 25 - <b>GNU nano 4.4</b> "Hagelslag"
316 <br>
317 <table><tr><td><ul>
318 <li>At startup, the cursor can be put on the first or last occurrence<br>
319 of a string by preceding the filename with <tt>+/string</tt> or <tt>+?string</tt>.</li>
320 <li>When automatic hard-wrapping occurs (<tt>--breaklonglines</tt>), any leading<br>
321 quoting characters will be automatically copied to the new line.</li>
322 <li><tt>M-6</tt> works again also when the cursor is at end of buffer.</li>
323 </ul></td></tr></table>
324 <br><br>
325
326 2019 June 18 - <b>GNU nano 4.3</b> "Musa Kart"
327 <br>
328 <table><tr><td><ul>
329 <li>The ability to read from and write to a FIFO has been regained.</li>
330 <li>Opening a file no longer triggers an inotify CLOSE_WRITE event.</li>
331 <li>Startup time is reduced by fully parsing a syntax only when needed.</li>
332 <li>Asking for help (<tt>^G</tt>) when using <tt>--operatingdir</tt> does not crash.</li>
333 <li>The reading of a huge or slow file can be stopped with <tt>^C</tt>.</li>
334 <li>Cut, zap, and copy operations are undone separately when intermixed.</li>
335 <li><tt>M-D</tt> reports the correct number of lines (zero for an empty buffer).</li>
336 </ul></td></tr></table>
337 <br><br>
338
339 2019 April 24 - <b>GNU nano 4.2</b> "Tax the rich, pay the teachers"
340 <br>
341 <table><tr><td><ul>
342 <li>The integrated spell checker does not crash when 'spell' is missing.</li>
343 <li>Option <tt>--breaklonglines</tt> works also when <tt>--ignorercfiles</tt> is used.</li>
344 <li>Automatic hard-wrapping is more persistent in pushing words to the<br>
345 same overflow line.</li>
346 </ul></td></tr></table>
347 <br><br>
348
349 2019 April 15 - <b>GNU nano 4.1</b> "Qu&eacute; corchos ser&aacute; eso?"
350 <br>
351 <table><tr><td><ul>
352 <li>By default, a newline character is again automatically added at the<br>
353 end of a buffer, to produce valid POSIX text files by default, but<br>
354 also to get back the easy adding of text at the bottom.</li>
355 <li>The now unneeded option <tt>--finalnewline</tt> (<tt>-f</tt>) has been removed.</li>
356 <li>Syntax files are read in alphabetical order when globbing, so that<br>
357 the precedence of syntaxes becomes predictable.</li>
358 <li>In the C syntax, preprocessor directives are highlighted differently.</li>
359 <li><tt>M-S</tt> now toggles soft wrapping, and <tt>M-N</tt> toggles line numbers.</li>
360 <li>The jumpy-scrolling toggle has been removed.</li>
361 <li>The legacy keystrokes <tt>^W^Y</tt> and <tt>^W^V</tt> are recognized again.</li>
362 <li>Executing an external command is disallowed when in view mode.</li>
363 <li>Problems with resizing during external or speller commands were fixed.</li>
364 </ul></td></tr></table>
365 <br><br>
366
367 2019 March 24 - <b>GNU nano 4.0</b> "Thy Rope of Sands"
368 <br>
369 <table><tr><td><ul>
370 <li>An overlong line is no longer automatically hard-wrapped.</li>
371 <li>Smooth scrolling (one line at a time) has become the default.</li>
372 <li>A newline character is no longer automatically added at end of buffer.</li>
373 <li>The line below the title bar is by default part of the editing space.</li>
374 <li>Option <tt>--breaklonglines</tt> (<tt>-b</tt>) turns automatic hard-wrapping back on.</li>
375 <li>Option <tt>--jumpyscrolling</tt> (<tt>-j</tt>) gives the chunky, half-screen scrolling.</li>
376 <li>Option <tt>--finalnewline</tt> (<tt>-f</tt>) brings back the automatic newline at EOF.</li>
377 <li>Option <tt>--emptyline</tt> (<tt>-e</tt>) leaves the line below the title bar unused.</li>
378 <li>&lt;Alt+Up&gt; and &lt;Alt+Down&gt; now do a linewise scroll instead of a findnext.</li>
379 <li>Any number of justifications can be undone (like all other operations).</li>
380 <li>When marked text is justified, it becomes a single, separate paragraph.</li>
381 <li>Option <tt>--guidestripe=&lt;number&gt;</tt> draws a vertical bar at the given column.</li>
382 <li>Option <tt>--fill=&lt;number&gt;</tt> no longer turns on automatic hard-wrapping.</li>
383 <li>When a line continues offscreen, it now ends with a highlighted "&gt;".</li>
384 <li>The halves of a split two-column character are shown as "[" and "]".</li>
385 <li>A line now scrolls horizontally one column earlier.</li>
386 <li>The bindable functions 'cutwordleft' and 'cutwordright' were renamed<br>
387 to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer.</li>
388 <li>The paragraph-jumping functions were moved from Search to Go-to-Line.</li>
389 <li>Option <tt>--rebinddelete</tt> is able to compensate for more misbindings.</li>
390 <li>Options <tt>--morespace</tt> and <tt>--smooth</tt> are obsolete and thus ignored.</li>
391 <li>The <tt>--disable-wrapping-as-root</tt> configure option was removed.</li>
392 </ul></td></tr></table>
393 <br>
394
395 <pre>
396
397 2018 November 11
398
399 GNU nano 3.2 "Het kromme hout" changes the default binding
400 for the linter to M-B so that the spell checker (^T) can
401 always be used, and changes (when linting) the text in the
402 title bar and the color of the status bar to make linting
403 mode more obvious. It also adds a bindable 'zap' function
404 for deleting a line or marked region without changing the
405 cutbuffer, adds --zap to bind the &lt;Del&gt; and &lt;Backspace&gt;
406 keys to the zap function when something is marked, and
407 hard-binds &lt;Alt+Del&gt; to 'zap'. Furthermore, it shows the
408 cursor also in the help viewer (when --showcursor is used),
409 renames the bindable functions 'prevhistory' to 'older' and
410 'nexthistory' to 'newer' (update your nanorcs when needed),
411 reads the nanorc files also in restricted mode to allow
412 customization by the user (if this should not be allowed,
413 use --ignorercfiles in addition to --restricted), allows
414 in view mode to open also other files (if this should not
415 be allowed, use --restricted in addition to --view), makes
416 resizes respect a relative --fill again, no longer binds
417 F13...F15 by default, properly re-highlights a misspelled
418 word after invoking help in the internal spell checker,
419 and does not skip Unicode characters in string binds.
420
421
422
423 2018 September 18
424
425 GNU nano 3.1 "Je faisais des bonds comme &ccedil;a!" fixes a
426 misbinding of ^H on some terminals and some systems,
427 does not leave stray stuff after the prompt upon exit
428 when having suspended nano while using --constantshow,
429 and does not allow to toggle to Replace in view mode.
430
431
432
433 2018 September 9
434
435 GNU nano 3.0 "Water Flowing Underground" speeds up the
436 reading of a file by seventy percent, roughly doubles the
437 speed of handling ASCII text, changes the way words at line
438 boundaries are deleted, makes &lt;Ctrl+Delete&gt; wipe the next
439 word and &lt;Ctrl+Shift+Delete&gt; the preceding word, binds M-Q
440 to 'findprevious' by default (the Tabs-to-Spaces toggle is
441 placed on M-O, and the More-Space toggle is fully removed),
442 makes an external spell check undoable, shows the correct
443 number of lines on the status bar when opening multiple
444 files, removes the 'formatter' command, removes the
445 'searchagain' bindable function (M-W is now bound to
446 'findnext' by default), moves the No-Convert toggle to the
447 Insert menu, removes the Backup and New-Buffer toggles from
448 the main menu (they remain in the Write-Out and Insert
449 menus, respectively), is more precise in what it accepts as
450 a rebindable key name, ignores any presses of &lt;Esc&gt; before
451 a valid command keystroke, recognizes some more escape
452 sequences for modified editing-pad keys, does not hide
453 rcfile error messages on a Linux console, renames the
454 bindable functions 'copytext' to 'copy' and 'uncut' to
455 'paste', and avoids a possible hang during a Full-Justify.
456
457
458
459 2018 June 2
460
461 GNU nano 2.9.8 "Espresso" brings the ability to filter the
462 buffer (or the marked region) through an external command
463 (^R^X and prefix the command with the pipe symbol, "|"), is
464 better at detecting and maintaining paragraphs, is able to
465 justify //-style comments, fixes a crash when the binding
466 of a key to a string lacks a closing quote, gives feedback
467 about the number of lines written also when prepending or
468 appending, and fixes a couple of bugs with the linter.
469
470
471
472 2018 May 15
473
474 GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends'
475 for making Ctrl+Right (the nextword function) stop at word
476 ends instead of beginnings, accepts multibyte letters for
477 the Yes/No/All answers, does emergency saves of changed
478 buffers in the unlikely event that nano crashes, adds the
479 until-now missing bindable function 'linenumbers', and
480 renames the toggles 'constupdate' to 'constantshow' and
481 'cuttoend' to 'cutfromcursor', for consistency with the
482 corresponding options -- adjust your nanorc files soon.
483
484
485
486 2018 April 27
487
488 GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
489 makes --enable-altrcname work again, improves the fluidity
490 of scrolling when using the touchpad, tweaks the syntaxes
491 for shell scripts and PO files, makes a replacing session
492 go always forward by default, no longer inserts a newline
493 after an external spell check of a selected region, always
494 accepts the English Y and N (and A) at a yes-no prompt in
495 any locale, and solves a few hypothetical bugs.
496
497
498
499 2018 March 29
500
501 GNU nano 2.9.5 "Ki&scaron;a pada" changes the way the Scroll-Up
502 and Scroll-Down commands work (M-- and M-+): instead of
503 keeping the cursor in the same screen position they now
504 keep the cursor in the same text position (if possible).
505 This version further adds a new color name, "normal",
506 which gives the default foreground or background color,
507 which is useful when you want to undo some overzealous
508 painting by earlier syntax regexes. Bug fixes include:
509 a segfault when trying to insert a file in restricted
510 mode, the reading in of a new file being "undoable", a
511 slight miswrapping of help texts when --linenumbers was
512 used, and the shell syntax coloring the word "tar" in
513 file names.
514
515
516
517 2018 March 8
518
519 GNU nano 2.9.4 "Isabel" allows binding a key to a string
520 (any piece of text and/or commands), permits customizing
521 the color of error messages with 'set errorcolor', colors
522 those error messages by default in bright white on red,
523 makes &lt;Enter&gt; at the bottom of the screen scroll just one
524 row when --smooth is used, does not fail when redoing a
525 file insertion, and cancels a Shift-selection when any
526 cursor key is pressed without Shift even when the cursor
527 cannot move. Further, it treats tabs fully the same as
528 spaces when doing automatic hard-wrapping, allows syntax
529 names to be unquoted, and removes two deprecated options
530 and six deprecated bindable function names.
531
532
533
534 2018 January 29
535
536 GNU nano 2.9.3 "C&oacute;rdoba" fixes a segfault with trimblanks
537 that could occur when a typed space caused the word after
538 it to be pushed to the next line. It further makes macros
539 work also when your keyboard still emits escape sequences,
540 adds the options -M and --trimblanks for the command line,
541 recognizes key combos with Shift on a few more terminals,
542 no longer shows dots in certain prompt texts when visible
543 whitespace is turned on, fixes two corner cases when doing
544 replacements in a marked region, allows to open a named
545 pipe again when using --noread, and accurately detects
546 a needed color change when a line contains a start match
547 but not a corresponding end match any more. Plus some
548 other small fry.
549
550
551
552 2018 January 2
553
554 GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
555 state when undoing/redoing (also when the file was saved
556 somewhere midway), improves the undoing of an automatic
557 linefeed at EOF, fixes a build issue on the BSDs, shows
558 the cursor again when compiled with --withslang, renames
559 the option 'justifytrim' to 'trimblanks' because it will
560 now snip trailing whitespace also while you are typing
561 (and hard-wrapping is enabled), continues pushing words
562 to the next line much longer (when hard-wrapping), makes
563 &lt;Tab&gt; and &lt;Shift+Tab&gt; indent and unindent a marked region,
564 allows unindenting when not all lines are indented, lets a
565 region marked with Shift persist when indenting/unindenting
566 or commenting/uncommenting it, and in those cases excludes
567 the last line of the region when it is not visibly marked
568 (which makes for a more intuitive behavior).
569
570
571
572 2017 November 27
573
574 GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark
575 is on, ^S would overwrite the file with just the marked
576 region. This release further clears the "Modified" flag
577 when all edits are undone, adds or updates some magic
578 strings, and does not forget when the cursor was last
579 at line 1, column 1.
580
581
582
583 2017 November 18
584
585 GNU nano 2.9.0 "Eta" introduces the ability to record and
586 replay keystrokes (M-: to start and stop recording, M-;
587 to play the macro back), makes ^Q and ^S do something
588 useful by default (^Q starts a backward search, and ^S
589 saves the current file), changes ^W to start always a
590 forward search, shows the number of open buffers (when
591 more than one) in the title bar, no longer asks to press
592 Enter when there are errors in an rc file, retires the
593 options '--quiet' and 'set quiet' and 'set backwards',
594 makes indenting and unindenting undoable, will look in
595 $XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
596 for the history files, adds a history stack for executed
597 commands (^R^X), does not overwrite the position-history
598 file of another nano, and fixes a score of tiny bugs.
599
600
601
602 2017 August 27
603
604 GNU nano 2.8.7 "Fragrance" fixes a lockup when tabs are
605 wider than the screen, makes indenting + unindenting
606 more predictable by retaining relative indentations,
607 allows pasting (^U) at a prompt, allows triple quotes
608 in Python to not be followed by a character, does not
609 scroll three pages on a roll of the mouse wheel, binds
610 Alt+Up and Alt+Down to findprevious and findnext, and
611 fixes some hard-to-describe issues with softwrapping
612 and boundary-crossing tabs. Enjoy.
613
614
615
616 2017 July 21
617
618 GNU nano 2.8.6 "Kekul&eacute;" offers a new feature: the ability
619 to do softwrapping between words -- at whitespace --
620 instead of always at the edge of the screen. This can
621 be activated with -a or --atblanks or 'set atblanks'
622 together with the softwrap option. This release further
623 fixes a handful of rare display glitches, fixes a build
624 failure on AIX, harmonizes the quoting rules in the rc
625 files, and renames the option 'cut' to 'cutfromcursor'
626 (please update your nanorc files before 2020).
627
628
629
630 2017 June 25
631
632 GNU nano 2.8.5 "Farouche" avoids a crash when waking from
633 a suspension that was induced from the outside, allows
634 negative line and column numbers on the command line,
635 avoids some flickering when resizing the screen while
636 in the file browser, opens files in the order they were
637 mentioned on the command line, and does not pretend to
638 have woken from suspension when receiving a SIGCONT.
639
640
641
642 2017 May 21
643
644 GNU nano 2.8.4 "Our Version of Events" includes the nanorc
645 man page again.
646
647
648
649 2017 May 18
650
651 GNU nano 2.8.3 "Hirsch" fixes a misplacement of the spotlight
652 during interactive replacing, avoids build failures on AIX
653 and Solaris, fixes a crash on Solaris, speeds up backwards
654 searching, improves PHP syntax highlighting, and no longer
655 asks "save anyway?" when the user ^Q discards the buffer.
656
657
658
659 2017 May 4
660
661 GNU nano 2.8.2 "Krats" adds another new feature: it makes
662 the ^G help texts searchable with ^W. Apart from that,
663 it fixes a crash when resizing the window in the middle
664 of verbatim input, avoids an unlikely crash when used
665 without UTF-8 support in some locales, avoids redrawing
666 the screen twice when switching between buffers while
667 line numbers are active, and works around a coloring
668 bug on musl. Plus tweaks to the documentation; plus
669 translation updates for fifteen languages.
670
671
672
673 2017 April 12
674
675 GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
676 on musl, fixes scrolling problems in softwrap mode when
677 double-width characters on row boundaries are involved,
678 shows double-width characters as "&gt;" and "&lt;" when split
679 across two rows, moves the cursor more predictably (at
680 the cost of sometimes putting it on the second "half"
681 of a character), avoids creating lines that consist of
682 only blanks when using autoindent, makes ^Home and ^End
683 go to the start and end of the file (on terminals that
684 support those keystrokes), places the cursor better when
685 linting, lets the linter ask only once whether to open
686 an included file, and adds bindings for ^Up and ^Down
687 in the file browser. Don't sit on your hands.
688
689
690
691 2017 March 31
692
693 GNU nano 2.8.0 "Axat" makes it easier to move around in
694 softwrapped lines: the Up and Down keys now step from
695 visual row to visual row instead of jumping between
696 logical lines, and the Home and End keys now move to
697 the start and end of a row, and only when already
698 there, then to the start and end of the logical line.
699 Furthermore, the screen can now scroll per row instead
700 of always per logical line. On an entirely different
701 front: nano now makes use of gnulib, to make it build
702 on more platforms. In short: there were many internal
703 changes, not many user-visible ones (apart form the
704 new softwrap navigation). The conversion to gnulib
705 was done by Mike Frysinger, the softwrap overhaul by
706 David Ramsey.
707
708
709
710 2017 February 23
711
712 GNU nano 2.7.5 "Nijntje" can properly search and replace
713 the \B and \b regex anchors, correctly repaints things
714 when multiline regexes with identical start and end are
715 involved, fixes a crash with zero-length regex matches,
716 does replacements at the edges of a marked region right,
717 no longer hides double-width characters at the head of
718 softwrapped rows, displays at most three warnings at
719 startup, and documents the ability to read a file from
720 standard input. Come tickle my ears.
721
722
723
724 2017 January 10
725
726 GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
727 manner again (bug was introduced in previous version),
728 sets the preferred x position for vertical movements
729 more consistently, avoids some scrolling problems in
730 softwrap mode, installs the Info manual also when your
731 system lacks 'makeinfo', and corrects the behavior of
732 the beginning-of-word anchor (\&lt;) in regex searches.
733
734
735
736 2016 December 28
737
738 GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
739 your editor is now able to handle filenames that contain
740 newlines, avoids a brief flash of color when switching
741 between buffers that are governed by different syntaxes,
742 makes the Shift+Ctrl+Arrow keys select text again on a
743 Linux console, is more resistant against malformations
744 in the positionlog file, and does not crash when ^C is
745 typed on systems where it produces the code KEY_CANCEL.
746 Oh, and it no longer mistakenly warns about editing an
747 unlocked file just after saving a new one. That's it.
748 Tastes great with thick butter.
749
750
751
752 2016 December 12
753
754 GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
755 the ability to complete with one keystroke (^] by default)
756 a fragment of a word to a full word existing elsewhere in
757 the current buffer. Besides, this release fixes two bugs
758 related to using line numbers in softwrap mode, allows to
759 use the PageUp and PageDown keys together with Shift on
760 VTE-based terminals, stops the help lines from flickering
761 during interactive replacing, makes a 'set fill' override
762 an earlier 'set nowrap', properly restores the selected
763 region after an external spell check, and improves a few
764 other tidbits. If you should find any more bugs, please
765 run 'man nano | grep bugs' and report them there.
766
767
768
769 2016 October 29
770
771 GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
772 ability to display line numbers beside the text. This can
773 be activated with -l or --linenumbers on the command line,
774 or with 'set linenumbers' in your nanorc, or toggled with
775 M-#. The coloring of these numbers can be chosen via the
776 option 'set numbercolor'. This release furthermore fixes
777 some bugs with scrolling in softwrap mode, is more strict
778 in the parsing of key rebindings, and marks a new buffer
779 as modified when the output of a command (^R ^X) has been
780 read into it. Come and check it out!
781
782
783
784 2016 September 1
785
786 GNU nano 2.7.0 "Suni" adds a new feature: allowing text to be
787 selected by holding Shift together with the cursor keys.
788 Besides that, nano now works also when run in very tiny
789 terminals (down to one line, one column), and improves
790 the handling of the prompt in cramped spaces. Not much,
791 but it's time to get it out there.
792
793 With this release we return to GNU. For just a little while
794 we dreamt we were tigers. But we are back in the herd,
795 back to a healthy diet of fresh green free grass.
796
797
798
799 2016 August 10
800
801 nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
802 a Linux virtual console, takes as verbatim only the very
803 first keystroke after M-V, removes any lock files that it
804 holds when dying, doesn't abort when a word contains digits
805 (when using the default speller), fixes a small sorting bug
806 in the file browser, makes searching case-insensitively in
807 a UTF-8 locale a little faster, and doesn't enter invalid
808 bytes when holding down both Alt keys. Sant&eacute;!
809
810
811
812 2016 July 28
813
814 nano 2.6.2 "Le vent nous portera" adds two new features: the
815 keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
816 of text, and the option 'wordchars' for specifying which
817 characters (beside alphanumeric ones) should be considered
818 word-forming. Further, it provides feedback during Unicode
819 input (M-V followed by a six-digit hexadecimal number which
820 must start with 0 or 10), avoids a crash when resizing the
821 window during Verbatim input, doesn't drop a keystroke after
822 having been suspended, and replaces the beginning-of-line
823 anchor (^) just once per line. There are also several tiny
824 improvements in screen rendering and key handling.
825 Come get your hair tousled!
826
827
828
829 2016 June 27
830
831 nano 2.6.1 "Stampede" is chiefly a translation update, but also
832 adds one little feature (the ability to use negative numbers
833 with Go To Line: -1 meaning the first line from the bottom),
834 includes syntax highlighting for Rust, and fixes three tiny
835 bugs (but in such far corners of the editor that they aren't
836 even worth mentioning).
837
838
839
840 2016 June 17
841
842 nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
843 some of them not so little. It improves moving about in
844 the file browser, corrects failings of the internal spell
845 checker, adds a new feature (comment/uncomment lines, with
846 default binding M-3), makes some error messages clearer,
847 shows more of a file when positionlog is used and the cursor
848 is near the end, displays all error messages at startup if
849 there are multiple ones, does not misinterpret keystrokes
850 when typing very fast, is less eager to trim the filename
851 on narrow terminals, speeds up case-insensitive searches,
852 and allows to abort re-searches. Among bunches of other
853 things. It is worth the trouble to upgrade.
854
855 And, with this release, we take leave of the herd...
856 Bye! And thanks for all the grass!
857
858 </pre>
859 </td>
860 </tr>
861 </table>
862
863 <?php include "bottom.php"; ?>