Skip to content
Snippets Groups Projects
Commit 8b566a38 authored by Dominik Reichl's avatar Dominik Reichl
Browse files

KeePass-2.14-Source.zip

# New Features:

  * Added option to lock after some time of global user inactivity.
  * Added option to lock when the remote control status changes.
  * [Auto-type](http://keepass.info/help/base/autotype.html) on Unix-like systems: added special key code support (translation to X KeySyms) and support for `{DELAY X}` and `{DELAY=X}`.
  * Added window activation support on Unix-like systems.
  * Auto-type on Windows: added `{VKEY X}` special key code (sends virtual key X).
  * Added support for [importing](http://keepass.info/help/base/importexport.html) DataVault 4.7 CSV files.
  * Added support for importing Revelation 0.4 XML files.
  * Added 'Auto-Type - Without Context' [application policy](http://keepass.info/help/v2/policy.html) to disable the 'Perform Auto-Type' command (Ctrl+V), but still leave global auto-type available.
  * Added option to collapse newly-created recycle bin tree nodes.
  * Added 'Size' column in the history list of the entry dialog.
  * Added [trigger](http://keepass.info/help/v2/triggers.html) action to remove custom toolbar buttons.
  * Added `kdbx://` URL scheme overrides (for Windows and Unix-like systems; disabled by default).
  * Added KeePass.exe.config file to redirect old assemblies to the latest one, and explicitly declare .NET 4.0 runtime support.
  * Added documentation for the '`-pw-enc`' [command line](http://keepass.info/help/base/cmdline.html) parameter, the `[{PASSWORD_ENC}`](http://keepass.info/help/base/placeholders.html#passwordenc) placeholder and [URL overrides](http://keepass.info/help/base/autourl.html#override).
  * Added workaround for ^/& .NET SendKeys issue.

# Improvements / Changes:

  * New locking timer (using a timeout instead of a countdown).
  * Improved locking when the Windows session is being ended or switched.
  * Improved multi-database locking.
  * Separated the options for locking when the computer is locked and the computer is about to be suspended.
  * `{FIREFOX}` [placeholder](http://keepass.info/help/base/autourl.html#subst): added support for registry-redirected 32-bit Firefox installations on 64-bit Windows systems.
  * File transactions: the NTFS/EFS encryption flag is now also preserved when the containing directory isn't encrypted.
  * The IPC channel name on Unix-like systems is now dependent on the current user and machine name.
  * KeePass now selects the parent group after deleting a group.
  * Entries are now marked as modified when mass-changing their colors or icons.
  * Key states are now queried on interrupt level.
  * A `{DELAY=X}` global delay now affects all characters of a keystroke sequence when [TCATO](http://keepass.info/help/v2/autotype_obfuscation.html) is enabled, too.
  * Improved dialog closing when exiting automatically.
  * [Plugin](http://keepass.info/plugins.html)-provided entry list columns can now be right-aligned at KeePass startup already.
  * Removed KDBX DOM code.
  * Installer: the KeePass start menu shortcut is now created directly in the programs folder; the other shortcuts have been removed (use the Control Panel for uninstalling and the 'Help' menu in KeePass to access the help).
  * Various code optimizations.
  * Minor other improvements.

# Bugfixes:

  * Quotes in parameters for the 'Execute command line / URL' trigger action are now escaped correctly.
  * Auto-type on Unix-like systems: [window filters](http://keepass.info/help/base/autotype.html#autowindows) without wildcards now match correctly.
parent a71c0314
No related branches found
No related tags found
Loading
Showing
with 195 additions and 46 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment