]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
note the release of 2.8.1
[nano-editor.git] / news.php
index 8afdbfec7c672a412e25f4c602aae7044d0fa8ea..fb7f21f39e1f9cc57cc3f880c4ff9b6469ee9f4f 100644 (file)
--- a/news.php
+++ b/news.php
 <br>
 <pre>
 
 <br>
 <pre>
 
+2017 April 12
+
+GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
+on musl, fixes scrolling problems in softwrap mode when
+double-width characters on row boundaries are involved,
+shows double-width characters as ">" and "<" when split
+across two rows, moves the cursor more predictably (at
+the cost of sometimes putting it on the second "half"
+of a character), avoids creating lines that consist of
+only blanks when using autoindent, makes ^Home and ^End
+go to the start and end of the file (on terminals that
+support those keystrokes), places the cursor better when
+linting, lets the linter ask only once whether to open
+an included file, and adds bindings for ^Up and ^Down
+in the file browser.  Don't sit on your hands.
+
+
+
+2017 March 31
+
+GNU nano 2.8.0 "Axat" makes it easier to move around in
+softwrapped lines: the Up and Down keys now step from
+visual row to visual row instead of jumping between
+logical lines, and the Home and End keys now move to
+the start and end of a row, and only when already
+there, then to the start and end of the logical line.
+Furthermore, the screen can now scroll per row instead
+of always per logical line.  On an entirely different
+front: nano now makes use of gnulib, to make it build
+on more platforms.  In short: there were many internal
+changes, not many user-visible ones (apart form the
+new softwrap navigation).  The conversion to gnulib
+was done by Mike Frysinger, the softwrap overhaul by
+David Ramsey.
+
+
+
+2017 February 23
+
+GNU nano 2.7.5 "Nijntje" can properly search and replace
+the \B and \b regex anchors, correctly repaints things
+when multiline regexes with identical start and end are
+involved, fixes a crash with zero-length regex matches,
+does replacements at the edges of a marked region right,
+no longer hides double-width characters at the head of
+softwrapped rows, displays at most three warnings at
+startup, and documents the ability to read a file from
+standard input.  Come tickle my ears.
+
+
+
+2017 January 10
+
+GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
+manner again (bug was introduced in previous version),
+sets the preferred x position for vertical movements
+more consistently, avoids some scrolling problems in
+softwrap mode, installs the Info manual also when your
+system lacks 'makeinfo', and corrects the behavior of
+the beginning-of-word anchor (\<) in regex searches.
+
+
+
 2016 December 28
 
 GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
 2016 December 28
 
 GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs: