Change log for 0.0.2:
* [UI] New box widget: ButtonBox.
Widget shows a dialog box with custom buttons.
* [UI] New method :sys:panel:get_active()
Method returns list of tagged VFSObject instances or list of single selected
object if none tagged.
* [UI] New method :sys:panel:get_current().
Method returns VFSObject instance of current directory.
* [UI] New method :sys:panel:vfs_driver().
Method returns vfs driver used by current object
* [UI] New method :sys:cmd:put().
Method allows to put arbitrary string to command line.
* [UI] New method :sys:panel:search_cycle().
Method allows to search objects in current
working directory in direction downwards-from up to selected file.
Set this method as default binding for META-S.
* [PLUGIN] New method :vfs:vfsutils:remove()
Method shows a dialog for [recursively] deleting VFSObjects.
Bound to F8.
* [PLUGIN] New method :vfs:vfsutils:copy()
Method shows a dialog for [recursively] copying VFSObjects.
Bound to F5.
* [PLUGIN] New method :vfs:vfsutils:move()
Method shows a dialog for [recursively] moving VFSObjects.
Bound to F6.
* [PLUGIN] New plugin :misc:where.
Plugin provides an ability to load/restore path locations on both panels
* [PLUGIN] New plugin :fsrules:magic.
Plugin adds an ability to match files based on magic database.
* [VFS] Implemented Tar VFS module. Default actions set to use it on
*.tar, *.tar.gz and *.tar.bz2 named files.
* [CORE] New events and hooks mechanism.
It is now possible to set own hooks on all events.
* [SKINS] New box rule attribute - input.
It is used for any text input widgets
--
~syhpoon