Date NEWS and set version to 0.3.0 in configure.ac
[dragbox.git] / NEWS
blob15d69f7b32ef61e698d129d02420fed8d33819fd
1 NEWS
2 ====
3 This is a review of the changes in the latest few versions
5 Version 0.3
6 ===========
7 Released 3 April 2008
9 New features
10 ------------
12 Dragbox can now handle multiple "shelves"
14 * Allow multiple instances via --name, giving each a unique "id".
15 * List running instances with --list
17 More dynamic access to content is allowed
19 * Allow --get any shelf, printing its current contents.
20 * Implement --write-on-exit and make it default: Only write the final
21   contents to stdout. The old behavior is called --write-async
22 * Allow the window title to be changed with --window-title. Note that this
23   has nothing to do with --name.
25 Smaller changes
26 ---------------
28 * The old output option, now known as --write-async, also output items given
29   on the initial command line for consistency.
30 * Large internal refactoring. Internal hooks could allow for plugins do to
31   other things when items are added or removed.
32 * Added about box
33 * Window focus/bring to front made more reliable
35  vim: tw=76 ft=mkd