Skip to content

Commit

Permalink
add a random subset of eff_large_de
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Tobin committed Sep 5, 2021
1 parent 6d75481 commit b95dac8
Show file tree
Hide file tree
Showing 5 changed files with 99,502 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ or setting the appropriate environment variable::

Changelog
=========
- **1.19.3** Restore a randomly sampled version of eff_large_de wordlist
- **1.19.2** Reduction in install size
- **1.19.1** Improvements to help text, handle rare case where arguments lead to empty wordlist
- **1.19.0** Initial support for multiple wordfiles
Expand Down
2 changes: 1 addition & 1 deletion contrib/xkcdpass.bash-completion
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _xkcdpass_completion () {
COMPREPLY+=("spa-mich")
COMPREPLY+=("fin-kotus")
COMPREPLY+=("nor-nb")
COMPREPLY+=("eff_large_de.wordlist")
COMPREPLY+=("eff_large_de_sample.wordlist")
;;

*)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='xkcdpass',
version='1.19.2',
version='1.19.3',
author='Steven Tobin',
author_email='[email protected]',
url='https://github.com/redacted/XKCD-password-generator',
Expand Down
Loading

0 comments on commit b95dac8

Please sign in to comment.