version 0.3.0
-------------

features added:
 - mingw/win32 support

version 0.2.0
----------------

bugs fixed:
 - do not allow creation of empty groups
 - bufsize was wrong calculated in pws3_calc_buf_size(), maybe leading to an unusable db
   and/or segfaults

version 0.2.0rc3
----------------

bugs fixed:
 - when expanding, the current selection item did not stay at the expanded item
 - adding an entry by choosing a group with the right mouse button does not
   select/highlight the entry after adding 
 - moving an entry/group by drag and drop results in a copy of that
   entry/group, the original, dragged entry/group is not removed
 - adding a password entry with password history saving set to on results in an empty 
   password history entry and pws segfaults

features added:
 - when expanding, the scroll hint (scroll item to top/ensure item is visible)
   is changeable by preferences

version 0.2.0rc2
----------------

bugs fixed:
 - if dropping a password entry into the same parent folder, a copy
   of the entry is created
 - adding new entries when a a entry (no group) is selected, results in
   a subentry of the selected entry, which is invalid

version 0.2.0rc1
----------------

bugs fixed:
 - password history did not work if there were more than one history entry
   with a timestamp of zero
 - when creating a new database, pws crashes when adding new entries to
   the root item

features added:
 - automagically detect database format
 - drag and drop enabled

version 0.1.5
-------------

bugs fixed:
 - expand/collapse group on doubleclick did not work if the first column
   was clicked

features added:
 - customizable date format
 - (customizable) enter key action added
 - customizable space key action

version 0.1.4
-------------

bugs fixed:
 - if a wrong passphrase was given when importing another database, the
   passphrase of the original database is set to the wrong passphrase

version 0.1.3
-------------

bugs fixed:
 - if "save database immediately after any change" is set to yes, 
   the passphrase of the original database is set to the passphrase
   of the imported database and only restored on next save()
 - if prefs_pws_confirm_delete is set, the user is ask for confirmation when
   copying url/username to clipboard. prefs_pws_confirm_clpbrd is ignored.
 - potential pws v3 header data corruption if hostname + uid > 11

features added:
 - InformationDialog shows the number of password/group entries
 - preference added: show only filenames (no directories) in
   recent files menu
 - ask for a new passphrase when exporting a subtree

version 0.1.2
-------------

bugs fixed:
 - pws shows wrong version information
 - enabling/disabling readonly mode when importing another database
   disabled

features added:
 - set soname for libpws
 - subtree exporting
 - enable/disable actions based on the current selected item
 - major code cleanups in the pws code

version 0.1.1
-------------

bugs fixed:
 - path to configuration file was hardcoded
 - file ending was not added automatically when doing a saveAs()
 - max number of backups (preferences) did not work as expected

features added:
 - last selected directory is now remembered across all file dialogs
 - the geometry of the main window will now be saved 
 
