All Versions
25
Latest Version
Avg Release Cycle
141 days
Latest Release
2181 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2015.6.21 Changes
June 21, 20152015.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:
titleattribute is preserved in both inline and reference links. - ๐ Feature #82: More command line options. See docs.
-
v2015.6.12 Changes
June 12, 2015 -
v2015.6.6 Changes
June 05, 20152015.6.6
- ๐ Fix #24:
3.200.3vs2014.7.3output 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.
- ๐ Fix #24:
-
v2015.4.14 Changes
- ๐ Feature #59: Write image tags with height and width attrs as raw html to retain dimensions
-
v2015.4.13 Changes
- ๐ Feature #56: Treat '-' file parameter as stdin.
- ๐ Feature #57: Retain escaping of html except within code or pre tags.
-
v2015.2.18 Changes
- ๐ Fix #38: Anchor tags with empty text or with
<img>tags inside are no longer stripped.
- ๐ Fix #38: Anchor tags with empty text or with
-
v2014.12.29 Changes
- ๐ 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-widthis set to0.
- ๐ 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
-
v2014.12.24 Changes
- Feature #49: Added an 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.cfgfile.
-
v2014.12.5 Changes
- ๐ Feature: Update
README.mdwith usage examples. - ๐ Fix #35: Remove
py_modulesfromsetup.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
climodule. - ๐ Feature #42: Bring python version compatibility to
compat.pymodule. - ๐ Feature #41: Extract utility/helper methods to
utilsmodule. - ๐ Fix #45: Does not accept standard input when running under Python 3.
- ๐ Feature: Clean up
ChangeLog.rstfor version and date numbers.
- ๐ Feature: Update
-
v2014.9.25 Changes
- ๐ Feature #29, #27: Add simple table support with bypass option.
- ๐ Fix #20: Replace project website with: https://alir3z4.github.io/html2text/ .