Revisions of keepass

buildservice-autocommit accepted request 861997 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 35)
baserev update by copy to link target
Matthias Bach's avatar Matthias Bach (theMarix) committed (revision 34)
- Update to 2.47
  * New Features:
    + In the 'Find' dialog, search parameters can now be saved as profiles; the profiles can be accessed quickly via the main menu ('Find' → 'Search Profiles') and the group context menu.
    + Added search mode 'XPath expression' in the 'Find' dialog, which creates a KeePass 2.x XML DOM of the current database in memory and finds entries using the specified XPath expression.
    + Added option 'History' in the 'Find' dialog, which includes history entries in searches.
    + Added 'Help' button in the 'Find' dialog.
    + Added auto-type matching option 'Consider similar dashes as identical' (in 'Tools' → 'Options' → tab 'Advanced', turned on by default).
    + Added commands 'Copy Group (Encrypted)', 'Copy Group (Unencrypted)' and 'Paste Group' (in the menu 'Group' → 'Data Exchange').
    + When loading/saving a configuration file fails, an error message is displayed now, and in certain cases a backup of the configuration file is created (the path is mentioned in the error message).
    + Added configuration option for saving the configuration (turned on by default).
    + On the 'Security' tab page of the options dialog, two links have been added, which open help pages for experts and administrators.
    + Added {TIMEOTP} placeholder, which generates a time-based one-time password (as specified in RFC 6238).
    + Enhanced XML key file format (added hash that allows to verify the integrity of the key; values are now encoded using hexadecimal characters in order to improve the readability).
    + Added command 'Print Key File Backup' (in 'File' → 'Print').
    + In the dialog that asks whether to print an emergency sheet, there is now an option 'Also print a key file backup' (on Windows), if the master key contains a key file.
    + Added command 'Create Key File' (in 'Tools' → 'Advanced Tools'), which shows a dialog for creating a new key file (random key) or for recreating a key file from a printed backup.
    + Added Argon2id key derivation function.
    + Added support for importing Dashlane 6.2039.0 JSON files.
    + Dashlane and RoboForm import: domains are now mapped to HTTPS URLs (instead of HTTP URLs).
    + Added option 'Use a different master key' in the import/export dialog (tab page 'Options').
    + Added option 'Additionally export parent groups' in the import/export dialog (tab page 'Options').
    + Added options 'Open exported file (with associated application)' and 'Show exported file (with file manager)' in the import/export dialog (tab page 'Options').
    + The 'About' dialog now shows whether KeePass is currently running as 32- or 64-bit application.
    + Plugins can now disable/enable specific Mono workarounds.
    + Added workaround for Mono URL opening bug.
    + Added workaround for Mono HTML document opening bug.
  * Improvements:
    + Improved performance of certain searches.
    + Various user interface improvements in the search dialog.
    + Improved keyboard shortcut handling (e.g. Ctrl+Tab and Ctrl+Shift+Tab now also work when the quick search box is focused).
Matthias Bach's avatar Matthias Bach (theMarix) committed (revision 33)
- Make package conform to spec-cleaner
buildservice-autocommit accepted request 833919 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 32)
baserev update by copy to link target
Matthias Bach's avatar Matthias Bach (theMarix) accepted request 833918 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 31)
- Update to 2.46
  * New Features:
    + The entry editing dialog can now edit all currently selected entries at once.
    + As entry attachment icons, the icons associated with the respective file types (in the system settings) are used now.
    + When running on .NET 4.8 or higher, secure connections (e.g. for WebDAV) now support TLS 1.3.
    + Added keyboard shortcut Ctrl+* (numeric keypad) for the 'Expand Recursively' group command.
    + Added keyboard shortcut Ctrl+/ (numeric keypad) for the 'Collapse Recursively' group command.
    + Right-clicking on the header of the main entry list now shows the 'Configure Columns' command.
    + The {VKEY ...} command now supports some flags (for specifying whether to send a key down or up event only and/or whether to send an extended key).
    + Added configuration option for protecting KeePass windows against certain screen capture operations.
    + Added command line parameter '-wa-enable:' for enabling specific Mono workarounds.
    + On Unix-like systems with a Wayland compositor, KeePass (with the KPUInput plugin) can now auto-type the default sequence and manually selected sequences of the currently selected entry.
  * Improvements:
    + Improved quality of the icons in the entry 'URL(s)' menu.
    + Improved quality of the icons in the drop-down list of the 'Override URL' field in the entry editing dialog.
    + Improved control state updating in the entry editing dialog.
    + The file selection dialog for the Generic CSV Importer now shows only CSV, TSV, TAB, TXT and ASC files by default.
    + Improved user interface of the Generic CSV Importer.
    + For large texts containing probably invalid characters, the internal data viewer now shortens the text and provides a 'Show more' link for expanding the text; this ensures a responsive user interface in this case.
    + Improved caching of dialog banners.
    + Moved the help source selection from the 'Help' main menu to the options dialog (tab 'Integration').
    + If the application policy option 'Export - No Key Repeat' is turned off, the master key must now be entered directly before the export is performed, i.e. after choosing the format and the target.
    + The application policy option 'Export - No Key Repeat' now also applies to the trigger action 'Export active database'.
    + When running on Mono, the options 'Focus quick search box when restoring from taskbar' and 'Focus quick search box when restoring from tray' are disabled now (because they do not work reliably due to a bug in Mono).
    + Various code optimizations.
    + Minor other improvements.
  * Bugfixes:
    + The attachment button drop-down menus in the entry editing dialog now use the correct font.
    + The 'Tools' button in the entry editing dialog is not disabled for TAN entries anymore.
