Skip to content
Snippets Groups Projects
  1. Jun 06, 2016
    • Dominik Reichl's avatar
      KeePass-2.09-Source.zip · 383ee8b7
      Dominik Reichl authored
      # New Features:
      
        * Added option to use file transactions when writing databases (enabled by default; writing to a temporary file and replacing the actual file afterwards avoids data loss when KeePass is prevented from saving the database completely).
        * Added [PLGX](http://keepass.info/help/v2_dev/plg_index.html#plgx) plugin file format.
        * Enhanced database synchronization by structure merging (relocation/moving and reordering groups and entries).
        * Added synchronization 'Recent Files' list (in 'File' menu).
        * Synchronization / import: added merging of entry histories.
        * Synchronization / import: backups of current entries are created automatically, if their data would be lost in the merging process.
        * Database name, description, default user name, entry templates group and the recycle bin settings are now synchronized.
        * Added `[{NEWPASSWORD}`](http://keepass.info/help/base/placeholders.html#newpassword) placeholder, which generates a new password for the current entry, based on the "Automatically generated passwords for new entries" [generator profile](http://keepass.info/help/base/pwgenerator.html#profiles); this placeholder is replaced once in an auto-type process, i.e. for a typical 'Old Password'-'New Password'-'Repeat New Password' dialog you can use `{PASSWORD}{TAB}{NEWPASSWORD}{TAB}{NEWPASSWORD}{ENTER}`.
        * Added scheme-specific URL overrides (this way you can for example tell KeePass to open all http- and https-URLs with Firefox or Opera instead of the system default browser; PuTTY is set as handler for ssh-URLs by default; see Options -> Integration).
        * Added option to drop to the background when copying data to the clipboard.
        * Added option to use alternating item background colors in the main entry list (option enabled by default).
        * The Ctrl+E shortcut key now jumps to the quick search box.
        * Added [auto-type sequence](http://keepass.info/help/base/autotype.html#autoseq) conversion routine to convert key codes between 1.x and 2.x format.
        * Added workaround for internal queue issue in `SendKeys.Flush`.
        * Added more simple clipboard backup routine to workaround clipboard issues when special formats are present.
        * Added native clipboard clearing method to avoid empty data objects being left in the clipboard.
        * Added import support for custom icons.
        * Added `{GOOGLECHROME}` placeholder, which is replaced by the executable path of Google Chrome, if installed.
        * Added `{URL:RMVSCM}` placeholder, which inserts the URL of the current entry without the scheme specifier.
        * Added ability to search for UUIDs and group names.
        * Toolbar searches now also search in UUIDs and group names.
        * Added `{DELAY=X}` placeholder to specify a default delay of X milliseconds between standard keypresses in this sequence.
        * Added option to disable verifying written database files.
        * Attachment names in the entry view are now clickable (to open the attachments in the internal editor or viewer).
        * Added Unicode support in entry details view.
        * Added option to render menus and toolbars with gradient backgrounds (enabled by default).
        * MRU lists now have numeric access keys.
        * Added '`\--entry-url-open`' [command line option](http://keepass.info/help/base/cmdline.html) (specify the UUID of the entry as '`\--uuid:`' command line parameter).
        * Added 'Application initialized' [trigger](http://keepass.info/help/v2/triggers.html) event.
        * Added 'User interface state updated' trigger event.
        * Added host reachability trigger condition.
        * Added 'Active database has unsaved changes' trigger condition.
        * Added 'Save active database' trigger action.
        * Added database file synchronization trigger action.
        * Added database file export trigger action.
        * KeePass now restores the last view when opening databases.
        * Added system-wide hot key to execute auto-type for the currently selected entry (configurable in the options).
        * Added option to disable auto-type entry matching based on title (by default an entry matches if its title is contained in the target window title).
        * Added option to disable marking [TAN entries](http://keepass.info/help/base/tans.html) as expired when using them.
        * Added option to focus the quick search box when restoring from tray (disabled by default).
        * Added entry context menu commands to sort by UUID and file attachments.
        * Custom string fields are now appended to the notes when exporting to KeePass 1.x KDB files.
        * Enforced [configuration](http://keepass.info/help/base/configuration.html) files are now item-based (items not defined in the enforced configuration file are now loaded from the global/local configuration files instead of being set to defaults).
        * File transactions are used when writing configuration files.
        * [KPScript](http://keepass.info/help/v2_dev/scr_index.html): added 'ChangeMasterKey' command.
        * ShInstUtil: added check for the presence of .NET.
        * TrlUtil: added command under 'Import' that loads 2.x LNGX files without checking base hashes.
        * TrlUtil: added control docking support.
        * Plugin developers: added static window addition and removal events to the `GlobalWindowManager` class.
        * Plugin developers: added ability to write custom dialog banner generators (`CustomGenerator` of `BannerFactory`).
        * Plugin developers: the `IOConnectionInfo` of the database is now accessible through the key provider query context.
        * Plugin developers: added static auto-type filter events (plugins can provide own placeholders, do sequence customizations like inserting delays, and provide alternative key sending methods).
        * Plugin developers: added `UIStateUpdated` main window event.
      
      # Improvements / Changes:
      
        * Simple text boxes now convert rich text immediately.
        * Improved entry change detection (avoid unnecessary backups when closing the entry dialog with [OK] but without any changes; detect by content instead of change events).
        * Header in entry selection dialog is now non-clickable.
        * Entry list header now uses native sorting icons.
        * Key providers are now remembered separately from key files.
        * The main window is now the owner of the import method dialog.
        * The global URL override is now also applied for main entry URLs in the entry details view.
        * Improved grouping behavior when disabling entry sorting.
        * Improved field mapping in RoboForm [import](http://keepass.info/help/base/importexport.html).
        * Root groups now support custom icons.
        * In the entry dialog, string values are now copied to the clipboard instead of asterisks.
        * Improved import/synchronization status dialog.
        * Improved import/synchronization error message dialogs.
        * Entry history items are now identified by the last modification time instead of last access time.
        * The trigger system can now be accessed directly through 'Tools' -> 'Triggers...', not the options anymore.
        * Changed order of commands in the 'Tools' menu.
        * Improved auto-type target window validity checking.
        * Ctrl-V does not make the main window lose the focus anymore if auto-type is disabled for the currently selected entry.
        * When restoring from tray, the main window is now brought to the foreground.
        * Double-clicking an icon in the icon picker dialog now chooses the icon and closes the dialog.
        * When adding a [custom icon](http://keepass.info/help/base/faq_tech.html#moreclienticons) to the database, the new icon is selected automatically.
        * When opening a database by running `KeePass.exe` with the database file path as parameter (and single instance option enabled), the existing KeePass instance will not prompt for keys of previously locked databases anymore when restoring (they are just left in locked state).
        * Unlocking routine doesn't display multiple dialogs anymore.
        * Improved shortcut key handling in main window.
        * Master key change success message now has a distinguishable window title.
        * Improved start position and focus of the URL dialog.
        * Improved layout in options dialog.
        * Improved UUID and UI updates when removing custom icons.
        * Improved window deconstruction when closing with [X].
        * Improved user activity detection.
        * Improved state updating of sorting context menu commands.
        * Improved sorting by UUIDs.
        * Improved naming of options to clarify their meaning.
        * Converted ShInstUtil to a native application (in order to be able to show a warning in case .NET is not installed).
        * Plugins: improved `IOConnection` to allow using registered custom `WebRequest` descendants (`WebRequest.RegisterPrefix`).
        * TrlUtil: improved XML comments generation.
        * Various code optimizations.
        * Minor other improvements.
      
      # Bugfixes:
      
        * Password profile derivation function doesn't incorrectly always add standard character ranges anymore.
        * [In-memory protection](http://keepass.info/help/base/security.html#secmemprot) for the title field of new entries can be enabled now.
      383ee8b7
    • Dominik Reichl's avatar
      KeePass-2.07-Beta-Source.zip · 7668e3bb
      Dominik Reichl authored
      # New Features:
      
        * Added powerful [trigger system](http://keepass.info/help/v2/triggers.html) (when events occur, check some conditions and execute a list of actions; see options dialog in 'Advanced'; more events / conditions / actions can be added later based on user requests, and can also be provided by plugins).
        * Native master key transformations (rounds) are now computed by the native KeePassLibC support library (which contains the new, highly optimized transformation code used by KeePass 1.15, in two threads); on dual/multi core processors this results in almost triple the performance as before (by tripling the amount of rounds you'll get the same waiting time as in 2.06, but the [protection against dictionary and guessing attacks](http://keepass.info/help/base/security.html#secdictprotect) is tripled).
        * Added recycle bin (enabled by default, it can be disabled in the database settings dialog).
        * Added Salsa20 stream cipher for `CryptoRandomStream` (this algorithm is not only more secure than ArcFour, but also achieves a higher performance; CryptoRandomStream defaults to Salsa20 now; port developers: KeePass uses Salsa20 for the inner random stream in KDBX files).
        * KeePass is now storing file paths (last used file, MRU list) in relative form in the [configuration](http://keepass.info/help/base/configuration.html) file.
        * Added support for importing 1Password Pro CSV files.
        * Added support for importing KeePass 1.x XML files.
        * Windows XP and higher: added support for double-buffering in all list views (including entry lists).
        * Windows Vista and higher: added support for alpha-blended marquee selection in all list views (including entry lists).
        * Added '`EditEntry`', '`DeleteEntry`', '`AddEntries`' and '`DeleteAllEntries`' commands in [KPScript](http://keepass.info/help/v2_dev/scr_index.html) scripting tool.
        * Added support for importing special ICO files.
        * Added option to exit instead of locking the workspace after the specified time of inactivity.
        * Added option to minimize the main window after locking the KeePass workspace.
        * Added option to minimize the main window after opening a database.
        * Added support for exporting to KDBX files.
        * Added command to remove deleted objects information.
        * TrlUtil now checks for duplicate accelerator keys in dialogs.
        * Added controls in the entry editing dialog to specify a custom text foreground color for entries.
        * KeePass now retrieves the default auto-type sequence from parent groups when adding new entries.
        * The password character picking dialog can now be invoked multiple times when auto-typing (use `{PICKPASSWORDCHARS}`, `{PICKPASSWORDCHARS2}`, `{PICKPASSWORDCHARS3}`, etc.).
        * Added '`-set-urloverride`', '`-clear-urloverride`' and '`-get-urloverride`' [command line](http://keepass.info/help/base/cmdline.html) options.
        * Added '`-set-translation`' command line option.
        * Added option to print custom string fields in details mode.
        * Various entry listings now support custom foreground and background colors for entry items.
        * Added 'click through' behavior for menus and toolbars.
        * File association methods are now UAC aware.
      
      # Improvements / Changes:
      
        * User interface is now blocked while saving to a file (in order to prevent accidental user actions that might interfere with the saving process).
        * Improved native modifier keys handling on 64-bit systems.
        * Improved application startup performance.
        * Added image list processing workaround for Windows 7.
        * OK button is now reenabled after manually activating the key file checkbox and selecting a file in the master key dialog.
        * The [master key](http://keepass.info/help/base/keys.html) dialog now appears in the task bar.
        * When KeePass is minimized to tray and locked, pressing the global [auto-type](http://keepass.info/help/base/autotype.html) hot key doesn't restore the main window anymore.
        * The installer now by default installs KeePass 1.x and 2.x into separate directories in the program files folder.
        * The optional autorun registry keys of KeePass 1.x and 2.x do not collide anymore.
        * File type association identifiers of KeePass 1.x and 2.x do not collide anymore.
        * File MRU list now uses case-insensitive comparisons.
        * Improved preview updates in Print and Data Viewer dialogs.
        * Message service provider is thread safe now.
        * Threading safety improvements in KPScript scripting plugin.
        * Improved control state updates in [password generator](http://keepass.info/help/base/pwgenerator.html) dialog.
        * Improved master password validation in 'New Database' dialog.
        * Times are now stored as UTC in KDBX files (ISO 8601 format).
        * Last access time fields are now updated when auto-typing, copying fields to the clipboard and drag&drop operations.
        * KPScript scripting tool now supports in-memory protection.
        * Database is not marked as modified anymore when closing the import dialog with Cancel.
        * Added asterisks in application policy editing dialog to make clearer that changing the policy requires a KeePass restart.
        * Double-clicking a format in the [import/export](http://keepass.info/help/base/importexport.html) dialog now automatically shows the file browsing dialog.
        * Improved permanent entry deletion confirmation prompt.
        * Improved font objects handling.
        * Expired groups are now rendered using a striked out font.
        * Improved auto-type statement conversion routine in KeePass 1.x KDB file importer.
        * Clipboard clearing countdown is not started anymore when copying data fails (e.g. policy disabled).
        * Improved synchronization with URLs.
        * The database maintenance dialog now only marks the database as modified when it actually has removed something.
        * KeePass now broadcasts a shell notification after changing the KDBX file association.
        * Improved warning message when trying to directly open KeePass 1.x KDB files.
        * Improved Linux / Mac OS X compatibility.
        * Improved MSI package (removed unnecessary dependency).
        * TrlUtil: improved `NumericUpDown` and `RichTextBox` handling.
        * Installer now checks for minimum operating system version.
        * Installer: file association is now a task, not a component.
        * Installer: various other improvements.
        * Various code optimizations.
        * Minor other improvements.
      
      # Bugfixes:
      
        * When cloning a group tree using drag&drop, KeePass now assigns correct parent group references to cloned groups and entries.
        * Fixed crash when clicking 'Cancel' in the settings dialog when creating a new database.
      7668e3bb
    • Dominik Reichl's avatar
      KeePass-2.05-Alpha-Source.zip · 1b3f2de8
      Dominik Reichl authored
      # New Features:
      
        * Added [placeholders](http://keepass.info/help/base/autotype.html#autoseq) for referencing fields of other entries (dereferenced when starting URLs and performing auto-type, see the auto-type placeholders documentation).
        * Added natural sorting (when sorting the entry list, KeePass now performs a human-like comparison instead of a simple lexicographical one; this sorts entries with numbers more logically).
        * Added support for importing RoboForm passcards (HTML).
        * Added {DELAY X} [auto-type command](http://keepass.info/help/base/autotype.html#autoseq) (to delay X milliseconds).
        * Added {GROUPPATH} [placeholder](http://keepass.info/help/base/autotype.html#autoseq) (will be replaced by the group hierarchy path to the entry; groups are separated by dots).
        * When saving databases to removable media, KeePass now tries to lock and unlock the volume, which effectively flushes all system caches related to this drive (this prevents data loss caused by removing USB sticks without correctly unmounting in Windows first; but it only works when no other program is using the drive).
        * Added [pattern placeholder](http://keepass.info/help/base/pwgenerator.html#pattern) 's' to generate special characters of the printable 7-bit ASCII character set.
        * A " \- Copy" suffix is now appended to duplicated entries.
        * After duplicating entries, the new entries are selected.
        * The list view item sorter now supports dates/times, i.e. sorting based on entry times is logically now, not lexicographically.
        * Added GUI option to focus the entry list after a successful quick search (toolbar; disabled by default).
        * Several entry context menu commands are now only enabled if applicable (if the user name field of an entry is empty, the 'Copy User Name' command is disabled, etc.).
        * Added a 'Tools' button menu in the entry editing dialog.
        * Tools button menu: Added command to select an application for the URL field (will be prefixed with cmd://).
        * Tools button menu: Added command to select a document for the URL field (will be prefixed with cmd://).
        * Added [password generator](http://keepass.info/help/base/pwgenerator.html) option to exclude/omit user-specified characters in generated passwords.
        * Added clearification paragraph in master key creation dialog about using the Windows user account as source (backup, ...).
        * Added menu command to synchronize with an URL (database stored on a server).
        * KeePass is now checking the network connection immediately when trying to close the [URL dialog](http://keepass.info/help/v2/ioconnect.html).
        * Added file closed event arguments (IO connection info).
        * Added "file created" event for plugins.
      
      # Improvements / Changes:
      
        * The document manager is now accessible by plugins.
        * Improved field to standard field mapping function.
        * KeePass now locks when the system is suspending (if the option for locking on locking Windows or switching user is enabled).
        * All documents are now locked when the session is ended or the user is switched (if the option for this is enabled).
        * Moving a group into one of its child groups does not make the group vanish anymore.
        * [Auto-type](http://keepass.info/help/base/autotype.html#autoseq) validator now supports "{{}" and "{}}" sequences (i.e. auto-type can send '{' and '}' characters).
        * Undo buffers of [secure edit controls](http://keepass.info/help/base/secedits.html) are now cleared correctly.
        * Disabling sorting does not clear search results anymore.
        * Entry editing dialog: Return and Esc work correctly now.
        * Column sort order indicators are now rendered using text instead of images (improves Windows Vista compatibility).
        * Splitter positions are now saved correctly when exiting after minimizing the main window to tray.
        * Added handler code for some more unsupported image file format features (when importing special ICO files).
        * Translation system is now about 75% complete.
        * KeePass is now developed using Visual Studio 2008.
        * Minor UI improvements.
        * Minor Windows installer improvements.
      
      # Bugfixes:
      
        * The [CSV importer](http://keepass.info/help/base/importexport.html) does not crash anymore when clicking Cancel while trying to import entries into an empty folder.
        * IO connection credentials saving works correctly now.
        * Fixed duplicate accelerator keys in the entry context menu.
        * Help button in master key creation dialog now works correctly.
      1b3f2de8
    • Dominik Reichl's avatar
      KeePass-2.03-Alpha-Source.zip · 31f77841
      Dominik Reichl authored
      # New Features:
      
        * Added multi-document support (tabbed interface when multiple files are opened).
        * KeePass 2.x now runs on Windows 98 / ME, too! (with .NET 2.0).
        * Added option to permute passwords generated using a pattern (this allows generating passwords that follow complex rules).
        * Added option to start minimized and locked.
        * Added support for importing Passwort.Tresor XML files.
        * Added support for importing SplashID CSV files.
        * Added '--exit-all' command line parameter; call KeePass.exe with this parameter to close all other open KeePass instances (if you do not wish to see the 'Save?' confirmation dialog, enable the 'Automatically save database on exit' option).
        * Added support for CF_CLIPBOARD_VIEWER_IGNORE clipboard format (clipboard viewers/extenders compliant with this format ignore data copied by KeePass).
        * Added support for synchronizing with multiple other databases (select multiple files in the file selection dialog).
        * Added ability to specify custom character sets in password generation patterns.
        * Added pattern placeholder 'S' to generate printable 7-bit ASCII characters.
        * Added pattern placeholder 'b' to generate brackets.
        * Added support for starting very long command lines.
        * Entry UUID is now shown on the 'Properties' tab page.
        * Added Spanish language for installer.
        * KeePass now creates a mutex in the global name space.
        * Added menu command to save a copy of the current database.
        * The database name is now shown in the title of the 'Enter Password' window.
        * Added "Exit" command to tray icon context menu.
        * Pressing the 'Enter' key in the password list now opens the currently selected entry for editing.
        * Added '-GroupName:' parameter for 'AddEntry' command in the KPScript KeePass scripting tool (see plugins web page).
        * Added URL example in 'Open URL' dialog.
        * Added support for plugin namespaces with dots (nested).
        * Added ability to specify the characters a TAN can consist of.
        * '-' is now treated as TAN character by default, not as separator any more.
        * Added ability to search using a regular expression.
        * Notes in the entry list are now CR/LF-filtered.
        * Added {PICKPASSWORDCHARS} placeholder, KeePass will show a dialog which allows you to pick certain characters.
        * The password generator dialog is now shown in the Windows taskbar if the main window is minimized to tray.
        * Caps lock is now disabled before auto-typing.
        * Improved installer (added start menu link to the CHM help file, mutex checking at uninstallation, version information block, ...).
        * Plugin architecture: added cancellable default entry action event handler.
        * Added support for subitem infotips in various list controls.
        * Group name is now shown in the 'Find' dialog (if not root).
        * Pressing the 'Insert' key in the password list now opens the 'Add Entry' dialog.
        * Last search settings are now remembered (except search text).
        * The column order in the main window is now remembered.
        * Pressing F2 in the groups tree now initiates editing the name of the currently selected group.
        * Pressing F2 in the password list now opens the editing dialog.
        * The 'About' dialog is now automatically closed when clicking an hyperlink.
        * Entries generated by 'Tools' - 'Password Generator' are now highlighted in the main window (visible and selected).
        * Extended auto-close functionality to some more dialogs.
      
      # Improvements / Changes:
      
        * Protected user key is now stored in the application data directory instead of the registry (when upgrading from 2.02, first change the master key so it doesn't use the user account credentials option!).
        * Improved configuration file format (now using XML serialization, allowing serialization of complex structures).
        * Improved configuration saving/loading (avoid file system virtualization on Windows Vista when using the installer, improved out of the box support for installation by admin / usage by user, better limited user account handling, ...).
        * Improved password generator profile management (UI).
        * Improved password generator character set definition.
        * Custom icons can be deleted from the database now.
        * Changed password pattern placeholders to support ANSI.
        * Removed plugin projects from core distribution (plugin source codes will be available separately, like in 1.x).
        * Window position and size is saved now when exiting KeePass while minimized.
        * Splitter positions are restored correctly now when the main window is maximized.
        * Password list refreshes now restore the previous view (including selected and focused items, ...).
        * Improved session ending handler.
        * Improved help menu.
        * Added more JPEG extensions in the icon dialog (JFIF/JFI/JIF).
        * Navigation through the group tree using the keyboard is now possible (entries list is updated).
        * Options dialog now remembers the last opened tab page.
        * Synchronization: deletion information is merged correctly now.
        * Improved importing status dialog.
        * Improved search results presentation.
        * Title field is now the first control in the focus cycle of the entry dialog.
        * The auto-type entry selection dialog now also shows custom / imported icons.
        * The quick-find box now has the focus after opening a database.
        * The main window title now shows 'File - KeePass Password Safe' instead of 'KeePass Password Safe [File]'; improved tooltip text for tray icon.
        * The 'Save Attachments' context menu command is disabled now if the currently selected entry doesn't have any attachments.
        * A more useful error message is shown when trying to import an unsupported image format.
        * Replaced 'Search All Fields' by an additional 'Other' option.
        * Expired/used TAN entries are not shown in the expired entries dialog any more.
        * UI now mostly follows the Windows Vista UI text guidelines.
        * Improved UI behavior in options dialog.
        * Improved text in password generator preview window.
        * After activating a language, the restart dialog is only shown if the selected language is different from the current one.
        * Online help browser is now started in a separate thread.
        * Value field in 'Edit String' window now accepts 'Return' key.
        * The name prompt in the 'Edit String' window now initially shows a prompt instead of an invalid field name warning.
        * Expired entries are now also shown when unlocking the database.
        * Expired entries are not shown any more in the auto-type entry selection dialog.
        * Various dialogs: Return and Esc work correctly now.
        * Improved key handling in password list.
        * Updated SharpZipLib component in KeePassLibSD.
        * Updated CHM documentation file.
      
      # Bugfixes:
      
        * Deleting custom string fields of entries works correctly now.
        * Fixed a small bug in the password list view restoration routines (the item above the previous top one was visible).
        * KeePass doesn't prevent Windows from shutting down any more when the 'Close button minimizes window' option is enabled.
        * The "Application Policy Help" link in the options dialog works now.
        * KeePass doesn't crash any more when viewing an history entry that has a custom/imported icon.
        * Icon in group editing dialog is now initialized correctly.
        * Last TAN is not ignored any more by the TAN wizard.
      31f77841
    • Dominik Reichl's avatar
      KeePass-2.02-Alpha-Source.zip · 42570109
      Dominik Reichl authored
      # New Features:
      
        * Added "Two-Channel Auto-Type Obfuscation" feature, which makes auto-type resistant against keyloggers; this is an opt- in feature, see the documentation.
        * Added KDBX data integrity verification (partial content hashes); note: this is a breaking change to the KDBX format.
        * Added internal data viewer to display attachments (text files, images, and web documents); see the new 'View' button in the 'Edit Entry' window and the new dynamic entry context menu popup 'Show In Internal Viewer'.
        * External images can now be imported and used as entry icons.
        * Added KeePassLibC and KeePassNtv 64-bit compatibility.
        * Added Spamex.com import support.
        * Added KeePass CSV 1.x import support.
        * When adding a group, users are immediately prompted for a name (like Windows Explorer does when creating new folders).
        * Added prompts for various text boxes.
        * The installer's version is now set to the KeePass version.
        * The key prompt dialog now shows an 'Exit' button when unlocking a database.
        * Added F1 menu shortcut for opening the help file/page.
        * URL override is now displayed in the entry view.
        * Added ability to check if the composite key is valid immdiately after starting to decrypt the file.
        * Added ability to move groups on the same level (up / down), use either the context menu or the Alt+... shortcuts.
        * The database isn't marked as modified any more when closing the 'Edit Entry' dialog with OK but without modifying anything.
        * Added version information for native transformations library.
      
      # Improvements / Changes:
      
        * Local file name isn't displayed any more in URL dialog.
        * Improved path clipping (tray text, ...).
        * Improved data field retrieval in SPM 2007 import module.
        * Improved attachments display/handling in 'Edit Entry' dialog.
        * Improved entry context menu (added some keyboard shortcut indicators, updated icons, ...).
        * Improved performance of secure password edit controls.
        * Clearified auto-type documentation.
        * Installer uses best compression now.
        * Improved auto-type state handling.
        * In-memory protected custom strings are hidden by asterisks in the entry details window now.
        * Improved entropy collection dialog.
        * Updated import/export documentation.
        * Added delete shortcut key for deleting groups.
        * Instead of showing the number of attachments in the entry view, the actual attachment names are shown now.
        * Improved asterisks hiding behavior in entry view.
        * New entries now by default inherit the icon of their parent groups, except if it's a folder-like icon.
        * Updated AES code in native library.
        * Improved native library detection and configuration.
        * Improved entry/group dragging behavior (window updates, ...).
        * A more useful error message is shown when you try to export to a KDB3 file without having KeePassLibC installed.
        * Configuration class supports DLL assemblies.
        * KeePass doesn't create an empty directory in the application data path any more, if the global config file is writable.
        * Clipboard isn't cleared any more at exit if it doesn't contain data copied by KeePass.
        * Empty auto-type sequences in custom window-sequence pairs now map to the inherited ones or default overrides, if specified.
        * Cleaned up notify tray resources.
        * Improved help menu.
        * A *lot* code quality improvements.
      
      # Bugfixes:
      
        * ShInstUtil doesn't crash any more when called without any parameter.
        * Auto-type now sends modifier keys (+ for Shift, % for Alt, ...) and character groups correctly.
        * Fixed alpha transparency multi-shadow bug in groups list.
        * Overwrite confirmation now isn't displayed twice any more when saving an attachment from the 'Edit Entry' window.
        * User interface state is updated after 'Select All' command.
        * Auto-Type warnings are now shown correctly.
        * Fixed auto-type definition in sample entry (when creating a new database).
        * The global auto-type hot key now also works when KeePass is locked and minimized to tray.
        * Fixed bug in initialization of Random class (KeePass could have crashed 1 time in 2^32 starts).
      42570109
    • Dominik Reichl's avatar
      KeePass-2.01-Alpha-Source.zip · 90206442
      Dominik Reichl authored
      # New Features:
      
        * Improved auto-type engine (releases and restores modifier keys, improved focusing, etc.).
        * Implemented update-checking functionality.
        * Added KPScript plugin (see source code package) for scripting (details about it can be found in the online help center).
        * Added Whisper 32 1.16 import support.
        * Added Steganos Password Manager 2007 import support.
        * Search results now show the full path of the container group.
        * Entry windows (main password list, auto-type entry selection dialog, etc.) now show item tooltips when hovering over them.
        * Added window box drop-down hint in the auto-type item dialog.
        * Database maintenance history days setting is now remembered.
        * Improved main window update after importing a file.
        * Improved command line handling.
        * If opening/starting external files fails, helpful messages are displayed now.
        * Completely new exception handling mechanism in the Kdb4File class (allows to show more detailed messages).
        * New message service class (KeePassLib.Utility.MessageService).
        * Added option to disable remembering the password hiding setting in the 'Edit Entry' window.
        * Added menu shortcuts for opening the current entry URL (Ctrl+U) and performing current entry auto-type (Ctrl+V).
      
      # Improvements / Changes:
      
        * Changed file extension to KDBX.
        * Password generation profiles are now saved when the dialog is closed with 'Close'/'Cancel'.
        * Entry URL overrides now precede the global URL override.
        * Standard password generation profiles are now included in the executable file.
        * Restructured plugin architecture, it's much clearer now (abstract base class, assembly-internal manager class, ...).
        * Only non-empty strings are now displayed in the entry view.
        * Current working directory is set to the KeePass application directory before executing external files/URLs.
        * Changed fields shown in the auto-type entry selection dialog: title, user name and URL are displayed instead of title, user name and password.
        * Clearified clipboard commands in context menus.
      
      # Bugfixes:
      
        * Help buttons now open the correct topics in the CHM.
        * Fixed name in the installer script.
        * Workspace is not locked any more if a window is open (this prevents data loss).
        * The 'Find' toolbar button works now.
        * The OK button in the Import dialog is now enabled when you manually enter a path into the file text box.
        * Fixed entry list focus bug.
        * Fixed menu focus bug.
        * The 'Copy Custom String' menu item doesn't disappear any more.
        * Fixed enabled/disabled state of auto-type menu command.
      90206442
    • Dominik Reichl's avatar
      KeePass-2.00-Alpha-Source.zip · 13baa00c
      Dominik Reichl authored
      13baa00c
Loading