Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.9.2 #98

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.6.1 -> v1.9.2 age adoption passing confidence

Release Notes

SebastiaanKlippert/go-wkhtmltopdf (github.com/SebastiaanKlippert/go-wkhtmltopdf)

v1.9.2

Compare Source

In case there is a cmd/os error while rendering the PDF to cmd error was not displayed, but only the contents of wkhtmltopdf's stderr buffer were returned.
The error returned by exec.Command is now appended to the contents of stderr in a new line.
This should make it clear what the error was, but the error text might be very long.

v1.9.1

Compare Source

No new features, removes deprecated Go functions

v1.9.0

Compare Source

Margin and page size options can be set with units in wkhtmltopdf.
That was not possible in go-wkhtmltopdf, for the options that support this a "Unit" option has been added.
For example, you can now use pdfg.MarginRightUnit.Set("1mm") to set a margin of 1 millimeter or pdfg.MarginRightUnit.Set("0.5in") for half an inch. pdfg.MarginRight.Set(1) is still available to to set it to 1 mm.
When both options are specified a duplicate agrument error is returned: duplicate argument: --margin-right

v1.8.2

Compare Source

go modules compatability

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.2: git flow changes

Compare Source

no functional changes

v1.7.1

Compare Source

Add header and footer options for TOC

v1.7.0

Compare Source

Added CreateContext and use exec.CommandContext.
Can be used for cancellation and other things.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.7.1 Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.7.2 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/github.com-sebastiaanklippert-go-wkhtmltopdf-1.x branch from 056aa78 to 988beb0 Compare October 18, 2021 20:35
@renovate renovate bot changed the title Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.7.2 Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.9.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-sebastiaanklippert-go-wkhtmltopdf-1.x branch from 988beb0 to 4282bc4 Compare March 16, 2023 13:49
@renovate renovate bot changed the title Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.9.0 Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.8.2 Jun 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-sebastiaanklippert-go-wkhtmltopdf-1.x branch from 4282bc4 to 5173907 Compare June 25, 2023 14:17
@renovate renovate bot changed the title Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.8.2 Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.9.1 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-sebastiaanklippert-go-wkhtmltopdf-1.x branch from 5173907 to 25dd749 Compare August 7, 2023 21:59
@renovate renovate bot changed the title Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.9.1 Update module github.com/SebastiaanKlippert/go-wkhtmltopdf to v1.9.2 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-sebastiaanklippert-go-wkhtmltopdf-1.x branch from 25dd749 to 2f2cce7 Compare October 26, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants