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