NEWS
====
This is a review of the changes in the latest few versions

Version 0.4
===========
Released 25 April 2008

This is a bugfix release. It is a major version number since the
dependencies have changed.

Dependency changes
------------------

* Dbus is now a mandatory dependency (python-dbus)

Bug fixes
---------

* Dragbox handles a stale environment much better. As a side effect, it does
  not use or respect `DBUS_SESSION_BUS_ADDRESS` anymore.

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

 vim: tw=76 ft=mkd
