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

KeePass-2.26-Source.zip

# New Features:

  * Added option to show a confirmation dialog when moving entries/groups to the recycle bin.
  * [Auto-Type](http://keepass.info/help/base/autotype.html): added workaround for applications with broken time-dependent message processing.
  * Auto-Type: added workaround for PuTTY's default Ctrl+Alt behavior (which differs from Windows' behavior).
  * Auto-Type: added configuration option to specify the default delay between two keypresses.
  * Added optional [sequence](http://keepass.info/help/base/autotype.html#autoseq) comments column in the auto-type entry selection dialog (in this column, only `[{C:...}` comments](http://keepass.info/help/base/placeholders.html#plh) in the sequence are displayed; if a comment starts with '`!`', only this comment is shown).
  * If the option 'Automatically search [key files](http://keepass.info/help/base/keys.html#keyfiles)' is activated, all drives are now scanned in parallel and any key files are added asynchronously (this avoids issues caused by slow network drives).
  * Added [trigger](http://keepass.info/help/v2/triggers.html) action 'Show entries by tag'.
  * `[{OPERA}`](http://keepass.info/help/base/placeholders.html#envctx) placeholder: updated detection code to also support the latest versions of Opera.
  * `[{T-CONV:...}`](http://keepass.info/help/base/placeholders.html#conv) placeholder: added 'Uri' type (for converting the string to its URI-escaped representation).
  * [Synchronization](http://keepass.info/help/v2/sync.html) functions are now available for remote databases, too.
  * Enhanced RoboForm [importer](http://keepass.info/help/base/importexport.html) to additionally support the new file format.
  * Summary lists are now also available in delete confirmation dialogs on Unix-like systems and Windows XP and earlier.
  * Added workaround for Mono `Process` StdIn BOM bug.
  * [KPScript](http://keepass.info/help/v2_dev/scr_index.html): added '`refx-All`' option (matches all entries).
  * KPScript: added optional parameters '`setx-Expires`' and '`setx-ExpiryTime`' for the '`EditEntry`' command.

# Improvements / Changes:

  * Improved database tab selection after closing an inactive database.
  * New just-in-time MRU files list.
  * Improved selection of entries created by the [password generator](http://keepass.info/help/base/pwgenerator.html).
  * The [internal text editor](http://keepass.info/help/base/faq_tech.html#rtftext) now determines the newline sequence that the data is using the most when opening it, and converts all newline sequences to the initial sequence when saving the data.
  * Improved realization of the `[{CLEARFIELD}`](http://keepass.info/help/base/autotype.html#autoseq) command (now using Bksp instead of Del, in order to avoid Ctrl+Alt+Del issues on newer Windows systems).
  * The note that deleting a group will also delete all subgroups and entries within this group is now only displayed if the group is not empty.
  * Improved GUI thread safety of the [update check](http://keepass.info/help/base/faq_tech.html#internet) dialog.
  * Improved HTML generation.
  * Improved version formatting.
  * On Unix-like systems, window state automations are now disabled during initial auto-type target window switches.
  * On Unix-like systems, the button to choose a password font is disabled now (because this is unsupported due to Mono bug 5795).
  * Various files (e.g. 'History.txt') are now encoded using UTF-8.
  * Improved build system.
  * Various code optimizations.
  * Minor other improvements.

# Bugfixes:

  * In the 'Configure Columns' dialog, the activation states of [plugin](http://keepass.info/plugins.html)-provided columns are now preset correctly.
parent 09b121d5
No related branches found
No related tags found
No related merge requests found
Showing
with 549 additions and 229 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