summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-09-06 19:15:15 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-09-06 19:15:15 +0200
commit3c987f3a1c5ec325c134bff0e59858cfe0e71f2d (patch)
tree7cbd35fd20d8543d2fa0f95d720d2306892b2373 /ReleaseNotes.adoc
parent9ccf62979fd487ace77c6caa430b41f74c97248c (diff)
downloadweechat-3c987f3a1c5ec325c134bff0e59858cfe0e71f2d.zip
script: add option script.scripts.download_enabled (closes #1548)
Diffstat (limited to 'ReleaseNotes.adoc')
-rw-r--r--ReleaseNotes.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index 37e2e7c58..9269e2094 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -20,6 +20,23 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[v3.0]]
== Version 3.0 (under dev)
+[[v3.0_script_option_download_enabled]]
+=== New option to enable download of scripts
+
+A new option has been added to allow the script plugin to download the list of
+scripts and the scripts themselves (on weechat.org by default).
+
+This option is `off` by default, so you must opt in if you want to use the
+`/script` command, even if you upgraded from an old WeeChat version:
+
+----
+/set script.scripts.download_enabled on
+----
+
+[NOTE]
+When this option is enabled, WeeChat can sometimes download again the list of
+scripts when you use the `/script` command, even if you don't install a script.
+
[[v3.0_irc_commands_allchan_allpv_allserv]]
=== IRC commands /allchan, /allpv and /allserv