Tags give the ability to mark specific points in history as being important
-
-
v2.4
c1855c51 · ·v2.4 * Add `preserve_blank_lines` option (#88) * Add Py3.10, Drop Py3.6 * Update unit testing framework
-
v2.3
2de89b2e · ·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.2
edaaec48 · ·v2.2 Fix regex/re related issues - #84: Fix re/regex, cleanup setup.py, and repair/update CI (thanks @brocksam and @fireundubh!)
-
v2.1
56a10b15 · ·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
b7f0d872 · ·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
cf59b1f2 · ·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.
-
v1.0
c89f1ee8 · ·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.
-
v0.13
b651cb9c · ·Version 0.13.0 -- Last Py2k; Last before v1.0 Lots of updates, thanks to one and all. This will be the last release with Py2k support and the last release before declaring a v1.0. Updates: - #35: Add fancy double quote to punctuation; Thanks @dwaynebailey! - #45: Fix deprecation warning regarding invalid escape sequences. Thanks @tirkarthi - #46: Add support for titlecasing non-ASCII letters; Thanks @acabal! - #47: Add sphinx documentation to titlecase function; Thanks @1kastner! - #49: Remove closing bracket in parser help text; Thanks @1kastner! - #53: Add table with examples; Thanks @1kastner! - #53: Terms with only consonants should be ALL CAPS; Thanks @Garret-R! - #54: setup.py: Read version from __init__.py to avoid importing the module Major thanks for unblocking this @iburago!! -
-
-