Skip to content

Commit 0d97202

Browse files
author
Steven Tobin
committed
improvements to DE wordlists, bugfixes
1 parent 11d3cbc commit 0d97202

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

LICENSE.BSD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 - 2023, Steven Tobin and Contributors.
1+
Copyright (c) 2011 - 2025, Steven Tobin and Contributors.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.rst

+2-7
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ or setting the appropriate environment variable::
196196

197197
Changelog
198198
=========
199+
- **1.20.0** Improved German wordlists, addressed bugs in delimeter and word length checks
199200
- **1.19.9** Remove usage of deprecated `assertEquals` in tests
200201
- **1.19.8** Enables `python -m xkcdpass` usage
201202
- **1.19.7** Adds Swedish wordlist, improvements to test suite, improvements to setup.py (excludes examples from install)
@@ -208,13 +209,7 @@ Changelog
208209
- **1.19.0** Initial support for multiple wordfiles
209210
- **1.18.2** fixes for README
210211
- **1.18.0** Added randomised delimiters
211-
- **1.17.6** Bugfixes
212-
- **1.17.5** Bugfixes
213-
- **1.17.4** Improvements to French dictionary
214-
- **1.17.3** Updated license and supported versions
215-
- **1.17.2** Compatibility fix for 2.x/3.x
216-
- **1.17.1** Fix issue with README and unicode encoding
217-
- **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and improvements to tests (WIP).
212+
218213

219214
License
220215
=======

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='xkcdpass',
7-
version='1.19.9',
7+
version='1.20.0',
88
author='Steven Tobin',
99
author_email='[email protected]',
1010
url='https://github.com/redacted/XKCD-password-generator',

0 commit comments

Comments
 (0)