diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-26 21:13:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-26 21:13:07 +0200 |
commit | 2e42da35f90a7fcbc3fa62b230defaa167fd8e1f (patch) | |
tree | 9c116ceb78f045284208787f2ae2102f084a2c92 /ChangeLog.adoc | |
parent | 4f3524dbacbefab6481d07141cfdc37d4a7c7200 (diff) | |
download | weechat-2e42da35f90a7fcbc3fa62b230defaa167fd8e1f.zip |
core: update ChangeLog (issue #1920)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index a8c0bdd65..4b7a035eb 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,6 +20,7 @@ New features:: * core: add key kbd:[Alt+K] (upper case) to grab raw key and its command (issue #1238) * core: add option `key` in command `/debug` (issue #1238) * core: force ctrl keys to lower case when they are added (issue #1875) + * core: use 256 colors by default and always allow 256 colors, find nearest color if less colors are available in terminal (issue #1920) * core: insert multiple pasted lines in input instead of sending immediately, add keys to move and delete in a single line and whole input, add option weechat.look.input_multiline_lead_linebreak (issue #1502, issue #1503, issue #1504) * core: render newline characters in chat line messages (issue #1908) * core: don't split on newline characters in printf_date_tags when input_multiline is set (issue #1909) |