core: add command /alias in release notes

v2.8-utf8proc
Sébastien Helleu 2015-07-21 07:01:34 +02:00
parent 01c2ef63f5
commit 7be168264f
1 changed files with 18 additions and 0 deletions

View File

@ -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'