Skip to content

Releases: Alir3z4/html2text

Release Version 2015.6.21

21 Jun 14:44
Compare
Choose a tag to compare

2015.6.21


  • Fix #31: HTML entities stay inside link.
  • Fix #71: Coverage detects command line tests.
  • Fix #39: Documentation update.
  • Fix #61: Functionality added for optional use of automatic links.
  • Feature #80: title attribute is preserved in both inline and reference links.
  • Feature #82: More command line options. See docs.

Pypi: https://pypi.python.org/pypi/html2text/2015.6.21

Release Version 2015.6.12

12 Jun 07:09
Compare
Choose a tag to compare

2015.6.12


  • Feature #76: Making pre blocks clearer for further automatic formatting.
  • Fix #71: Coverage detects tests carried out in subprocesses

PyPi: https://pypi.python.org/pypi/html2text/2015.6.12

Release Version 2015.6.6

05 Jun 07:43
Compare
Choose a tag to compare

2015.6.6


  • Fix #24: 3.200.3 vs 2014.7.3 output quirks.
  • Fix #61. Malformed links in markdown output.
  • Feature #62: Automatic version number.
  • Fix #63: Nested code, anchor bug.
  • Fix #64: Proper handling of anchors with content that starts with tags.
  • Feature #67: Documentation all over the module.
  • Feature #70: Adding tests for the module.
  • Fix #73: Typo in config documentation.

Release Version 2015.4.14

14 Apr 17:12
Compare
Choose a tag to compare

2015.4.14


  • Feature #59: Write image tags with height and width attrs as raw html to retain dimensions.

PyPi: https://pypi.python.org/pypi/html2text/2015.4.14

Release Version 2015.4.13

13 Apr 16:01
Compare
Choose a tag to compare

2015.4.13


  • Feature #56: Treat '-' file parameter as stdin.
  • Feature #57: Retain escaping of html except within code or pre tags.

PyPi: https://pypi.python.org/pypi/html2text/2015.4.13

Release Version 2015.2.18

18 Feb 13:26
Compare
Choose a tag to compare

2015.2.18


  • Fix #38: Anchor tags with empty text or with <img> tags inside are no longer stripped.

Release Version 2014.12.29

29 Dec 07:36
Compare
Choose a tag to compare

2014.12.29


  • Feature #51: Add single line break option.
    This feature is useful for ensuring that lots of extra line breaks do not
    end up in the resulting Markdown file in situations like Evernote .enex
    exports. Note that this only works properly if body-width is set
    to 0.

PyPi: https://pypi.python.org/pypi/html2text/2014.12.29

Release Version 2014.12.24

24 Dec 20:21
Compare
Choose a tag to compare

2014.12.24


  • Feature #49: Added a images_to_alt option to discard images and keep only their alt.
  • Feature #50: Protect links, surrounding them with angle brackets to avoid breaking...
  • Feature: Add setup.cfg file.

PyPi: https://pypi.python.org/pypi/html2text/2014.12.24

Release Version 2014.12.5

05 Dec 18:06
Compare
Choose a tag to compare

2014.12.5


  • Feature: Update README.md with usage examples.
  • Fix #35: Remove py_modules from setup.py.
  • Fix #36: Excludes tests from being installed as a separate module.
  • Fix #37: Don't hardcode the path to the installed binary.
  • Fix: Readme typo in running cli.
  • Feature #40: Extract cli part to cli module.
  • Feature #42: Bring python version compatibility to compat.py module.
  • Feature #41: Extract utility/helper methods to utils module.
  • Fix #45: Does not accept standard input when running under Python 3.
  • Feature: Clean up ChangeLog.rst for version and date numbers.

PyPi: https://pypi.python.org/pypi/html2text/2014.12.5

Release Version 2014.9.25

25 Sep 15:47
Compare
Choose a tag to compare

2014.9.25 - 2014-09-25