File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ or setting the appropriate environment variable::
162
162
163
163
Changelog
164
164
=========
165
+ - **1.12.0 ** Handle maximum word length < minimum case by setting max = min
165
166
- **1.11.1 ** Fix bug in entropy calc
166
167
- **1.11.0 ** Rewrite verbose report to take acrostics etc into account
167
168
- **1.10.0 ** Switch to EFF wordlist as default (note: decrease in entropy of default length passwords to 77 bits, still at EFF recommendations)
@@ -173,7 +174,6 @@ Changelog
173
174
- **1.9.0 ** Improvements to interactive mode
174
175
- **1.8.2 ** `generate_wordlist ` behaviour didn't match docstring, fixed
175
176
- **1.8.1 ** Fix typo in validation function
176
- - **1.8.0 ** Fix error in wordfile argument handling
177
177
178
178
179
179
License
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'xkcdpass' ,
6
- version = '1.11.1 ' ,
6
+ version = '1.12.0 ' ,
7
7
author = 'Steven Tobin' ,
8
8
9
9
url = 'https://github.com/redacted/XKCD-password-generator' ,
You can’t perform that action at this time.
0 commit comments