Skip to content

Releases: grobian/html2text

2.2.3

31 Jul 18:58
40c1751
Compare
Choose a tag to compare

2.2.3 (31-07-2023)

New Features

Bugfixes

  • Issue #57
    de-escape link hrefs so they can be copy-pasted in a browser
  • Issue #56
    drop usage of sprintf from the codebase

2.2.2

04 Aug 15:12
f00e394
Compare
Choose a tag to compare

2.2.2 (30-07-2023)

New Features

Bugfixes

  • Fix building on platforms requiring libiconv

2.2.1

04 Aug 15:13
0e27da1
Compare
Choose a tag to compare

2.2.1 (30-07-2023)

New Features

Bugfixes

  • Fix release script to produce working tarball

2.2.0

04 Aug 15:16
6734e90
Compare
Choose a tag to compare

2.2.0

New Features

  • Issue #52
    Support -utf8 flag as alias for compatibility with <2.0.0 releases
  • Build-system now uses autotools-based configure and Makefiles
  • Suppress xml namespace tags in output (<?xml ...)
  • Issue #12
    Issue #26
    Whitespace normalisation now works over tags, removing extra
    and adding missing where appropriate
  • Ignore ‌ to improve monospace rendering

Bugfixes