buildservice-autocommit accepted request 802600 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 30)
baserev update by copy to link target
Matthias Bach's avatar Matthias Bach (theMarix) accepted request 802525 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 29)
- Update to 2.45
  * New Features:
    + Added automatic assignment of mnemonics for 'Open with ...' commands in the 'URL(s)' menu.
    + The entry templates menu now supports showing templates that are stored in subgroups of the templates group; each subgroup is displayed as a submenu.
    + When adding a new entry based on a template that has an empty user name, the user name is now set to the default user name of the database, unless the new entry is stored in the templates group.
    + When adding a new entry based on a template that has an empty password, a random password is generated now (based on the password generator profile 'Automatically generated passwords for new entries'), unless the new entry is stored in the templates group.
    + When adding a new entry based on a template that does not expire, the expiry date is now set based on the option 'By default, new entries expire in the following number of days' (in 'Tools' → 'Options' → tab 'Security'), unless the new entry is stored in the templates group.
    + New icon recoloring (with high DPI support, by deconstructing an ICO, modifying BMP palettes and data, and assembling a new ICO); there are 24 database colors now.
    + Added {UUID} placeholder, which is replaced by the UUID of the current entry.
    + The UUID of a group is now displayed in the group editing dialog (tab 'General').
    + When specifying a weak master password in the master key creation dialog, KeePass now shows a warning.
    + Triggers: added string comparison mode 'Matches regular expression'.
    + Enforced configuration: added support for attributes that allow to specify the desired merge behavior.
    + Enforced configuration: for most lists, node keys are now used to find corresponding list items.
    + Plugins: added I/O connection event for customizing web requests.
    + Added workaround for Mono pre-authenticated anonymous web request bug.
  * Improvements:
    + Auto-Type: improved compatibility with VMware Horizon Client and Kaseya Live Connect.
    + The 'Open with ...' commands in the 'URL(s)' menu are sorted now.
    + Improved performance of the entry templates menu; removed limitation to 30 templates.
    + Database descriptions are now displayed in file tab tooltips.
    + When editing an attachment directly from the main window, a history entry is created now.
    + UUIDs in the group and entry editing dialogs are now displayed both in hexadecimal and base 64 form.
    + Improved Bitwarden import module to support JSON files without groups.
    + If the trigger system is disabled using an enforced configuration file, most controls in the triggers dialog are disabled now, too.
    + Plugins: an I/O access event is now raised when checking the existence of a local database file.
    + In texts that are about to be displayed in a rich text box, U+FFFC characters are now replaced by question marks (in order to avoid the text being cut off at this point).
    + When running on Mono 5.10 or higher, a monospaced font is used in password text boxes by default again, as the Mono bug 5795 has been fixed.
    + Various code optimizations.
    + Minor other improvements.
