You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.3
*Really* fix re/regex, fix older Py+Windows, and major CI overhaul
- #85: GitHub Actions for comprehensive testing and modernise packaging
(**enormous** thank you to @brocksam and @fireundubh)
v2.1
Some small fixes to the install process. Kicking out as a point
release in case the regex/re change has any unexpected side-effects.
- #76: regex now optional, fallback to re (thanks @rkhwaja!)
- #80: Fix UnicodeDecodeError on Windows pip (thanks @Gateswong!)
v2.0
Major (interface) changes (#60) -- big thanks @iburago!!:
- Read from an abbreviations file only when invoked from command line
- Rename and refactor the create_wordlist_filter() function
Minor changes:
- #63: Do not capitalize small words occurring within hyphenated word groups (thanks @iburago!)
- #65: Always capitalize 'Mc'-prefixed small words in compound word groups (thanks @iburago!)
- #67: Don't capitalize Mr, Ms, Mrs (thanks @GurraB!)
- #71: Add Manifest.in and include license file in src dist (thanks @synapticarbors!)
v1.1
This adds support for user-customized wordlists (#48).
Thanks @1kastner!
Minor version changes:
- This adds a new keyword argument to the `titlecase()` method.
- This adds environment checks for a wordlist file in the home directory.
Version 1.0
This is identical to v0.13, except that the package manifest no longer
promises Py2k support, adds 3.8, and marks the package as Stable not Beta.