From: Steven Tobin Date: Wed, 8 Nov 2023 17:40:55 +0000 (+0000) Subject: release for new case option X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=92840b98178b80d2c771ebd25a62f59d4388fc8a;p=redacted-XKCD-password-generator.git release for new case option --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 229855c..91fbcc1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -40,4 +40,5 @@ Francoisa Tobias Bora Andrew Parker Sean Abbott -David Shen \ No newline at end of file +David Shen +Gregor Dschung \ No newline at end of file diff --git a/README.rst b/README.rst index 1d8c6fc..7bd337b 100644 --- a/README.rst +++ b/README.rst @@ -112,7 +112,7 @@ A concise overview of the available ``xkcdpass`` options can be accessed via:: -C CASE, --case CASE Choose the method for setting the case of each word in the passphrase. Choices: ['alternating', 'upper', - 'lower', 'random', 'capitalize'] (default: 'lower'). + 'lower', 'random', 'capitalize', 'as-is'] (default: 'lower'). --allow-weak-rng Allow fallback to weak RNG if the system does not support cryptographically secure RNG. Only use this if @@ -193,6 +193,7 @@ or setting the appropriate environment variable:: Changelog ========= +- **1.19.5** Adds "as-is" option for case - **1.19.4** Makes randomised delimiters behavior consistent with fixed delimeters - **1.19.3** Restore a randomly sampled version of eff_large_de wordlist - **1.19.2** Reduction in install size diff --git a/setup.py b/setup.py index 2f35f86..08f7053 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys setup( name='xkcdpass', - version='1.19.4', + version='1.19.5', author='Steven Tobin', author_email='steventtobin@gmail.com', url='https://github.com/redacted/XKCD-password-generator',