buildservice-autocommit accepted request 772339 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 28)
baserev update by copy to link target
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) accepted request 766415 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 27)
- Update to 2.44
  * New Features:
    + Added option 'Use file transactions for writing configuration settings' (turned on by default).
    + Added commands to find database files ('File' → 'Open' → 'Find Files' and 'Find Files (In Folder)').
    + Added 'Edit' menu in the internal text editor (including new 'Select All' and 'Find' commands with keyboard shortcuts).
    + Added keyboard shortcuts for formatting commands in the internal text editor.
    + Added 'Cancel' button in the save confirmation dialog of the internal text editor.
    + Added {CLIPBOARD} and {CLIPBOARD-SET:/T/} placeholders, which get/set the clipboard content.
    + Added support for importing True Key 4 CSV files.
    + Added command line options for adding/removing scheme-specific URL overrides.
    + Added an auto-type event for plugins.
    + When loading a plugin on a Unix-like system fails, the error message now includes a hint that the 'mono-complete' package may be required.
    + In order to avoid a Windows Input Method Editor (IME) bug (resulting in a black screen and/or an IME/CTF process with high CPU usage), KeePass now disables the IME on secure desktops.
  * Improvements:
    + Auto-Type: improved compatibility with VMware Workstation.
    + Auto-Type into virtual machines: improved compatibility with certain guest systems.
    + The option to use the 'Clipboard Viewer Ignore' clipboard format is now turned on by default.
    + Improved menu/toolbar item state updating in the internal text editor.
    + Improved performance of Spr compilations.
    + Before writing a local configuration file whose path has been specified using the '-cfg-local:' command line parameter, KeePass now tries to create the parent directory, if it does not exist yet.
    + Improved conversion of file URIs to local file paths.
    + Improved compatibility of the list view dialog with plugins.
    + If ChaCha20 is selected as file encryption algorithm, the database is now saved in the KDBX 4 format (thanks to AMOSSYS).
    + Minor process memory protection improvements.
    + HTML export/printing: KeePass now generates HTML 5 documents (instead of XHTML 1.0 documents).
    + HTML export/printing: improved internal CSS.
    + HTML exports do not contain temporary content identifiers anymore.
    + XSL files: HTML output now conforms to HTML 5 instead of XHTML 1.0.
    + XSL files: improved internal CSS.
    + CHM pages are now rendered in the highest standards mode supported by Internet Explorer (EdgeHTML mode).
buildservice-autocommit accepted request 727724 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 26)
baserev update by copy to link target
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) accepted request 710983 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 25)
- Update to 2.42.1
  New Features:
  * Added main menu items 'Group', 'Entry' and 'Find', which contain all commands related to groups and entries (supersets of context menus); removed 'Edit' main menu item, because all of its commands are included in the three new main menu items.
  * Added support for a system-wide hot key to auto-type only the password of a matching entry; by default, the hot key is Ctrl+Alt+Shift+A, changeable in the options dialog.
  * When double-clicking the URL cell of an entry in the main entry list while holding down the Shift key, KeePass now copies the URL to the clipboard (a double-click without Shift continues to open the URL; the option 'Copy URLs to clipboard instead of opening them' reverses this behavior).
  * Added quick edit commands 'Expires: Now' and 'Expires: Never'.
  * There now are two commands for copying a whole entry to the clipboard: 'Copy Entry (Encrypted)' and 'Copy Entry (Unencrypted)'; the first one encrypts the data for the current user using the Windows DPAPI.
  * Added Ctrl+Shift+P shortcut for printing the currently selected group.
  * The creation time and the last modification time of an entry are now displayed on the 'History' tab of the entry editing dialog.
  * Added support for importing Steganos Password Manager 20 CSV files.
  * Added support for importing Bitwarden 1.12 JSON files.
  * Mozilla Bookmarks JSON import: added support for importing tags (new format, in addition to the old format) and keywords.
  * Enhanced the Enpass import module to support TXT files created by version 6.0.4.
  * The language selection dialog now also lists KeePass 1.x LNG files; when trying to select such a file, an informative error message is displayed.
  * Added 'Cancel' command in the context menu of KeePass' system tray icon, which can be used to abort opening and saving a database file.
  * Added '-cancel' command line option, which causes all other KeePass instances to cancel opening/saving a database file.
  * Added '-auto-type-password' command line option (other running KeePass instances auto-type only the password of a matching entry).
  * Added '-e1:' command line parameter, which works like '-e:', but is handled by only one other instance; '-e:' is handled by all other instances.
  * When compiling a PLGX plugin, KeePass now defines a 'KP_V_*_*_*' symbol, where the asterisks specify the KeePass version (for example, 'KP_V_2_42_0' for version 2.42).
  * Added workarounds for .NET Caps Lock warning tooltip bug.
  * Added workaround for Mono grid view default color bug.
  * Added workaround for OneDrive bug on Windows 1809.
  Improvements:
  * Auto-Type: improved sending of characters that are realized with the AltGr key.
  * Auto-Type: improved compatibility with VirtualBox 6 and VMware Player.
  * Improved user interface behavior while opening a database file.
  * Accelerator key improvements.
  * Replaced 4 and 8 weeks expiry date search commands by 1 and 2 months (taking the number of days in the months into account).
  * Improved hot key controls (better key combination handling and display).
  * The hot key controls in the options dialog now support entering hot keys that are already registered by KeePass.
