mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
core: add note about default trigger "cmd_pass_register" in release notes
This commit is contained in:
+15
-2
@@ -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 <name>` 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
|
||||
|
||||
Reference in New Issue
Block a user