X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=6d9cf583404bfc36f1e6f335366b354c7914bf72;hp=996b6d2327324bf9af1e1e3d1416347864bb7d3d;hb=f0146453835a651dd1799e8d9ea150e2975cfdf8;hpb=fa82a7df725893ae8651f1746a646d76fecf7c19 diff --git a/news.php b/news.php index 996b6d2..6d9cf58 100644 --- a/news.php +++ b/news.php @@ -17,6 +17,63 @@

+2020 May 23 - GNU nano 4.9.3 "Almendras" +

+
+ One more bug introduced in version 4.9 is fixed: a crash when + the terminal screen is resized while at a lock-file prompt. +
+

+ +2020 April 7 - GNU nano 4.9.2 "Mali Lošinj" +

+
+ Another bug introduced in version 4.9 is fixed: a likely crash
+ after undoing an <Enter> at the end of leading whitespace. +
+

+ +2020 March 31 - GNU nano 4.9.1 "Sapperdeflap" +

+
+ Two bugs introduced in version 4.9 are fixed: the cursor
+ getting misplaced when undoing line cuts, and filtering
+ of the whole buffer to a new buffer not working. +
+

+ +2020 March 24 - GNU nano 4.9 "die fetten Jahre sind vorbei" +
+
    +
  • When justifying a selection, the new paragraph and the
    + succeeding one get the appropriate first-line indent.
  • +
  • Trying to justify an empty selection does not crash.
  • +
  • Redoing the insertion of an empty file does not crash.
  • +
  • On the BSDs and macOS, ^H has become rebindable again
    + (in most terminal emulators, not on the console).
  • +
  • DOS line endings in nanorc files are accepted.
  • +
  • Option --suspend / 'set suspend' has been renamed to
    + the more logical --suspendable / 'set suspendable'.
  • +
+

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