Bumped version number to 0.3.2

Updated changelog
Renamed translations to keepassx-*
Added myself to the about dialog

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@203 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-05-31 20:42:10 +00:00
parent cfcbe82138
commit a018fee162
13 changed files with 35 additions and 11 deletions

View File

@@ -1,3 +1,21 @@
---------------
0.3.2
---------------
- add default groups when creating a database
- improved the auto-type dialog (keyboard only usage, visual selection feedback)
- fixed password encoding problem (Bug #1687864)
- fixed sorting of date columns (Bugs #1861726, #1922311)
- fixed problem when restoring window after auto-type (Bug #1978861)
- don't use entries in 'Backup' group for global auto-type (Bug #1915664)
- hide contents of search field while database is locked (Bug #1923554)
- added missing menu accelerators
- automatically try to unlock db when global auto-type key has been pressed
- master key transformations (rounds) are now computed in two threads (from KeePass 1.11)
- added ability to measure the number of rounds that can be calculated in 1 second
- increase and randomize the default key transformation number
- print help if parsing the arguments fails
- disable precompiled header on FreeBSD by default to fix compilation error (Bug #1943446)
---------------
0.3.1
---------------