Skip to content

Releases: GoToolSharing/passfinder

v1.1.0

18 Jun 18:33
7cc9df2
Compare
Choose a tag to compare

Changelog

  • Add flag --numbers by @StopThatTalace - #5
  • Add company zip code (--postal) - #2
  • Add --all flag to display all mutations - #9
  • Fixed a bug that would not overwrite the output of the output file - #10
  • passfinder can now combine --numbers and --year flags (for example) - #12
  • Add a spinner while waiting for passwords to be generated - #13
  • Display number of passwords generated before they are displayed - #14
  • Add --batch flag to accept questions
  • Renaming and deleting flags - #16

v1.0.0

14 Jun 20:37
b4370c5
Compare
Choose a tag to compare

Changelog

  • Add company command
  • Add --year flag
  • Add --year-separators flag
  • Add --year-range flag
  • Add --mixed-case flag
  • Add --end-special flag
  • Add --start-caps flag
  • Add --short-year flag
  • Add --leet flag
  • Add --uppercase flag
  • Add --mask flag
  • Add basic unit tests
  • Add a build and test pipeline