Change Log
0.3.1
- made key/password dialog more user friendly
- added option for automatic database locking on inactivity
- native file dialogs are used again under MacOS X and Windows
- program accepts Qt command line switches like “-style” again
- parameter “-cfg” now accepts relative paths (Bug #1825446)
- fixed invalid entries in .desktop file (Bug #1906875)
- fixed potential compilation problem in AES implementation (Bug #1905810)
- fixed crash when re-arranging groups (Bug #1754998)
- fixed size problems of some dialogs
- files are not longer truncated when saving fails (Bug #1648616)
- improved seeding of the random number generator
0.3.0a
- fixed bug which prevented MacOS X bundle from starting (Bug #1906517)
- fixed error message about missing license file when opening about dialog (Bug #1906696)
0.3.0
- many bug fixes
- global Auto-Type
- fully customizable HTML based detail view
- better structured settings dialog
- secure random number generator based on ‘Yarrow’ including an optional entropy collector
- new dialog to view expiered entries
- calendar widget to edit expiration dates in a more confortable way
- restructured password generator
- much better appearance under MacOS X
- fine tuning options for auto-type
- system tray icon
- workspace locking
0.2.2
- fixed crash when parsing config file under Win32
- fixed loss of entry icons when saving a database which was not created with KeePassX (no KPX_CUSTOM_ICONS metastream)
- QtNetwork and QtSql are not longer requiered (when using Qt 4.1.3 or later)
- introduced new metastream format for custom icons (v2)
- removed all old Qt3 support dependecies
- implemented correct UUID management for entries
- added delay of 0.3s before performing auto-type
- metastreams now get valid group IDs (KeePass/Win compatibility)
- fixed drawing errors when performing drag and drop operations in group view
- when there is no translation installed for the system’s country preference but one for the same language the program will use it now
- when canceling the file dialog for the opening of an existing database a already openend database will not longer be closed
- same for the creation of a new database
- alpha blending for banner icons
- new standard banner icon
- MacOS packages: all Qt libraries are now included in the application bundle (extra installation is not longer necessary)
0.2.1
- added AutoType feature (experimental!)
- added custom icons feature
- new command line option for manual language selection (-lang <LOCALE-CODE>)
- when saving an attachment the original filename is adopted by the file dialog
- fixed strange sorting behavior of entries (Bug #7083)
- sorting by dates now works as expected
- the “Expires” column and the detailed entry view now also show the string “never” for entries which don’t expire
- entry view now gets updated after changing the column setup
- the application bundle now starts the program with plastique style instead of motif
- added menu entry to change the size of the toolbar icons
0.2.0
- improved Mac OS X support
- ported whole application from Qt3 to Qt4 (better performance, less memory usage, ready for KDE4)
- added Drag & Drop support
- multiple seclection mode for entries
- improved loading performance for large databases
- faster in-memory encryption
- search field in toolbar now works
- mainwindow size, splitter position and column sizes are restored at start-up
- added option for alternating row colors
- improved key/password dialog
- also loading translation files for Qt now (e.g. for the file dialogs)
- removed language dialog - program now uses system’s default language
- added option “Never” for expire dates
- added text export function
- program now asks before closing an unsaved file
- files are not longer closed after loading
- fixed problem with damaged file attachments after various entry operations
- fixed problem with hex. key files
- fixed crashes when using new icons with higher index
- fixed error when saving empty databases
0.1.0
- first official release


Main Page