All Versions
13
Latest Version
Avg Release Cycle
231 days
Latest Release
1210 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.12.2.1 Changes
January 18, 2015๐ This is a minor update for the
0.12.2
release.- โก๏ธ update OpenSSL to
1.0.1l
- #2084: [qt] make background transparent by default when rendering to PDF
- #2142: fix wkhtmltoimage ignoring
--javascript-delay
and--window-status
- #2151: [qt] fix PDFs rendering without embedded fonts on 64-bit Cocoa build
๐ Please also refer to the changes in 0.12.2 to find out what's changed since
0.12.1
. Packages for all platforms are available from the website. - โก๏ธ update OpenSSL to
-
v0.12.1 Changes
June 26, 2014- โ removed support for PostScript output which is not supported in QT5
- ๐ use OpenSSL 1.0.1h for the Windows builds
- #1502: fix spurious "exit with code 1 due to http error: 1xxx" errors
- #1504: [qt] fix rendering issues for JPEG with XMP metadata
- #1507: [qt] fix crash when CSS widows are specified
- #1509: fix TOC support which was broken after upgrade to latest Qt
- #1512: [qt] fix crashes when rendering JPEG images on Windows Server 2008 x64
- #1544: use UTF-8 encoding for the HTML generated by the TOC XSL
- #1545: PDFs rendering without embedded fonts on OS X
- #1546: fix problem with non-ASCII characters in output path on Windows
- #1585: delete existing files explicitly in windows installer
- #1586: [qt] suppress blank page generated if the first cell spans multiple pages
- #1631: [qt] crash when hiding header for a specific page
- #1686: [qt] --user-style-sheet does not work on Windows
- #1757: fix parsing of ColorMode and PrinterMode in the API
- #1764: include text codecs for Chinese (Simplified/Traditional), Japanese and Korean
- ๐ fix compilation failures when not building with patched Qt/WebKit
- ๐ support building with non-patched Qt4/Qt5 in either shared or static mode
- ๐ป implement a --license command line option
- ๐ update URLs in the internal documentation
- ๐ generate API documentation for libwkhtmltox (on the website)
- display version in compiled binary properly under various scenarios
- ๐ท complete revamp of the build system, which now generates native packages on all platforms
-
v0.12.0 Changes
February 06, 2014- #443: add "sitepage" and "sitepages" support for headers
- #175: add ability to auto calculate header/footer heights
- #1086: don't return freed memory; instead use a string cache
- #648: delete infinite warnings into console about window status
- #550: enable tunneling to use a HTTP proxy for HTTPS
- #1277: avoid crash due to premature deletion of ResourceObject
- ๐ lots of fixes/enhancements for memory and error management
- add --quiet option to wkhtmltoimage
- add --cache-dir option for configuring web cache directory
- add --load-media-error-handling to handle errors for media files
- add --viewport-size to specify viewport size
- reserve heights when not using HTML header/footer
- ๐ท lots of improvements in the build system
- โ๏ธ lots of typos were fixed in various places
- [qt] rebase patch series on QT 4.8.5 (now hosted on github)
- [qt] fixes to get static builds working for MSVC 2010 (32/64 bit)
- [qt] prevent page breaks in table rows
- [qt] repeat THEAD/TFOOT when table contains page breaks
- [qt] improve font kerning as per Webkit bug 93263
- [qt] various table page-break improvements
- [qt] fix rendering due to incorrect page height computation
- [qt] implement "page-break-inside: avoid" for non-floating block elements
- [qt] enable WOFF file support
- [qt] add support for CSS widows and orphans for block elements