From 7be168264f101269117ee21e822b0078040e071b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 21 Jul 2015 07:01:34 +0200 Subject: [PATCH] core: add command /alias in release notes --- ReleaseNotes.asciidoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ReleaseNotes.asciidoc b/ReleaseNotes.asciidoc index 7cbb18d38..1aedb393a 100644 --- a/ReleaseNotes.asciidoc +++ b/ReleaseNotes.asciidoc @@ -19,6 +19,24 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] == Version 1.3 (under dev) +=== Alias command + +The command `/alias` has been updated to list, add and remove aliases. +Therefore the command `/unalias` has been removed. + +To add an alias, the argument `add` must be used in command `/alias` before the +name, for example: + +---- +/alias add split /window splith +---- + +And the alias is removed with this command: + +---- +/alias del split +---- + === Script path The option 'script.scripts.dir' has been renamed to 'script.scripts.path'