Releases: tim-gromeyer/html2md
Releases · tim-gromeyer/html2md
v1.6.4
- Fix handling of
<br>
tags outside of paragraphs (<p>
)
What's Changed
- Revert "Bump python/pybind11 from
a406a62
to31d7c87
" by @tim-gromeyer in #138 - Revert "Bump pypa/cibuildwheel from 2.19.1 to 2.22.0" by @tim-gromeyer in #139
New Contributors
- @tim-gromeyer made their first contribution in #138
Full Changelog: v1.6.3...v1.6.4
v1.6.3
- Update python dependencies, hopefully fixes (#133)
What's Changed
- Bump pypa/cibuildwheel from 2.19.1 to 2.22.0 by @dependabot in #134
- Bump python/pybind11 from
a406a62
to31d7c87
by @dependabot in #135
Full Changelog: v1.6.2...v1.6.3
v1.6.2
- Fix HTML entities not converted (see #131)
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #107
- Bump pypa/cibuildwheel from 2.17.0 to 2.19.1 by @dependabot in #108
- Bump python/pybind11 from
19a6b9f
toa406a62
by @dependabot in #110
Full Changelog: v1.6.0...v1.6.1
v1.6.0
- Add option for soft line break
- Add option for hard line break
- Fix handling of self-closing tags
- Updated python package building (see #100)
What's Changed
New Contributors
Full Changelog: v1.5.4...v1.6.0
v1.5.4
- Fix crash (see #67)
- Add support for newer Python versions
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #53
- Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 by @dependabot in #55
- Bump pypa/cibuildwheel from 2.16.0 to 2.16.2 by @dependabot in #61
- Bump python/pybind11 from
2fb3d7c
toa67d786
by @dependabot in #71 - Bump actions/upload-artifact from 3 to 4 by @dependabot in #74
- Bump pypa/cibuildwheel from 2.16.2 to 2.16.5 by @dependabot in #82
- Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #92
- Bump python/pybind11 from
a67d786
to19a6b9f
by @dependabot in #93 - Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #88
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.14 by @dependabot in #87
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #86
- Bump actions/download-artifact from 3 to 4 by @dependabot in #75
Full Changelog: v1.5.3...v1.5.4
v1.5.3
- Make
blockquote
work correctly! - Additional note for 1.5.2: Add Python 12 packages
Full Changelog: v1.5.2...v1.5.3
v1.5.2
- FIXED: Add
titile
support for images - FIXED: Code got formatted (Spaces removed)
- Fixed some formatting issues (like a space infront of
!
) - FIXED: Escaping of
*
, `, and\
- Reduced memory usage
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #47
- Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 by @dependabot in #48
Full Changelog: v1.5.1...v1.5.2
v1.5.1
- ~40% Performance Improvement
Full Changelog: v1.5.0...v1.5.1
v1.5.0
- Added a option to Format Markdown Tables
- More tests
- Reworked cli program for better usability
Full Changelog: v1.4.4...v1.5.0