diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-25 15:17:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-25 15:17:16 +0200 |
commit | 9d0d8231e8f4e84257ee04a655832df659df8716 (patch) | |
tree | 034f4a199cb693a9209c74d37784a81a81eb0bd8 | |
parent | 11177a096707ed75cd15c8933a3346e350cf7b18 (diff) | |
download | weechat-9d0d8231e8f4e84257ee04a655832df659df8716.zip |
core: add option weechat.color.status_name_insecure in ChangeLog and release notes
-rw-r--r-- | ChangeLog.adoc | 1 | ||||
-rw-r--r-- | ReleaseNotes.adoc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 39b7a7fe1..c6c1929f2 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -33,6 +33,7 @@ New features:: * core: add access to hashtable properties in evaluation of expressions (issue #1888) * core: display similar command names when a command is unknown (issue #1877) * core: rename option weechat.color.status_name_ssl to weechat.color.status_name_tls + * core: add option weechat.color.status_name_insecure to display buffer name with a specific color when not connected with TLS to the server * core, plugins: make many identifiers case sensitive (issue #1872, issue #398, bug #32213) * core: add item "mouse_status" in default status bar, change default color to lightgreen * core, trigger: add options weechat.color.chat_status_disabled and weechat.color.chat_status_enabled, remove options trigger.color.trigger and trigger.color.trigger_disabled, add enabled/disabled status color in output of `/filter list` (issue #1820) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 8175b78a4..12ceedacd 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -182,6 +182,10 @@ Alias converted to lower case: "CLOSE" => "close" [[v4.0.0_tls]] === TLS options and connections +Option `weechat.color.status_name_insecure` has been added, the buffer name +is now displayed with color `lightmagenta` by default if the connection with +the server is *NOT* made with TLS. + Options, commands and documentation have been updated to "TLS" instead of "SSL": * core option: |