Skip to content

Latest commit

 

History

History
81 lines (64 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

81 lines (64 loc) · 3.54 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

0.8.0 - 2024-04-21

Added

  • Added support for TLS 1.3

Changed

  • 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

Fixed

  • The current selection could be lost if the entry list was refreshed after performing a HIBP search

0.7.0 - 2021-03-09

Added

  • 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

  • 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

Added

  • New status indicator and counts in the status bar while checking the whole database for pwned passwords

0.4.0 - 2020-03-05

Changed

0.3.1 - 2020-01-10

Changed

  • 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

Fixed

  • Added a message for connectivity issues with the HIBP API

0.3.0 - 2019-10-23

Added

  • Option for skipping expired entries (enabled by default)

0.2.0 - 2019-01-29

Added

  • Added .NET requirements to Readme
  • Publish a release on GitHub

Changed

  • 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

Added

  • 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!