Skip to content

Releases: textile/python-textile

Version 2.3.15

20 Jul 23:29
Compare
Choose a tag to compare
  • Bugfix: Don't break on unicode characters in the fragment of a url. (#49)

Version 2.3.14

19 Jul 13:36
Compare
Choose a tag to compare

Bugfix: Fix textile on Python 2.6 (#48)

Version 2.3.13

17 Jul 14:51
Compare
Choose a tag to compare
  • 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

03 Jun 21:25
Compare
Choose a tag to compare
  • 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

30 Apr 15:05
Compare
Choose a tag to compare
  • Bugfix: Don't strip leading dot from image URIs #42

Version 2.3.10

13 Apr 01:32
Compare
Choose a tag to compare
  • Packaging: cleanup in MANIFEST.IN leads to better linux packaging, and smaller wheel size.

Version 2.3.9

13 Apr 01:31
Compare
Choose a tag to compare
  • 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

08 Apr 22:25
Compare
Choose a tag to compare
  • Bugfix: Fix process of string containing only whitespaces (#40)
  • Bugfix: Fix process of formatted text after lists (#37)
  • Test: Use sys.executable instead of 'python' to test the CLI (#38)

Version 2.3.7

08 Apr 22:21
Compare
Choose a tag to compare
  • Bugfix: Don't assume pytest is available to be imported in setup.py (#39)

Version 2.3.6

09 Nov 19:37
Compare
Choose a tag to compare
  • Packaging: tests directory is correctly included in source-tarball. (#33)