Skip to content
This repository has been archived by the owner. It is now read-only.

Releases: justinhartman/diceware-password-generator

Version 1.0.4 Release

02 Jul 18:27
a1c91c2
Compare
Choose a tag to compare
  • Fixed links in the README.
  • Better structure for GitHub issues.

v1.0.3

21 Mar 08:40
Compare
Choose a tag to compare
  • Minor change to the output of the help section to include more examples by default.

v1.0.2

20 Mar 14:47
Compare
Choose a tag to compare
  • Expanded on -h option to include --help as a flag.
  • Fixed default option so you can just run $ ./passphrase without any options and it will return 5 words from the default list.
  • Added license to download-words.
  • Printed out more meaningful help when there's an exception when running the script.

v1.0.1

20 Mar 14:47
Compare
Choose a tag to compare
  • Minor changes to the output of the command line options.
  • Minor visual update to the License file.

v1.0.0

20 Mar 14:46
Compare
Choose a tag to compare
  • First major release since working on the project.
  • Re-factored the original source code to incorporate:
    • 5 word list dictionaries.
    • Flags for options as part of the command execution.
  • New license; public domain.