Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.0.3 - 2023-01-21

Changed

2.0.2 - 2022-06-06

Changed

  • Upgraded dependencies.

2.0.1 - 2020-10-05

Changed

  • Updated zxcvbn-rs and other dependencies.

2.0.0 - 2019-11-11

Changed

  • Updated zxcvbn-rs version.
  • dictionary name formatting changed due to change in zxcvbn-rs.

1.1.0 - 2019-06-03

Added

  • Flag -s (--secure) for hiding password from output (hides sequence as well).

1.0.1 - 2019-06-01

Changed

  • Remove ASCII-ness check: non-ASCII input works too.

1.0.0 - 2019-06-01

First Release