mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-15 17:35:46 +01:00
pass all command actions an args object - IMPORTANT: this will possibly break
your plugin, read the NEWS file
This commit is contained in:
4
NEWS
4
NEWS
@@ -1,6 +1,10 @@
|
||||
<pre>
|
||||
2008-XX-XX:
|
||||
* version 2.0 (probably)
|
||||
* IMPORTANT: command actions now take an args object, returned from
|
||||
commands.parseArgs, as their first argument. This will break any commands
|
||||
not using the args parser explicitly. The old string value is now
|
||||
available via args.string.
|
||||
* IMPORTANT: 'verbose' is now used for message levels. Logging is
|
||||
controlled by the extensions.liberator.loglevel preference.
|
||||
* IMPORTANT: :viusage and :exusage now jump to the help index, use the
|
||||
|
||||
Reference in New Issue
Block a user