- Fix broken version number on previous release
- Fix crash before username check results were displayed
- Update readme to add instructions on how to use the api key.
- Fix API key issues
- Improve certificate validation
- Fix issue with PLGX file size
- Upgrade to HIBP v3 Api and add support for api-keys (password of entry with title hibp-apikey). Thanks to Jakob Ledermann.
- Allow cancelling a running breach check.
- Performance improvements. Thanks to SlightlyMadGargoyle.
- Add option to check all breach types at once. Thanks to SlightlyMadGargoyle.
- Show more details about the breach in the results list. Thanks to SlightlyMadGargoyle.
- Prevent every breach type being checked when "check all breaches" is selected
- Allow users to continue working while the breach results are shown. Thanks to strayge.
- Add a cancel button to the message box if an error occurs during checks. Thanks to strayge.
- Cache password hashes while checking to prevent identical passwords needing an online check. Thanks to strayge.
- Fix to keepass2-developer extensions to correctly check recycle bin entries. Thanks to strayge.
- Allow ignoring of expired entries. Thanks to strayge.
- Follow KeePass proxy settings. Requires restart on proxy change. Thanks to strayge.
- Allow running HIBP on groups, or individual entries. Thanks to Matt Schneeberger.
- Enable password check mode using the new HIBP v2 password API. Thanks to Matt Schneeberger.
- Add breach description to checker dialog
- Temporarily disable the password check mode as it sends weakly hashed passwords (although encrypted) to HIBP.
- Alter the way developer extensions are referenced to prevent dependency on a specific version of KeePass
- Disable the check entries not changed option when checking for breach passwords as this is not relevant for that breach type
- Add new check method to allow searching for breaches based on entry password
- Add new check method to allow searching for breaches based on entry username
- Moved menu item into submenu to allow for new username checking option
- v1 release.
- Moved password entry extensions into a separate library
- Fix password last changed algorithm to match canonical KeePass 2.36 implementation
- Fix password-last-modified algorithm
- Combine breach selection dialogs into one
- Allow checking of all supported breaches
- Add breach count to results dialog
- Show entry icon in results dialog
- Alter HTTPS negotiation protocol for HIBP (only supports TLS)
- Fix how domains are extracted from the URL of an entry
- Fix potential data security issue
- Allow resizing of breach check results list
- Allow ignoring of deleted entries (entries in the recycle bin)
- Group entries in the breach check results list
- Add breach name to breach check results list
- Fix crash when URL is invalid
- Alter cloudbleed download location for Linux
- Modify entries directly from the breach check results list
- Add ability to check password-last-modified date
- Increase timeout again
- Fix typo
- Add results dialog
- All processing now asynchronous
- Create plgx version of plugin
- Fix incompatabilities
- Make downloading asynchronous
- Add cloudbleed vulnerability support
- General cleanup
- Increased timeout for slow connections
- Add processing dialog
- Add precompiled dll
- Initial release of plugin
- Basic HIBP checking