Skip to content

Releases: HollowMan6/mdbook-pdf

mdbook-pdf v0.1.13

16 Jan 14:27
596f8b5

Choose a tag to compare

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

Full Changelog: v0.1.12...v0.1.13

v0.1.12

26 Nov 18:58
5c8bba7

Choose a tag to compare

Support mdBook V0.5.0+

What's Changed

Full Changelog: 0.1.6...v0.1.12

mdbook-pdf v0.1.11

20 Feb 09:32
43723f9

Choose a tag to compare

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

06 Aug 07:21
d3e10e6

Choose a tag to compare

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

05 Aug 20:20
d67eeb6

Choose a tag to compare

Workaround for rust-headless-chrome mismatched LaunchOptions

More about What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

mdbook-pdf v0.1.8

02 Feb 08:53
9b06b58

Choose a tag to compare

What's Changed

  • fix: improve error handling for missing output.html.print setting by @brian-dlee in #32

New Contributors

Full Changelog: v0.1.7...v0.1.8

mdbook-pdf v0.1.7

11 Jun 19:07
39bb46f

Choose a tag to compare

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

29 Apr 18:12
05a81e9

Choose a tag to compare

v0.1.6: security enhancement and browser auto fetch feature; Support large pictures

mdbook-pdf v0.1.5

09 Feb 18:11
5db206a

Choose a tag to compare

v0.1.5: auto acknowledge Google Analytics
#10

mdbook-pdf v0.1.4

29 Dec 21:14
1716a5c

Choose a tag to compare

v0.1.4: add support for export theme that is different than the html version
#5