changes to README, CONTRIBUTORS
authorSteven Tobin <redacted>
Sun, 20 Aug 2023 17:39:53 +0000 (18:39 +0100)
committerSteven Tobin <redacted>
Sun, 20 Aug 2023 17:39:53 +0000 (18:39 +0100)
CONTRIBUTORS
LICENSE.BSD
README.rst
setup.py

index a2eec63878ba4fa281f83aa5b69b7b752c3c7473..229855ccb1cbc8d81624151dfccb3b5b5a6def9e 100644 (file)
@@ -39,4 +39,5 @@ Andres Weber <andresmweber@gmail.com>
 Francoisa <francois@webaf.net>
 Tobias Bora <tobias.bora@gmail.com>
 Andrew Parker <aparker127@gmail.com>
-Sean Abbott <sabbott@cargurus.com>
\ No newline at end of file
+Sean Abbott <sabbott@cargurus.com>
+David Shen <davidshen84@gmail.com>
\ No newline at end of file
index 401ff86ebdc0d3b5382af13966ba2d194040195f..ff4bfb4b8d9faea5d1fa8d297634242445f607b5 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2011 - 2021, Steven Tobin and Contributors.
+Copyright (c) 2011 - 2023, Steven Tobin and Contributors.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 2cf7928ed6e0504d072990ff0c6471705003a6af..1d8c6fcebdb5ac3269bd08e4da49a3ed84e13eeb 100644 (file)
@@ -193,6 +193,7 @@ or setting the appropriate environment variable::
 
 Changelog
 =========
+- **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
 - **1.19.1** Improvements to help text, handle rare case where arguments lead to empty wordlist
@@ -210,8 +211,6 @@ Changelog
 - **1.16.4** Improve unit tests, fixes broken test on python 2
 - **1.16.3** Correct links for German worldist, updated docs to include the list
 - **1.16.2** Fix exception on UTF8 open with python 2.x
-- **1.16.1** Fix encoding issue on Windows
-
 
 License
 =======
index fccfcf2a5ea0970a8fabbec94620fea2398306ed..75e05c5b0f2d463328d432bb0c874e8e6beac8e0 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys
 
 setup(
     name='xkcdpass',
-    version='1.19.3',
+    version='1.19.4',
     author='Steven Tobin',
     author_email='steventtobin@gmail.com',
     url='https://github.com/redacted/XKCD-password-generator',
git clone https://git.99rst.org/PROJECT