improvements to DE wordlists, bugfixes
authorSteven Tobin <redacted>
Mon, 3 Mar 2025 23:04:27 +0000 (23:04 +0000)
committerSteven Tobin <redacted>
Mon, 3 Mar 2025 23:04:27 +0000 (23:04 +0000)
LICENSE.BSD
README.rst
setup.py

index ff4bfb4b8d9faea5d1fa8d297634242445f607b5..d712344ed5cbcae3583a56e09b9378d9c11956fe 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2011 - 2023, Steven Tobin and Contributors.
+Copyright (c) 2011 - 2025, Steven Tobin and Contributors.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 406f4b2e4e6ba4b621ea92e113eb199e8dd7f8c9..e36795e97db78bf8b165537cdc6f30c1366bcf56 100644 (file)
@@ -196,6 +196,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **1.20.0** Improved German wordlists, addressed bugs in delimeter and word length checks
 - **1.19.9** Remove usage of deprecated `assertEquals` in tests
 - **1.19.8** Enables `python -m xkcdpass` usage
 - **1.19.7** Adds Swedish wordlist, improvements to test suite, improvements to setup.py (excludes examples from install) 
@@ -208,13 +209,7 @@ Changelog
 - **1.19.0** Initial support for multiple wordfiles
 - **1.18.2** fixes for README
 - **1.18.0** Added randomised delimiters
-- **1.17.6** Bugfixes
-- **1.17.5** Bugfixes
-- **1.17.4** Improvements to French dictionary
-- **1.17.3** Updated license and supported versions
-- **1.17.2** Compatibility fix for 2.x/3.x 
-- **1.17.1** Fix issue with README and unicode encoding
-- **1.17.0** Add French, Norwegian, and Portuguese dictionaries. Bugfixes and improvements to tests (WIP).
+
 
 License
 =======
index d42cfa8f1d8d8c072b08b0dd60da097e2ceb0cec..cbce85490a324ceb7e9437e01ad4704a3770aebc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 
 setup(
     name='xkcdpass',
-    version='1.19.9',
+    version='1.20.0',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT