SHA256
1
0
forked from pool/keepass
Commit Graph

13 Commits

Author SHA256 Message Date
Ismail Dönmez
5c13996377 Accepting request 637175 from home:daiaji:branches:openSUSE:Factory
- 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).

OBS-URL: https://build.opensuse.org/request/show/637175
OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=19
2018-09-24 10:08:49 +00:00
Ismail Dönmez
f19c378a44 - 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.

OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=17
2018-05-07 10:12:12 +00:00
Ismail Dönmez
47b69d8b73 - Update to 2.38
New features:
  * Added button 'Open Folder' in the language selection dialog,
    which opens the 'Languages' folder.
  * Added button 'Open Folder' in the plugins dialog,
    which opens the 'Plugins' folder.
  * Added option 'Icon' and an option for specifying the placeholder
    behavior (replace or not, or both forms) in the 'Print' / HTML
    export dialog.
  * Printing / HTML export: the notes of a group are now displayed
    below the group name.
  * Enhanced the Password Exporter import module to support XML
    files created by version 1.3.4.
  * Added workaround for Mono list view item deletion bug.
  * Added workaround for Mono command line argument encoding bug.
  Improvements:
  * Password quality estimation: improved compatibility with
    process memory protection.
  * Improved UI scaling when using KeePass on multiple systems
    with different DPI values.
  * Printing / HTML export: improved embedding of CSS.
  * Printing / HTML export: spaces in passwords are now encoded
    as non-breaking spaces.
  * Improved UI updating in the 'Print' / HTML export dialog.
  * Enhanced KDE system font detection.
  * Improved fatal error handling.
  * Various improvements in the language selection dialog.
  * Various code optimizations.
  * Minor other improvements.
  Bugfixes:

OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=15
2018-01-10 14:43:11 +00:00
Ismail Dönmez
23f0879f39 -
OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=13
2017-10-12 14:25:54 +00:00
Ismail Dönmez
d928504aa0 - Update to 2.37
* See https://keepass.info/news/n171012_2.37.html for the
    complete changelog.

OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=12
2017-10-12 14:17:05 +00:00
Ismail Dönmez
2e757834bd - Update to 2.36
* See http://keepass.info/news/n170609_2.36.html for the
    complete changelog.

OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=10
2017-06-10 14:58:42 +00:00
Ismail Dönmez
3ab399b4df - Fix install with Mono 5.0 (mdb files are not built anymore.)
OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=8
2017-06-05 07:54:44 +00:00
Ismail Dönmez
0419345d8c - Depend on mono-devel instead of monodevelop
OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=6
2017-05-19 10:38:51 +00:00
Dominique Leuenberger
0b2cb1a294 Accepting request 449377 from Mono
KeePass is a secure password manager.

OBS-URL: https://build.opensuse.org/request/show/449377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepass?expand=0&rev=1
2017-01-21 23:48:39 +00:00
Ismail Dönmez
9bf4556479 - Update to version 2.35
* ChaCha20 and Argon2 support
  * See http://keepass.info/news/n170109_2.35.html for the changelog.

OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=4
2017-01-09 13:44:09 +00:00
Ismail Dönmez
cb27da297b Accepting request 446355 from home:jengelh:branches:Mono
Follow regulations from the packaging wiki

OBS-URL: https://build.opensuse.org/request/show/446355
OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=3
2016-12-15 10:21:05 +00:00
Ismail Dönmez
a99666833f Update the keyring
OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=2
2016-12-13 10:54:45 +00:00
Matthias Mailänder
de39c26fac osc copypac from project:Mono:Community package:keepass revision:22
OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=1
2016-12-04 20:49:30 +00:00