Skip to content

Releases: tim-gromeyer/html2md

v1.4.2

23 Mar 15:12
Compare
Choose a tag to compare
  • Fixed windows release build are linked against debug libraries

What's Changed

  • Bump python/pybind11 from 0694ec6 to a500f43 by @dependabot in #9
  • Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by @dependabot in #8
  • Bump python/pybind11 from a500f43 to b2c1978 by @dependabot in #10
  • chore(CODEOWNERS): CODEOWNERS.com Bot, at your service! by @codeowners-com in #11
  • Bump python/pybind11 from 0694ec6 to 3cc7e42 by @dependabot in #14
  • Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #17
  • Bump python/pybind11 from 3cc7e42 to 442261d 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

20 Jan 13:22
Compare
Choose a tag to compare
  • 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 to e53d58a by @dependabot in #7

Full Changelog: v1.4.0...v1.4.1

v1.4.0

11 Jan 16:22
Compare
Choose a tag to compare
  • Improved CMake support massively!
  • Fixed tests
  • Added support for CMake 3.8
  • Fix Python source package

What's Changed

  • Bump python/pybind11 from 0694ec6 to a34596b by @dependabot in #6

Full Changelog: v1.3.0...v1.4.0

v1.3.0

03 Jan 14:20
Compare
Choose a tag to compare

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 to f12e098 by @dependabot in #5

New Contributors

Full Changelog: v1.2.2...v1.3.0

v1.2.2

23 Dec 13:08
Compare
Choose a tag to compare
  • 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

22 Dec 22:34
Compare
Choose a tag to compare
  • Added missing python dependency

Full Changelog: v1.2.0...v1.2.1

v1.2.0

22 Dec 22:22
Compare
Choose a tag to compare
  • Added python bindings
  • Added new option: includeTable.

Full Changelog: v1.1.5...v1.2.0

v1.1.5

20 Dec 21:19
Compare
Choose a tag to compare
  • Added more command line options to the executable
  • Releases now include deb files

Full Changelog: v1.1.4...v1.1.5

v1.1.4

18 Dec 11:16
Compare
Choose a tag to compare
  • Releases now contain deb files

v1.1.3

16 Dec 16:31
Compare
Choose a tag to compare

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