- Source: dragbox/dragbox-0.3.0.tar.gz
sha1: 974ced68e1f9187107cbbb24b829e4954981e57f
Version 0.3
===========
Released 3 April 2008
New features
Dragbox can now handle multiple "shelves"
Allow multiple instances via --name, giving each a unique "id".
List running instances with --list
More dynamic access to content is allowed
Allow --get any shelf, printing its current contents.
Implement --write-on-exit and make it default: Only write the final
contents to stdout. The old behavior is called --write-async
Allow the window title to be changed with --window-title. Note that this
has nothing to do with --name.
Smaller changes
The old output option, now known as --write-async, also output items given
on the initial command line for consistency.
Large internal refactoring. Internal hooks could allow for plugins do to
other things when items are added or removed.
Added about box
Window focus/bring to front made more reliable