Releases: HollowMan6/mdbook-pdf
mdbook-pdf v0.1.10
Full Changelog: v0.1.9...v0.1.10
mdbook-pdf v0.1.10: Fix running in container
We still need to disable the sandbox to get it working in a container
mdbook-pdf v0.1.9
Workaround for rust-headless-chrome mismatched LaunchOptions
- Referring to rust-headless-chrome/rust-headless-chrome#500
- Fixes #46
More about What's Changed
- Bump github/codeql-action from 2 to 3 by @dependabot in #42
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #41
- Bump actions/checkout from 2 to 4 by @dependabot in #40
- Bump actions/setup-python from 2 to 5 by @dependabot in #39
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #38
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #43
New Contributors
- @dependabot made their first contribution in #42
Full Changelog: v0.1.8...v0.1.9
mdbook-pdf v0.1.8
What's Changed
- Move back to headless_chrome upstream
- Make timeout configurable
- fix: improve error handling for missing output.html.print setting by @brian-dlee in #32
New Contributors
- @brian-dlee made their first contribution in #32
Full Changelog: v0.1.7...v0.1.8
mdbook-pdf v0.1.7
Chrome generates PDF destinations "lazily", which means that the named destinations won't get added to the pdf document if the reference count is 0. So many of the named destinations don't exist when mdbook-pdf-outline
tries to add the ToC since a lot of them have 0 reference count. Mitigation was added to have a workaround for this issue, as at that time, the cause was unclear: 2e4f709#diff-e4a7713ca9ac21a6fcda67ff726d3d1177972682816b6cc18afce26287808d69R88-R91
Now this update fixes the root cause by inserting invisible links to the page div in the print.html, now the reference count to those page destinations is at least 1, to make sure that generated pdf contains the destination for ToC to locate the specific page in pdf.
Full Changelog: v0.1.6...v0.1.7
mdbook-pdf v0.1.6
v0.1.6: security enhancement and browser auto fetch feature; Support large pictures
mdbook-pdf v0.1.5
v0.1.5: auto acknowledge Google Analytics
#10
mdbook-pdf v0.1.4
v0.1.4: add support for export theme that is different than the html version
#5
mdbook-pdf v0.1.3
Resolves #4
mdbook-pdf v0.1.2
Enable to provide the static hosting site URL. If you have relative links that link outside the book, it can get fixed.
mdbook-pdf v0.1.1
- Wait for MathJax loading finished before generating PDF.
- Expand all the details elements before generating PDF.