X-Git-Url: https://git.wh0rd.org/?p=nano-editor.git;a=blobdiff_plain;f=news.php;h=b7d05604bacde8450be774b763b187a10ff43d29;hp=a14f405717445628663d12f9c60bcacc710b5f0f;hb=060a613149b18831b3ecd3c52303849df28d309c;hpb=a5abf02d00171577b8dcbf49b02a4df1f984c726 diff --git a/news.php b/news.php index a14f405..b7d0560 100644 --- a/news.php +++ b/news.php @@ -12,17 +12,81 @@

-2021 October 6 - GNU nano 5.9 "El manicomio ha decidido: mañana sol!" +2022 April 28 - GNU nano 6.3 "Wat zullen we drinken? Wat een dorst!" +
+
    +
  • For multiline regexes, text is now colored as soon a start match
    + is found, also when there is no end match at all.
  • +
  • The colorizing of any line is stopped after two thousand bytes,
    + to avoid frustrating delays.
  • +
  • When environment variable NO_COLOR is set, the two default colors
    + (yellow for the spotlight, red for error messages) are suppressed
    + when no interface colors are specified in a nanorc file.
  • +
  • Full justification and piping the whole buffer through a command
    + now keep the cursor at the same line number.
  • +
  • Utility xsel can be used to copy a marked region to the system's
    + clipboard. See doc/sample.nanorc for an example.
  • +
+

+ +2022 February 18 - GNU nano 6.2 "Kamperfoelie" +
+
    +
  • The file browser clears the prompt bar also when using --minibar.
  • +
  • Linting now works also with a newer 'pyflakes'.
  • +
+

+ +2022 February 9 - GNU nano 6.1 "Rețelele de socializare sunt ca un frigider" +
+
    +
  • The behavior of ^K at a prompt has been enhanced: when there
    + is text after the cursor, just this text is erased. (In the usual
    + situation, however, when the cursor is at the end of the answer,
    + the behavior is as before: the whole answer is erased.)
  • +
  • At a prompt, M-6 copies the current answer into the cutbuffer.
  • +
  • Large external pastes into nano are handled more quickly.
  • +
+

+ +2021 December 15 - GNU nano 6.0 "Humor heeft ook zijn leuke kanten" +
+
    +
  • Option --zero hides the title bar, status bar and help lines, and
    + uses all rows of the terminal as editing area. The title bar and
    + status bar can be toggled with M-Z.
  • +
  • Colors can now be specified also as three-digit hexadecimal numbers,
    + in the format #rgb. This picks from the 216 index colors (that most
    + terminals know) the color that is nearest to the given values.
  • +
  • For users who dislike numbers, there are fourteen new color names:
    + rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,
    + tawny, brick, and crimson.
  • +
  • Suspension is enabled by default, invokable with ^T^Z. The options
    + -z, --suspendable, and 'set suspendable' are obsolete and ignored.
    + (In case you want to be able to suspend nano with a single keystroke,
    + you can put 'bind ^Z suspend main' in your nanorc.)
  • +
  • When automatic hard-wrapping is in effect, pasting just a few words
    + (without a line break) will now hard-wrap the line when needed.
  • +
  • Toggling Append or Prepend clears the current filename.
  • +
  • The word count as shown by M-D is now affected by option --wordbounds;
    + with it, nano counts words as 'wc' does; without it (the new default),
    + words are counted in a more human way: seeing punctuation as space.
  • +
  • The YAML syntax file is now actually included in the tarball.
  • +
+

+ + +2021 October 6 - GNU nano 5.9 "El manicomio ha decidido: mañana sol!"
  • The extension of a filename is added to the name of a corresponding
    - temporary file, so that spell checking a C file, for example, will
    - check only the comments and strings (when using 'aspell').
  • + temporary file, so that spell checking a C file, for example, will check
    + only the comments and strings (when using 'aspell').
  • The process number is added to the name of an emergency save file,
    so that when multiple nanos die they will not fight over a filename.
  • Undoing a cutting operation will restore an anchor that was located
    in the cut area to its original line.
  • -
  • When using --locking>/tt>, saving a new buffer will create a lock file.
  • +
  • When using --locking, saving a new buffer will create a lock file.
  • Syntax highlighting for YAML files has been added.


@@ -269,7 +333,7 @@ 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.
  • + spelling 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.