Releases: tim-gromeyer/html2md
Releases · tim-gromeyer/html2md
v1.4.2
- Fixed windows release build are linked against debug libraries
What's Changed
- Bump python/pybind11 from
0694ec6
toa500f43
by @dependabot in #9 - Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by @dependabot in #8
- Bump python/pybind11 from
a500f43
tob2c1978
by @dependabot in #10 - chore(CODEOWNERS): CODEOWNERS.com Bot, at your service! by @codeowners-com in #11
- Bump python/pybind11 from
0694ec6
to3cc7e42
by @dependabot in #14 - Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #17
- Bump python/pybind11 from
3cc7e42
to442261d
by @dependabot in #15
New Contributors
- @codeowners-com made their first contribution in #11
Full Changelog: v1.4.1...v1.4.2
v1.4.1
- Fixed ALL memory leaks
- Fixed bugs(
html2md::Options::includeTitle
not working) - Documentation: Updated Doxygen to v1.9.6
- Include Windows to releases
What's Changed
- Bump python/pybind11 from
0694ec6
toe53d58a
by @dependabot in #7
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- Improved CMake support massively!
- Fixed tests
- Added support for CMake 3.8
- Fix Python source package
What's Changed
- Bump python/pybind11 from
0694ec6
toa34596b
by @dependabot in #6
Full Changelog: v1.3.0...v1.4.0
v1.3.0
BREAKING CHANGES!
- Renamed
Converter::Convert2Md
->Converter::convert()
- Renamed
options
->Options
Edit: This release should have been v2.0.0
What's Changed
- Bump pypa/cibuildwheel from 2.11.3 to 2.11.4 by @dependabot in #4
- Bump python/pybind11 from
0694ec6
tof12e098
by @dependabot in #5
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v1.2.2...v1.3.0
v1.2.2
- Corrected serval typos. Ignore the rest of the change log.
v1.2.1
- Reworked command line program
- Fixed several bugs
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- Added missing python dependency
Full Changelog: v1.2.0...v1.2.1
v1.2.0
- Added python bindings
- Added new option:
includeTable
.
Full Changelog: v1.1.5...v1.2.0
v1.1.5
- Added more command line options to the executable
- Releases now include deb files
Full Changelog: v1.1.4...v1.1.5
v1.1.4
- Releases now contain deb files
v1.1.3
v1.1.3
The user can now test his own Markdown files. Simply specify to the test program as argument.
Full Changelog: v1.1.2...v1.1.3