All Versions
25
Latest Version
Avg Release Cycle
141 days
Latest Release
1163 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2020.1.16 Changes
January 16, 2020
- โ Add type annotations.
- โ Add support for Python 3.8.
- ๐ Performance improvements when
wrap_links
isFalse
(the default). - ๐ง Configure setuptools using setup.cfg.
-
v2019.9.26 Changes
September 26, 2019
- ๐ Fix long blockquotes wrapping.
- โ Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
- โ Remove support for Python โค 3.4. Now requires Python 3.5+.
- ๐ Fix memory leak when processing a document containing a
<abbr>
tag. - ๐ Fix
AttributeError
when reading text from stdin. - ๐ Fix
UnicodeEncodeError
when writing output to stdout.
-
v2019.8.11 Changes
August 11, 2019- โ Add support for wrapping list items.
- ๐ Fix #201: handle โ/โ marks mid-text within stressed tags or right after stressed tags.
- Feature #213:
images_as_html
config option to always generate animg
html tag. preserves "height", "width" and "alt" if possible. - โ Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+.
- โ Remove support for retrieving HTML over the network.
- Add
__main__.py
module to allow running the CLI usingpython -m html2text ...
. - ๐ Fix #238: correct spacing when a HTML entity follows a non-stressed tags which follow a stressed tag.
- โ Remove unused or deprecated:
html2text.compat.escape()
html2text.config.RE_UNESCAPE
html2text.HTML2Text.replaceEntities()
html2text.HTML2Text.unescape()
html2text.unescape()
- ๐ Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
-
v2018.1.9 Changes
January 10, 2018 -
v2017.10.4 Changes
October 04, 2017๐ Version 2017.10.4
- ๐ Fix #157: Fix images link with div wrap
- ๐ Fix #55: Fix error when empty title tags
- ๐ Fix #160: The html2text tests are failing on Windows and on Cygwin due to differences in eol handling between windows/*nix
- ๐ Feature #164: Housekeeping: Add flake8 to the travis build, cleanup existing flake8 violations, add py3.6 and pypy3 to the travis build
- ๐ Fix #109: Fix for unexpanded < > &
- ๐ Fix #143: Fix line wrapping for the lines starting with bold
- โ Adds support for numeric bold text indication in
font-weight
,
as used by Google (and presumably others.) - ๐ Fix #173 and #142: Stripping whitespace in crucial markdown and adding whitespace as necessary
- Don't drop any cell data on tables uneven row lengths (e.g. colspan in use)
-
v2016.9.19 Changes
September 20, 20162016.9.19
- 0๏ธโฃ Default image alt text option created and set to a default of empty string "" to maintain backward compatibility
- ๐ Fix #136: --default-image-alt now takes a string as argument
- ๐ Fix #113: Stop changing quiet levels on /script tags.
- ๐ Merge #126: Fix deprecation warning on py3 due to html.escape
- ๐ Fix #145: Running test suite on Travis CI for Python 2.6.
-
v2016.5.29 Changes
May 29, 2016 -
v2016.1.8 Changes
January 08, 2016 -
v2015.11.4 Changes
November 04, 20152015.11.4
- ๐ Fix #38: Long links wrapping controlled by
--no-wrap-links
. - Note:
--no-wrap-links
implies--reference-links
- ๐ Feature #83: Add callback-on-tag.
- ๐ Fix #87: Decode errors can be handled via command line.
- ๐ Feature #95: Docs, decode errors spelling mistake.
- ๐ Fix #84: Make bodywidth kwarg overridable using config.
- ๐ Fix #38: Long links wrapping controlled by