X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=fb7f21f39e1f9cc57cc3f880c4ff9b6469ee9f4f;hp=47d35f06c0bd3214cb6213389c76d3fd61b80584;hb=f2eff274a52f0cce8c297525dfb8ae6e2d978db1;hpb=9aefbfdfb30df1df3182989c3581c466a6da9721 diff --git a/news.php b/news.php index 47d35f0..fb7f21f 100644 --- a/news.php +++ b/news.php @@ -16,6 +16,43 @@
 
+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