Skip to content

Releases: textile/python-textile

Version 4.0.4

Choose a tag to compare

@ikirudennis ikirudennis released this 10 May 20:54
  • Update supported python versions to include 3.13, and 3.14. Minimum support for pypy has increased to pypy3.11.
  • Bugfixes:
    • Allow text blocks with spaces around first and last newlines (#87)

Version 4.0.3

Choose a tag to compare

@ikirudennis ikirudennis released this 22 Sep 19:09
  • Update supported Python versions to 3.8 - 3.12 (#83)
  • Replace html5lib with nh3 for html sanitization
  • General code cleanup
  • Bugfixes:
    • Wrong HTML output when "bc.." is the very last in the document (#81)
  • Other:
    • Use github actions instead of travis for automated testing

Version 4.0.2

Choose a tag to compare

@ikirudennis ikirudennis released this 23 Nov 21:08
  • Bugfixes:
    • Support non-http schemas in url refs (#75)
    • pytest-runner is deprecated (#77)
      • other changes related to CI infrastructure

Version 4.0.1

Choose a tag to compare

@ikirudennis ikirudennis released this 25 Jan 16:01
  • Bugfixes:
    • SyntaxWarnings with Python 3.8 (#71)
    • testsuite: internal error with coverage 5.0.X (#72)
    • DeprecationWarnings about invalid escape sequences (#73)

Version 4.0.0

Choose a tag to compare

@ikirudennis ikirudennis released this 12 Jan 20:48
  • Drop support for Python 2, hence the version bump. Update list of PY3K versions to currently-supported versions. If you need to use textile on Python 2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
  • For use in PyPy environments, textile used to work well with the regex package. Lately, it's running into trouble. Please uninstall regex if this is the case for you.

Version 3.0.4

Choose a tag to compare

@ikirudennis ikirudennis released this 08 Jun 16:35
  • BUGFIX: Restricted mode strips out CSS attributes again.
  • Update travis to more current versions and test against current Pillow version.

Version 3.0.3

Choose a tag to compare

@ikirudennis ikirudennis released this 22 Apr 14:37
  • BUGFIX: Improve handling code block following extended p block (#63)

Version 3.0.2

Choose a tag to compare

@ikirudennis ikirudennis released this 12 Apr 16:26
  • BUGFIX: Fix for multiple multi-line paragraphs. (#62)

Version 3.0.1

Choose a tag to compare

@ikirudennis ikirudennis released this 10 Apr 14:28
  • BUGFIX: Fix improper handling of extended code blocks. (#61)

Version 3.0.0

Choose a tag to compare

@ikirudennis ikirudennis released this 16 Nov 20:38
  • Drop support for Python 2.6 and 3.2.
  • Update to the current version of html5lib
  • Bugfixes:
    • Fix handling of HTML entities in extended pre blocks. (#55)
    • Empty definitions in definition lists raised an exception (#56)
    • Fix handling of unicode in img attributes (#58)