Releases: textile/python-textile
Releases · textile/python-textile
Version 2.3.15
- Bugfix: Don't break on unicode characters in the fragment of a url. (#49)
Version 2.3.14
Bugfix: Fix textile on Python 2.6 (#48)
Version 2.3.13
- Remove extraneous arguments from textile method. These were originally added long ago to work with django, but markup languages are long gone from django.
- Bugfix: Don't mangle percent-encoded URLs so much. (#45)
- Bugfix: More fixes for poorly-formatted lists. (#46)
- Bugfix: Improve handling of whitespace in pre-formatted blocks. This now matches php-textile's handling of pre blocks much more closely. (#47)
Version 2.3.12
- Bugfix: Don't die on pre blocks with unicode characters. (#43)
- Bugfix: Fix regressions introduced into the code between 2.2.2 and 2.3.11. (Special thanks to @adam-iris for providing pull request #44)
- Bugfix: Don't just die when processing poorly-formatted textile lists. (#37)
- Add Python 3.6 to testing.
- Add a "print the version string and exit" argument to the cli tool:
pytextile -v
Version 2.3.11
- Bugfix: Don't strip leading dot from image URIs #42
Version 2.3.10
- Packaging: cleanup in MANIFEST.IN leads to better linux packaging, and smaller wheel size.
Version 2.3.9
- Packaging: remove extraneous files from the source distribution upload.
- Remove a lingering file from a feature branch for overhauling list handling. This brings coverage back up to 100%
Version 2.3.8
Version 2.3.7
- Bugfix: Don't assume pytest is available to be imported in setup.py (#39)
Version 2.3.6
- Packaging:
tests
directory is correctly included in source-tarball. (#33)