Releases: HollowMan6/mdbook-pdf
mdbook-pdf v0.1.13
What's Changed
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #68
- Update the selector for the theme toggle button to match mdBook 0.5.x by @TheVeryDarkness in #70
New Contributors
- @TheVeryDarkness made their first contribution in #70
Full Changelog: v0.1.12...v0.1.13
v0.1.12
Support mdBook V0.5.0+
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #57
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #58
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #61
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #62
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #64
Full Changelog: 0.1.6...v0.1.12
mdbook-pdf v0.1.11
Full Changelog: v0.1.10...v0.1.11
v0.1.11: Add support for Chromium native PDF outline and tags
mdbook-pdf-outline v0.1.5: Extract from toc.js as well
We need to use own fork of headless_chrome for rust-headless-chrome/rust-headless-chrome#540
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