From cbadaecc4f2e247995130c0ef12f6f9c646261bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 13 Nov 2021 08:48:04 +0100 Subject: [PATCH] core: add note about default trigger "cmd_pass_register" in release notes --- ReleaseNotes.adoc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index c83ef58ba..0978d9e5f 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -20,6 +20,19 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v3.4]] == Version 3.4 (under dev) +[[v3.4_trigger_cmd_pass_register]] +=== Default trigger "cmd_pass_register" + +The trigger "cmd_pass_register" has been updated to support option +`-server ` in commands `/msg` and `/quote`. + +You can restore the default trigger "cmd_pass_register" with the following +command: + +---- +/trigger restore cmd_pass_register +---- + [[v3.4_hdata_search]] === New parameters in function hdata_search @@ -440,12 +453,12 @@ If you want to use a command, you must add explicitly the leading `/`: ---- [[v3.0_trigger_beep]] -=== Default "beep" trigger +=== Default trigger "beep" The command of "beep" trigger is now executed only if the message does NOT contain the tag "notify_none" (in addition to existing conditions). -You can restore the default "beep" trigger with the following command: +You can restore the default trigger "beep" with the following command: ---- /trigger restore beep