buildservice-autocommit accepted request 710668 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 24)
baserev update by copy to link target
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) accepted request 690171 from Matthias Bach's avatar Matthias Bach (theMarix) (revision 23)
- Make the package recommend the xdotool package as, while the core
  functionality works fine with out it, auto type only works if
  xdotool is present on the system.
buildservice-autocommit accepted request 668542 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 22)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 666666 from René Linder's avatar René Linder (Ground0) (revision 21)
- Update to 2.41
New Features:
  * Added option 'Do not store data in the Windows clipboard history and the cloud clipboard' (the option is turned on by default; for entry clipboard commands in the main window).
  * Added option 'Esc keypress in main window' (in 'Tools' → 'Options' → tab 'Interface'), which allows to specify the action of the Esc key (ignore, lock workspace, minimize, minimize to tray, exit).
  * Added option 'Ignore search settings of groups' in the 'Find' dialog.
  * Internal data viewer: added support for zooming images using the OEM + and - keys with Ctrl.
  * Added accelerator keys (especially for labels) in various dialogs.
  * Added UIFlags bit for disabling the 'Database Settings' menu item.
  * Added workarounds for Windows RTF character encoding bug.
  * Added workaround for Mono input focus restoration problem that occurs when a form gets activated.
  * Plugins: added method to provide menu items.
  * Plugins: added property to get the edit mode of an entry dialog.
  * TrlUtil: added tab 'Validation', which shows the results of all checks that TrlUtil performs.
  * TrlUtil: the tab in the preview form that contains the currently selected control is now selected automatically.
  * TrlUtil: the preview form now shows accelerator keys permanently.
  * TrlUtil: enhanced support for derived control classes.
  * TrlUtil: the current file name is now displayed in the title bar.
  * Enhanced installer (added user directory checks, added option to open the plugins web page, component/option names can be translated now, updated NGen size estimation, improved file associations update, ...).
Improvements:
  * In order to avoid selection/Ctrl+A problems, the user name auto-completion now does not append suggestions anymore; it only shows a list of suggestions (in which a suggestion can be selected manually).
  * Improved accelerator keys in the 'Find' dialog.
  * The history list in the entry dialog now supports showing custom icons.
  * Mass entry modifications (colors/icons) now create history entries, if necessary.
  * Improved text rendering in dialog banners.
  * In the database settings dialog, the path of the database file is now shown in the dialog banner.
  * Improved selection/view preservation of the entry view.
  * While importing/synchronizing, a status dialog is displayed now if and only if the main window is not constructed completely yet (otherwise the status is displayed in the main window).
  * Improved reliability of clipboard operations.
  * Improved error reporting for the 'Paste Entries' command.
  * Renamed the automatic clipboard clearing option and added a tooltip in order to clarify the behavior of the option.
  * The commands 'Find Similar Passwords (Pairs)', 'Find Similar Passwords (Clusters)' and 'Password Quality Report' now ignore TAN entries.
  * The report of clusters of similar passwords now shows more clusters in certain cases.
  * In the 'Plugins' dialog, the plugins are now sorted alphabetically.
  * KeePass does not try to load satellite assemblies as plugins anymore.
  * Improved configuration saving when an enforced configuration file exists, but no global one.
  * Improved reading of KDBX XML documents with unknown elements.
  * The export module 'Customizable HTML File' now works fine on Unix-like systems, too.
  * On Unix-like systems: improved support for executing KeePass while no X server is running.
  * ShInstUtil: improved NGen detection on 64-bit systems.
  * TrlUtil: the preview form does not steal the input focus anymore.
  * TrlUtil: improved accelerator key check.
  * Various code optimizations.
  * Minor other improvements.
