X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=996b6d2327324bf9af1e1e3d1416347864bb7d3d;hp=90c0bf0c13fb7736a82afef46c909ebd06a6aae5;hb=f1c3b6973856b04a0c823e31566df8d9da09fe90;hpb=3a9f2f9b6d35bb182e1c72fcbbf473dc91e1eabf diff --git a/news.php b/news.php index 90c0bf0..996b6d2 100644 --- a/news.php +++ b/news.php @@ -17,6 +17,32 @@

+2019 December 23 - GNU nano 4.7 "Havikskruid" +
+
    +
  • A <Tab> will indent a marked region only when mark and cursor are
    + on different lines.
  • +
  • Two indentations (any mix of tabs and spaces) are considered the
    + same when they look the same (that is: indent to the same level).
  • +
  • When using --breaklonglines or ^J, a line will never be broken in
    + its leading whitespace or quoting.
  • +
  • The keywords in nanorc files must be in lowercase.
  • +
+

+ +2019 November 29 - GNU nano 4.6 "And don't you eat that yellow snow" +
+
    +
  • The 'formatter' command has returned, bound by default to M-F.
    + It allows running a syntax-specific command on the contents of
    + the buffer.
  • +
  • ^T will try to run 'hunspell' before 'spell', because it checks
    + spellling for the locale's language and understands UTF-8.
  • +
  • Multiple errors or warnings on startup will no longer slow nano
    + down but will be indicated on the status bar with trailing dots.
  • +
+

+ 2019 October 4 - GNU nano 4.5 "Košice"