The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.8.0 - 2024-04-21
- Added support for TLS 1.3
- Improved the reproducibility of the release build
- The debug symbols of the release builds are now embedded (Embedded Portable PDB)
0.7.1 - 2021-11-04
- The current selection could be lost if the entry list was refreshed after performing a HIBP search
0.7.0 - 2021-03-09
- Added a new option to enable date changes for the password entries when any breach information gets added or removed
0.6.0 - 2020-07-12
- Added a new option to enable a good news (no breach) message, when an entry is manually checked ('check current password')
- When a password entry has the tag 'pwned-ignore', it will be ignored on all automatic checks (Can be toggled via context menu)
0.5.0 - 2020-04-26
- New status indicator and counts in the status bar while checking the whole database for pwned passwords
0.4.0 - 2020-03-05
- Enhanced privacy by supporting the new pwned passwords padding by Troy Hunt, Junade Ali and Matt Weir
0.3.1 - 2020-01-10
- If there are connection problems with the HIBP API, the automatic check when changing an entry is disabled
- Improved response handling for breach count to make it more cross-platform compatible
- Added a message for connectivity issues with the HIBP API
0.3.0 - 2019-10-23
- Option for skipping expired entries (enabled by default)
0.2.0 - 2019-01-29
- Added .NET requirements to Readme
- Publish a release on GitHub
- Improved handling of "has database been modified" (only indicate it if there is really any change)
- Removed dependency on System.ValueTuple (target .NET 4.7.2)
0.1.0 - Initial release
- Search againgst the Pwned Passwords service of HIBP with the k-Anonymity model
- Search the whole database against HIBP Pnwed Passwords
- Search current selected entry against HIBP Pwned Passwords
- Check HIBP Pnwed Passwords service when an entry gets modified (optional)
- Big thanks to Troy Hunt and Junade Ali who make this possible!