Update changelog and bump version to 0.4.1 final
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@345 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
1af6133336
commit
457f393cb4
|
@ -1,10 +1,10 @@
|
|||
----------------------------
|
||||
0.4.1 (2009-09-XX)
|
||||
0.4.1 (2009-09-14)
|
||||
----------------------------
|
||||
- Added initial documentation (by Jussi Sainio)
|
||||
- Added and improved many translations
|
||||
- Added ability to drag'n'drop fields (username, password, ...) to other applications
|
||||
- Added option to show the application window always on top
|
||||
- Added ability to drag'n'drop fields (username, password, ...) to other applications [Linux]
|
||||
- Added option to show the application window always on top [Linux and Windows]
|
||||
- Seperate columns settings between normal and search results view
|
||||
- Interrupt auto-type if the focused window changed meanwhile
|
||||
- Reduced height of password generator dialog (Bug #2831504)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<string>APPL</string>
|
||||
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>KeePassX 0.4.0</string>
|
||||
<string>KeePassX 0.4.1</string>
|
||||
|
||||
<key>CFBundleSignature</key>
|
||||
<string>kpsx</string>
|
||||
|
@ -25,10 +25,10 @@
|
|||
<string>KeePassX</string>
|
||||
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.4.0</string>
|
||||
<string>0.4.1</string>
|
||||
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.4.0</string>
|
||||
<string>0.4.1</string>
|
||||
|
||||
<key>CFBundleName</key>
|
||||
<string>KeePassX</string>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#define APP_CODE_NAME "keepassx"
|
||||
#define APP_SHORT_FUNC "Password Manager"
|
||||
#define APP_LONG_FUNC "Cross Platform Password Manager"
|
||||
#define APP_VERSION "0.4.1beta"
|
||||
#define APP_VERSION "0.4.1"
|
||||
|
||||
#define BUILTIN_ICONS 69
|
||||
|
||||
|
|
Loading…
Reference in New Issue