You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
This is a dedicated page which documents the changes made to the [Diceware Password Generator][diceware] as well as all the release notes for the software.
3
+
4
+
## v1.0.2
5
+
Release Date: 19 March 2018
6
+
7
+
- Expanded on `-h` option to include `--help` as a flag.
8
+
- Fixed default option so you can just run `$ ./passphrase` without any options and it will return 5 words from the default list.
9
+
- Added license to `download-words`.
10
+
- Printed out more meaningful help when there's an exception when running the script.
11
+
12
+
## v1.0.1
13
+
Release Date: 18 March 2018
14
+
15
+
- Minor changes to the output of the command line options.
16
+
- Minor visual update to the License file.
17
+
18
+
## v1.0.0
19
+
Release Date: 15 March 2018
20
+
21
+
- First major release since working on the project.
22
+
- Re-factored the original source code to incorporate:
23
+
+ 5 word list dictionaries.
24
+
+ Flags for options as part of the command execution.
0 commit comments