File kpcli.changes of Package kpcli
-------------------------------------------------------------------
Sat Oct  4 16:45:51 UTC 2025 - AxelKoellhofer@web.de - 4.1.3
- Update to 4.1.3
- refreshed readline_stub.patch
- updated README
-------------------------------------------------------------------
Sun Jun 21 16:53:43 UTC 2020 - AxelKoellhofer@web.de - 3.4
- Update to 3.4
  * Marking of "*OLD" /_found entries now includes
    those having any "old" group in the entire path.
  * Added get_macos_version() and now report more
    details for macOS in the vers command.
  * Test for a new enough version of Clipboard if on
    macOS 10.15.0 or newer. See SF bug #41.
  * Added some vers reporting of a few OS-specific
    modules (around clipboard functionality).
  * Added the "ver -vv" and "vers -v" options, for
    addional verbosity of version reporting.
  * Added --pwsplchars option, as requested in
    SourceForge feature request #19.
  * Fixed a few new "perl -cw" warnings.
  * Added "use diagnostics" and cleaned up some items
    that it pointed out.
  * Added Google Authenticator style 2FA-TOTP support,
    and with it the otp and xo commands.
  * Added --xpxsecs option, as requested in
    SourceForge feature request #20.
- refreshed readline_stub.patch
-------------------------------------------------------------------
Fri Dec 13 19:36:08 UTC 2019 - AxelKoellhofer@web.de - 3.3
- Update to 3.3
  * Allow open and save with key-only authentication,
    as requested in SF bug #35.
  * Prevent "multiple entries titled" warning in the
    /_found/ area, as reports in SF bug #36.
  * Fix two bugs affecting Windows, as reported in
    SourceForge patch #11.
  * Mark /_found entries as "*OLD" when listed, if
    they reside in a group named old. Addresses an
    issue where searches turn up "old" accounts.
- refreshed readline_stub.patch
-------------------------------------------------------------------
Sat Jan 27 23:58:23 UTC 2018 - AxelKoellhofer@web.de - 3.2
- Update to 3.2
  * Added xpx command per the request in SF ticket #32.
  * Added autosave functionality (shadow copies).
  * Fixed a bug in new_edit_multiline_input() that was  preventing 
    blank lines between paragraphs.
  * Fixed a typo in the --help info for --pwfile.
  * Fixed a small bug in subroutine destroy_found().
- refreshed readline_stub.patch
-------------------------------------------------------------------
Thu Mar 16 17:38:41 UTC 2017 - AxelKoellhofer@web.de - 3.1
- added readline_stub.patch
-------------------------------------------------------------------
Wed Aug 31 20:57:08 UTC 2016 - AxelKoellhofer@web.de - 3.1
- Update to 3.1
  * Added the purge command.
  * Added Data::Password::passwdqc support to the
    pwck command and prefer it over Data::Password.
  * Minor improvements in cli_pwck().
  * Applied SF patch #6 from Chris van Marle.
  * Addressed items pointed out in SF patch #7.
  * In cli_save(), worked around a File::KeePass bug.
    rt.cpan.org tik# 113391; https://goo.gl/v65HKE
  * Applied SF patch #8 from Maciej Grela.
  * Optional better RNG; SF bug #30 from Aaron Toponce.