Bugfixes:
  * Fixed a bug that caused KeePass to crash when trying to view certain password generator profiles.
  * The option 'Use monospace font for passwords' in the 'Print' / HTML export dialog now works for all translations.
buildservice-autocommit accepted request 637412 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 20)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 637175 from daiaji mark's avatar daiaji mark (daiaji) (revision 19)
- Update to 2.40
New Features:
  * Added automatic completion support for the user name box in the entry editing dialog and the auto-type sequence boxes in the entry/group editing dialogs (suggesting user names and auto-type sequences that are used in other entries/groups).
  * Added automatic completion support for the URL and user name boxes in the 'Open From URL' dialog (suggesting URLs and user names of items in the list of most recently used database files).
  * Added option 'Group path' in the 'Find' dialog (enabled by default for quick searches).
  * Added read-only mode for the entry string dialog, which is used by the entry dialog when viewing a history entry.
  * The internal data viewer now supports zooming images using Ctrl+Add, Ctrl+Subtract and the mouse wheel with Ctrl; furthermore, there are now '+' and '-' buttons right of the zoom selection box in the toolbar.
  * Added option 'Remember master password (in encrypted form) of a database while it is open' (which is the default; turning off this option prevents the usage of certain features).
  * Enhanced compatibility check for DLL plugins.
  * Added URL opening event for plugins.
  * On Unix-like systems: added support for opening the local help file with KChmViewer.
  * Added workaround for initial input focus problem in the master key prompt dialog.
  * Added workaround for Mono not always raising the FormClosed event properly.
  * TrlUtil now remembers the last translation file directory.
Improvements:
  * The 'Configure Columns' dialog now computes a display order for the new columns, taking the previous display order into account.
  * While importing/synchronizing, no status dialog is displayed anymore (the status is displayed in the main window).
  * Improved UI responsiveness during long operations.
  * When hiding/restoring the main window via the system tray icon fails, KeePass now shows a notification.
  * Improved Return key handling in text boxes.
  * Improved initial input focus in some dialogs.
  * Enhanced database file path unification.
  * The configuration system does not create a KeePass folder in the user's application data folder anymore when the target configuration file location is outside this folder.
  * Improved window text query method.
  * Improved Unicode environment detection.
  * Various improvements for right-to-left writing systems.
  * Improved support for case-sensitive command line parameter names (for plugins and KPScript).
  * If a plugin is available both as a DLL and as a PLGX (in the same folder), KeePass now loads either the DLL or the PLGX.
  * For plugins: most public definitions are now static.
  * KPScript: improved parsing of escape sequences.
  * Renamed native support library item in the installer.
  * Upgraded installer.
  * Various code optimizations.
  * Minor other improvements.
Bugfixes:
  * (None).
buildservice-autocommit accepted request 605069 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 18)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 17)
- Update to 2.39
  New features
  * KeePass now uses Transactional NTFS (TxF) for writing database
    and configuration files, if possible; this improves the
    compatibility with other programs that are watching these
    files (e.g. file synchronization services).
  * Added command 'Edit' → 'Show Entries' → 'Large Entries'.
  * Added command 'Edit' → 'Show Entries' → 'Last Modified Entries'.
  * Added option 'Automatically save after modifying an entry
    using the entry editing dialog' (turned off by default).
  * Added option 'Minimize main window after performing auto-type'
    (turned off by default).
  * Added option 'Show lines between nodes in tree views'
    (turned off by default).
  * Added support for importing Google Chrome 66 password CSV files.
  * Added trigger event 'Time - Periodic', which is raised at
    user-defined intervals.
  * Links in the entry string editing dialog are clickable now.
  * Added UIFlags bit for disabling the 'XML Replace' menu item.
  * Added UIFlags bit for hiding auto-type obfuscation
    compatibility information dialogs.
  * Added workaround for .NET 'urtf' RTF round-trip bug.
  * Secure edit controls are now extensible by plugins.
  * KPScript: the 'AddEntry' command now supports the
    '-setx-Expires' and '-setx-ExpiryTime' parameters.
 
  Improvements
  * In printouts and HTML exports, expired entries now have a red
    'X' icon (if the option 'Icon' is turned on).
  * Improved string normalization in the entry and string editing dialogs.
buildservice-autocommit accepted request 563337 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 16)
baserev update by copy to link target
Displaying revisions 21 - 40 of 55
openSUSE Build Service is sponsored by