viewportSize property to C API (#3440)verbosity to allow different log levels in both CLI and APIoutlineDepth property to C API (#3291)wkhtmltoimage_destroy_global_settings method to C API (#3324)--copies to underlying QPrinter (#3747)This approach has proved its value immediately: I made an mistake in using ~ as part of the version for denoting the platform. When uploading to the 0.12.5 release, I discovered that Github doesn't support ~ in the filename and replaces it with . -- hence wkhtmltopdf/packaging@e4c51df fixes that and re-did the build to generate it as per new format -- without changing the main repository.
I'm now going to start on the 0.13 series with updated Qt/WebKit.
Thanks,
Ashish
--
===================================================
You received this message because you are subscribed to the "wkhtmltopdf General" group.
To post to this group, send email to wkhtmltop...@googlegroups.com
To unsubscribe from this group, send email to wkhtmltopdf-gen...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "wkhtmltopdf General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wkhtmltopdf-gen...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello,I've just released 0.12.5 after a long hiatus. This release is dedicated to my elder brother Amit, who was born on that day -- changes since 0.12.4 are as follows:
fixed build without patched Qt and integrate with Travis CI and AppVeyor
- ....
Thanks,
Ashish
--
===================================================
You received this message because you are subscribed to the "wkhtmltopdf General" group.
To post to this group, send email to wkhtmltopdf-general@googlegroups.com
To unsubscribe from this group, send email to wkhtmltopdf-general+unsub...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/wkhtmltopdf-general?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "wkhtmltopdf General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wkhtmltopdf-general+unsub...@googlegroups.com.
I've just released 0.12.5 after a long hiatus.
I'm now going to start on the 0.13 series with updated Qt/WebKit.
I'm now going to start on the 0.13 series with updated Qt/WebKit.I was able to build binaries for v0.12.5 using my local installation of openSUSE's Open Build Service. wkhtmltopdf was successfully build against / linked to the unpatched Qt5 packages in openSUSE (Leap 42.3, Leap 15, Tumbleweed) and SLE 12.Using an unpatched Qt5, however, means that certain features of wkhtmltopdf are not available in my binaries.So as a next step I wanted to branch the OBS packages for Qt5 and rebuild them, applying the patches needed by wkhtmltopdf as part of the OBS build process. But I was unable to locate these patches...Do these patches even exist yet for Qt5?! Or is creating these patches part of your development work for v0.13?