X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=80b162258bb5001c172a7ef1e1b0a62ca6bf390e;hp=5aeb3f9b051f152502235595ff9aae1f8fb552fe;hb=3dfa6adf7b4b7a39917b892eceaca6826caddc3b;hpb=5789b38a1c45237ed8d20bf9e1fdf41aeccabe51 diff --git a/news.php b/news.php index 5aeb3f9..80b1622 100644 --- a/news.php +++ b/news.php @@ -17,13 +17,35 @@

+2021 January 14 - GNU nano 5.5 "Rebecca" +
+
    +
  • Option 'set minibar' makes nano suppress the title bar and instead
    + show a bar with basic editing information at the bottom: file name
    + (plus an asterisk when the buffer is modified), the cursor position
    + (line,column), the character under the cursor (U+xxxx), the flags
    + that --stateflags normally shows, plus the percentage of the buffer
    + that is above the cursor.
  • +
  • With 'set promptcolor' the color combination of the prompt bar can
    + be changed, to allow contrasting it with the mini bar (which always
    + has the same color as the title bar).
  • +
  • Option 'set markmatch' highlights the result of a successful search
    + by putting the mark at the end of the match, making the match more
    + visible. It also suppresses the cursor until the next keystroke.
    + (If you dislike the hiding of the cursor, use 'set showcursor'.)
  • +
  • The bindable toggle 'nowrap' has been renamed to 'breaklonglines',
    + to match the corresponding option, like for all other toggles.
  • +
  • Support for Slang has been removed.
  • +
+

+ 2020 December 2 - GNU nano 5.4 "Terre des hommes"
    -
  • Moving the cursor now skips over combining characters (and other
    - zero-width characters). Deleting a character deletes also any
    - succeeding zero-width characters, but backspacing deletes just
    - one character at a time.
  • +
  • Moving the cursor now skips over combining characters (and
    + other zero-width characters). Deleting a character deletes
    + also any succeeding zero-width characters, but backspacing
    + deletes just one character at a time.