X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=news.php;h=fed4b4bbd14cbdfe7abafbeb74bda7773fe9f37b;hb=3cd08e87b583069e15df5b187e92eb1844de25d3;hp=b7d05604bacde8450be774b763b187a10ff43d29;hpb=060a613149b18831b3ecd3c52303849df28d309c;p=nano-editor.git diff --git a/news.php b/news.php index b7d0560..fed4b4b 100644 --- a/news.php +++ b/news.php @@ -1,6 +1,6 @@ - +


@@ -12,10 +12,50 @@


+2023 January 18 - GNU nano 7.2 "Boer doe mij 't hekke lös!" +
+
    +
  • <Shift+Insert> is prevented from pasting in view mode.
  • +
+

+ +2022 December 14 - GNU nano 7.1 "And the devices shall be made of wood" +
+
    +
  • When --autoindent and --breaklonglines are combined, pressing
    + <Enter> at a specific position no longer eats characters.
  • +
+

+ +2022 November 15 - GNU nano 7.0 "Una existencia simple bajo el sol" +
+
    +
  • String binds may contain bindable function names between braces.
    + For example, to move the current line down to after the next one:
    + bind ^D "{cut}{down}{paste}{up}" main. Of course, braced function
    + names may be mixed with literal text. If an existing string bind
    + contains a literal {, replace it with {{}.
  • +
  • Unicode codes can be entered (via M-V) without leading zeroes,
    + by finishing short codes with <Space> or <Enter>.
  • +
  • Word completion (^]) looks for candidates in all open buffers.
  • +
  • No regular expression matches the final empty line any more.
  • +
+

+ + +2022 August 2 - GNU nano 6.4 "Regentag Dunkelbunt Hundertwasser" +
+
    +
  • The file browser does not crash when moving up to the root folder.
  • +
  • Softwrapping very long lines is done more efficiently.
  • +
  • Invoking the formatter does not blink the screen.
  • +
+

+ 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
    +
  • For multiline regexes, text is now colored as soon as 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.