-------------------------------------------------------------------
Wed Sep 16 18:45:57 UTC 2015 - AxelKoellhofer@web.de - 3.0
- Update to 3.0
  * Added length control (gNN) to password generation.
  * Added the copy command (and cp alias).
  * Added the clone command.
  * Added optional modules not installed to version -v.
  * Groups can now also be moved with the mv command.
  * Modified cli_cls() to also work on MS Windows.
  * Suppressed Term::ReadLine::Gnu hint on MS Windows.
  * Suppressed missing termcap warning on MS Windows.
  * Print a min number of *s to not leak passwd length.
  * Removed unneeded use of Term::ReadLine.
  * Quieted "inherited AUTOLOAD for non-method" warns
  *  caused by Term::Readline::Gnu on perl 5.14.x.
  * Added interactive password generation ("i" method).
  *  - Thanks to Florian Tham for the idea and patch.
  * Show entry's tags if present (KeePass >= v2.11).
  *  - Thanks to Florian Tham for the patch.
  * Add/edit support for tags if a v2 file is opened.
  * Added tags to the searched fields for "find -a".
  * Show string fields (key/val pairs) in v2 files.
  * Add/edit for string fields if a v2 file is opened.
  * Show information about entries' file attachments.
  *  2014-03-20 SourceForge feature request #6.
  * New "attach" command to manage file attachments.
  * Added "Recycle Bin" functionality and --no-recycle.
  * For --readonly, don't create a lock file and don't
  *  warn if one exists. 2014-03-27 SourceForge bug #11.
  * Added key file generation to saveas and export.
  *  2014-04-19 SourceForge bug #13.
  * Added -expired option to the find command.
  * Added "dir" as an alias for "ls"
  * Added some additional info to the stats command.
  * Added more detailed OS info for Linux/Win in vers.
  * Now hides Meta-Info/SYSTEM entries.
  * Fixed bug with SIGTSTP handling (^Z presses).
  * Fixed missing refresh_state_all_paths() in cli_rm.
  * Bug fix release. Broke the open command in 2.6.
  * Fixed cli_copy bug; refresh paths and ask to save.
  * Fixed a cli_mv bug; double path-normalization.
  * Fixed a path display bug, if done after a cli_mv.
  * Protect users from editing in the $FOUND_DIR.
  * Keep file opened, read-only, to show up in lsof.
  * Added inactivity locking (--timeout parameter).
  * Added shell expansion support to cli_ls, with the
  *  ability to manage _all_ listed entries by number.
  * Added shell expansion support to cli_mv.
  * Added [y/N] option to list entries after a find.
  * Added Password Safe v3 file importing; requires
  *  optional Crypt::PWSafe3 from CPAN.
  * Added $FORCED_READLINE global variable.
  * Attachments sanity check; SourceForge bug #17.
  * Endianness fix in magic_file_type(); SF bug #19.
-------------------------------------------------------------------
Wed Jan 15 18:46:19 UTC 2014 - AxelKoellhofer@web.de - 2.4
- Update to 2.4
  * Fixed several "perl -cw" warnings reported on 2013-07-09 
    as SourceForge bug #9.
  * Bug fix for the cl command, but in sub cli_ls().
  * First pass at Strawberry perl/MS Windows support.
  * Enhanced support for Term::ReadLine::Perl
  * Added support for Term::ReadLine::Perl5
  * Added display of expire time for show -a.
  * Added -a option to the find command.
  * Used the new magic_file_type() in a few places.
  * Added generatePasswordFromDict() and "w" generation.
  * Added the -v option to the version command.
  * Added the versions command.
-------------------------------------------------------------------
Tue Jul  2 08:10:45 UTC 2013 - lazy.kent@opensuse.org
- Update to 2.3.
  * More readline() and signal handling improvements.
  * Title conflict checks in cli_new()/edit()/mv().
  * Group title conflict checks in rename().
  * cli_new() now accepts optional path&|title param.
  * cli_ls() can now list multiple paths.
  * cli_edit() now shows the "old" values for users to edit, if
    Term::ReadLine::Gnu is available.
  * cli_edit() now aborts all changes on ^C.
  * cli_saveas() now asks before overwriting a file.
-------------------------------------------------------------------
Mon Jun 17 06:49:16 UTC 2013 - lazy.kent@opensuse.org
- Update to 2.2.
  * Trap and handle SIGINT (^C presses).
  * Trap and handle SIGTSTP (^Z presses).
  * Trap and handle SIGCONT (continues after ^Z).
  * Stopped printing found dictionary words in pwck.
-------------------------------------------------------------------
Fri Jun 14 17:42:01 UTC 2013 - lazy.kent@opensuse.org
- Update to 2.1.
  * Fixed several more tab completion bugs.
- Use full URL as a source.
- Don't gzip man page.
-------------------------------------------------------------------
Mon Jun 10 06:38:30 UTC 2013 - lazy.kent@opensuse.org
- Update to 2.0.
  * Removed the unused Clone module after a report that Clone is no
    longer in core Perl as of v5.18.0.
  * Added the stats and pwck commands.
  * Added clipboard commands (xw/xu/xp/xx).
  * Fixed some long-standing tab completion bugs.
  * Warn if multiple groups or entries are titled the same within a
    group, except for /Backup entries.
- Recommends: perl(Capture::Tiny) and perl(Clipboard) to use the
  clipboard features.
-------------------------------------------------------------------
Tue May 21 06:31:24 UTC 2013 - lazy.kent@opensuse.org
- Update to 1.7.
  * Patched to use native File::KeePass support for key files, if
    the File::KeePass version is new enough.
  * Added the "version" and "ver" commands.
  * Updated documentation.
  * Added --histfile command line option.
  * Record modified times on edited records.
  * Added the -a option to the show command.
  * Recommends perl(Term::ReadLine::Gnu) which will give you
    command history and completion functionality.
-------------------------------------------------------------------
Wed Jan  2 10:04:30 UTC 2013 - lazy.kent@opensuse.org
- Initial package created - 1.6.