Skip to content

Releases: michaelrsweet/htmldoc

v1.9.13

05 Nov 19:15
v1.9.13
7ca2b30

Choose a tag to compare

HTMLDOC 1.9.13 is a bug fix release. Changes include:

  • Now install a 32x32 icon for Linux (Issue #432)
  • Fixed an issue with large values for roman numerals and letters in headings (Issue #433)
  • Fixed a crash bug when a HTML comment contains an invalid nul character (Issue #439)
  • Fixed a crash bug with bogus BMP images (Issue #444)
  • Fixed a potential heap overflow bug with bogus GIF images (Issue #451)
  • Fixed a potential stack overflow bug with bogus BMP images (Issue #453)

Binaries are available from Github for Windows and macOS, and through the Snapcraft store for Linux.

Enjoy!

v1.9.12

18 May 00:55
v1.9.12

Choose a tag to compare

HTMLDOC 1.9.12 is a bug fix release. Changes include:

  • Fixed a crash bug with "data:" URIs and EPUB output (Issue #410)
  • Fixed crash bugs for books (Issue #412, Issue #414)
  • Fixed a number-up crash bug (Issue #413)
  • Fixed JPEG error handling (Issue #415)
  • Fixed crash bugs with bogus table attributes (Issue #416, Issue #417)
  • Fixed a crash bug with malformed URIs (Issue #418)
  • Fixed a crash bug with malformed GIF files (Issue #423)
  • Fixed a crash bug with empty titles (Issue #425)
  • Fixed crash bugs with bogus text (Issue #426, Issue #429, Issue #430,
    Issue #431)
  • Fixed some issues reported by Coverity.
  • Removed the bundled libjpeg, libpng, and zlib.

Enjoy!

v1.9.11

24 Dec 22:25
v1.9.11
5229002

Choose a tag to compare

HTMLDOC 1.9.11 fixes some bugs and adds high-resolution desktop icons for Linux.
Changes include:

  • Added high-resolution desktop icons for Linux.
  • Updated the internal HTTP library to fix truncation of redirection URLs
    (Issue #396)
  • Fixed a regression in the handling of character entities for UTF-8 input
    (Issue #401)
  • The --numbered option did not work when the table-of-contents was disabled
    (Issue #405)

Enjoy!

v1.9.10

06 Sep 01:08
v1.9.10

Choose a tag to compare

HTMLDOC 1.9.10 fixes packaging and crash bugs. Changes include:

  • Updated local zlib to v1.2.11.
  • Updated local libpng to v1.6.37.
  • Fixed packaging issues on macOS and Windows (Issue #377, Issue #386)
  • Now ignore sRGB profile errors in PNG files (Issue #390)
  • The GUI would crash when saving (Issue #391)
  • Page comments are now allowed in pre text (Issue #394)

Enjoy!

v1.9.9

11 Jun 21:01
v1.9.9
ec0932e

Choose a tag to compare

HTMLDOC 1.9.9 fixes some URL and formatting bugs, as well as fixing the macOS
and Windows packages. Changes include:

  • Fixed a redirection issue - some sites (incorrectly) provide an incomplete
    Location: URL in the HTTP response.
  • Fixed https: support on newer versions of Windows (Issue #378)
  • Fixed a problem with remote URLs containing spaces (Issue #379)
  • Fixed a UTF-8 processing bug for Markdown files (Issue #383)
  • Added support for <FONT FACE="monospace"> (Issue #385)

Enjoy!

v1.9.8

15 Feb 20:15
v1.9.8

Choose a tag to compare

HTMLDOC 1.9.8 adds a CGI file naming feature, adds support for letterhead
images, and fixes some formatting bugs. Changes include:

  • Added support for a HTMLDOC.filename META keyword that controls the filename
    reported in CGI mode; the default remains "htmldoc.pdf" (Issue #367)
  • Fixed a paragraph formatting issue with large inline images (Issue #369)
  • Fixed a buffer underflow issue (Issue #370)
  • Fixed PDF page numbers (Issue #371)
  • Added support for a new L header/footer format ($LETTERHEAD), which
    inserts a letterhead image at its full size (Issue #372, Issue #373,
    Issue #375)
  • Updated the build documentation (Issue #374)

Enjoy!

v1.9.7

09 Oct 13:14
v1.9.7
b9cd4b0

Choose a tag to compare

HTMLDOC 1.9.7 is primarily a bug fix release with added support for PDF links with targets. Changes include:

  • Refactored the PRE rendering code to work around compiler optimization bugs (Issue #349)
  • Added support for PDF links with targets (Issue #351)
  • Fixed a table rowspan + valign bug (Issue #360)

Enjoy!

v1.9.6

25 Sep 19:44
v1.9.6

Choose a tag to compare

HTMLDOC 1.9.6 adds support for wrapping with &shy;, improves markdown support,
fixes some issues, and optimizes font and PDF handling. Changes include:

  • Added support for data URIs (Issue #340)
  • HTMLDOC no longer includes a PDF table of contents when converting a single
    web page (Issue #344)
  • Updated the markdown support with external links, additional inline markup,
    and hard line breaks.
  • Links in markdown text no longer render with a leading space as part of the
    link (Issue #346)
  • Fixed a buffer underflow bug discovered by AddressSanitizer.
  • Fixed a bug in UTF-8 support (Issue #348)
  • PDF output now includes the base language of the input document(s)
    (Issue #350)
  • Optimized the loading of font widths (Issue #354)
  • Optimized PDF page resources (Issue #356)
  • Optimized the base memory used for font widths (Issue #357)
  • Added proper &shy; support (Issue #361)
  • Title files can now be markdown.

Enjoy!

v1.9.5

23 Jan 21:47
v1.9.5
df230b1

Choose a tag to compare

HTMLDOC 1.9.5 fixes some GUI, markdown, and EPUB issues. Changes include:

  • The GUI did not support EPUB output.
  • Empty markdown table cells were not rendered in PDF or PostScript output.
  • The automatically-generated title page now supports both "docnumber" and
    "version" metadata.
  • Added support for dc:subject and dc:language metadata in EPUB output from the
    HTML keywords and lang values.
  • Added support for the subject and language metadata in markdown input.
  • Fixed a buffer underflow bug (Issue #338)
  • htmldoc --help now reports whether HTTPS URLs are supported (Issue #339)
  • Fixed an issue with HTML title pages and EPUB output.

Enjoy!

v1.9.4

31 Aug 12:43
v1.9.4
dd7790a

Choose a tag to compare

HTMLDOC 1.9.4 fixes a font sizing bug and reduces startup time.

Changes include:

  • Inline fixed-width text is no longer reduced in size automatically
    (Issue #309)
  • Optimized initialization of font width data (Issue #334)

Enjoy!

(Source archives updated Jan 17, 2019 to include htmldoc-1.9.4/ subdirectory prefix, sorry folks!)