|
@@ -1,10 +1,11 @@
|
|
|
v0.12.1 (unreleased)
|
|
|
--------------------
|
|
|
* removed support for PostScript output which is not supported in QT5
|
|
|
+* use OpenSSL 1.0.1g 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
|
|
|
+* **#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
|
|
|
* **#1536**: produce selectable text on Mac OSX via --native-format-printer
|
|
|
* **#1544**: use UTF-8 encoding for the HTML generated by the TOC XSL
|
|
@@ -12,11 +13,14 @@ v0.12.1 (unreleased)
|
|
|
* **#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
|
|
|
-* fix compilation failures when not building with patched QT/WebKit
|
|
|
-* support building with non-patched QT5
|
|
|
+* **#1686**: **[qt]** --user-style-sheet does not work on Windows
|
|
|
+* 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
|
|
|
-* introduce a single unified build script for Windows and Linux (Mac OS X not supported for now)
|
|
|
+* complete revamp of the build system, which supports only Windows and Linux for now.
|
|
|
|
|
|
v0.12.0 (2014-02-06)
|
|
|
--------------------
|