1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
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
|