Truncated Print Output on Odd Number Pages
Thanks for the report/experiments. I cannot reproduce the issue, but the bug must be somewhere in the print stack, like WellRead1 wrote (maybe in the printer driver or in the graphics card driver). KeePass itself does not set any page margin/padding or clipping area, and I don't see what KeePass could do to avoid the problem. Workaround: instead of printing directly, export your data to a HTML file (e.g. via 'File' → 'Export', format 'Customizable HTML File'; after clicking [OK], you'll have the...
WellRead1, many thanks for reporting the awkward page break issues! I've now added CSS such that page breaks in rows are avoided, if possible. Here's the latest development snapshot for testing: https://keepass.info/filepool/KeePass_260718.zip Best regards, Dominik
For auditing, see e.g. https://keepass.info/help/kb/trigger_examples.html#audit Best regards, Dominik
In KDBX XML, the Times element supports two child elements related to expiry: the Expires element may contain a boolean value (True or False) that indicates whether the entry expires (past or future), and the ExpiryTime element may contain the date/time for that. If you want to search all entries that expired in the past, Expires must be True and the ExpiryTime must be in the past. Example XPath expression: //Entry/Times[(Expires = 'True') and (kp:string-compare(ExpiryTime, '2026-07-14') < 0)]/.....
You need to use the development snapshot for testing. KeePass 2.61.1 and earlier do not support the new functions yet. Best regards, Dominik
For the next KeePass release, I've added two XPath extension functions: kp:string-compare (which allows to compare two strings lexicographically; this allows for example to find entries that have been modified in a specific time period) and kp:matches (which allows to test whether a string matches a regular expression in a search with an XPath expression). Development snapshot for testing: https://keepass.info/filepool/KeePass_260709.zip Preview documentation of the two functions: https://keepass.info/help/preview_base/search.html#mode_xpe...
Trigger IOProtocolExt plugin can't synchronize in secured FTP any more