release for new case option
authorSteven Tobin <redacted>
Wed, 8 Nov 2023 17:40:55 +0000 (17:40 +0000)
committerSteven Tobin <redacted>
Wed, 8 Nov 2023 17:40:55 +0000 (17:40 +0000)
CONTRIBUTORS
README.rst
setup.py

index 229855ccb1cbc8d81624151dfccb3b5b5a6def9e..91fbcc13dff23ff5c4a68e8d8a3b88733cb429d4 100644 (file)
@@ -40,4 +40,5 @@ Francoisa <francois@webaf.net>
 Tobias Bora <tobias.bora@gmail.com>
 Andrew Parker <aparker127@gmail.com>
 Sean Abbott <sabbott@cargurus.com>
-David Shen <davidshen84@gmail.com>
\ No newline at end of file
+David Shen <davidshen84@gmail.com>
+Gregor Dschung <gregor@chkpnt.de>
\ No newline at end of file
index 1d8c6fcebdb5ac3269bd08e4da49a3ed84e13eeb..7bd337b3fb0b66ae782c8aab8b92584b995378e9 100644 (file)
@@ -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
index 2f35f86bdbd85e592f00513d87e358bf5e4e159d..08f705358a374c76a5584919902227542fb30dc0 100644 (file)
--- 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',
git clone https://git.99rst.org/PROJECT