- Added the alias 'export.json' that maps to the _query command.
This commit is contained in:
Paul Beckingham 2011-02-04 10:25:43 -05:00
parent 3a623af363
commit 7e1e187d6c
3 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,7 @@
+ Added ability to temporarily suspend GC (rc.gc:0) for a given command, which
helps scriptwriters implement shadow files externally (thanks to Sander
Marechal).
+ Added alias 'export.json' that maps to the new _query helper command.
+ Added feature #30, which eliminates the dependency on ncurses (thanks to
Johan Friis).
+ Added feature #41, XML export in the form of add-on script export-xml.pl,