X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=ccbc5810e29b61d17d26d9c21234d00e8d105ff3;hp=7eaa38c8c3d2e743cbd1ef0c72ab66f6235d84e8;hb=01a855663bffbd7f00d4fb1ec4f5eb5b19e0c107;hpb=36934144eb08d0db59161a77ee0bba1a88f5ae19 diff --git a/news.php b/news.php index 7eaa38c..ccbc581 100644 --- a/news.php +++ b/news.php @@ -17,6 +17,36 @@

+2020 February 7 - GNU nano 4.8 "Jaška" +
+
    +
  • When something is pasted into nano, auto-indentation is suppressed,
    + and the paste can be undone as a whole with a single M-U.
  • +
  • When a lock file is encountered during startup, pressing ^C/Cancel
    + quits nano. (Pressing 'No' just skips the file and continues.)
  • +
  • Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.
    + Making any such binding dismisses the default behavior of ignoring
    + Shift for all Meta+letter keystrokes.
  • +
  • The configuration option --with-slang (to be avoided when possible)
    + can now be used only together with --enable-tiny.
  • +
  • A custom nanorc file can be specified on the command line, with
    + -f filename or --rcfile=filename.
  • +
+

+ +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"