Skip to content

Releases: textile/python-textile

Version 4.0.3

22 Sep 19:09
Compare
Choose a tag to compare
  • 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

23 Nov 21:08
Compare
Choose a tag to compare
  • Bugfixes:
    • Support non-http schemas in url refs (#75)
    • pytest-runner is deprecated (#77)
      • other changes related to CI infrastructure

Version 4.0.1

25 Jan 16:01
Compare
Choose a tag to compare
  • 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

12 Jan 20:48
Compare
Choose a tag to compare
  • 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

08 Jun 16:35
Compare
Choose a tag to compare
  • BUGFIX: Restricted mode strips out CSS attributes again.
  • Update travis to more current versions and test against current Pillow version.

Version 3.0.3

22 Apr 14:37
Compare
Choose a tag to compare
  • BUGFIX: Improve handling code block following extended p block (#63)

Version 3.0.2

12 Apr 16:26
Compare
Choose a tag to compare
  • BUGFIX: Fix for multiple multi-line paragraphs. (#62)

Version 3.0.1

10 Apr 14:28
Compare
Choose a tag to compare
  • BUGFIX: Fix improper handling of extended code blocks. (#61)

Version 3.0.0

16 Nov 20:38
Compare
Choose a tag to compare
  • 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)

Version 2.3.16

14 Aug 13:39
Compare
Choose a tag to compare
  • Bugfixes:
    • Fix processing of extended code blocks (#50)
    • Don't break when links fail to include "http:" (#51)
    • Better handling of poorly-formatted tables (#52)