Releases: timvink/mkdocs-print-site-plugin
Releases · timvink/mkdocs-print-site-plugin
print-site v2.6.0
What's Changed
- Ensure pages that are excluded still show in the the TOC of the print page by @mbasaglia in #112
- Fix invalid warning for plugin order in mkdocs.yml when using mkdocs hooks by @BartvanWoesik in #120
- Add new option
print_page_basename
to change the print page URL by @mbasaglia in #118
Internal
- Update unittests_codecov.yml by @chris-bateman in #113
- Update to pyproject.toml structure by @timvink in #121
New Contributors
- @chris-bateman made their first contribution in #113
- @mbasaglia made their first contribution in #112
- @BartvanWoesik made their first contribution in #120
Full Changelog: v2.5.0...v2.6.0
print-site v2.5.0
print-site v2.4.1
print-site v2.4.0
What's Changed
Docs:
- Add example to test ignore content for printing by @timvink in #91
- Update pdf_button.md by @RRcoder in #95
New Contributors
Full Changelog: v2.3.6...v2.4.0
print-site v2.3.6
print-site v2.3.5
What's Changed
Documentation
- Update export-PDF.md by @Kludex in #78
- Fixed an erroneous mention of cover page by @arterm-sedov in #79
New Contributors
- @Kludex made their first contribution in #78
- @arterm-sedov made their first contribution in #79
Full Changelog: v2.3.4...v2.3.5
print-site v2.3.4
Added
- Support for base64 encoded images (#71)
Thanks to @lambrechts for contributing this release! 🎉
print-site v2.3.2
Fixed
- Edge case where sometime image urls would break when they contain special characters (#69)
print-site v2.3.2
Added
- When
enumerate_headings
is set toTrue
(the default), the right side table-of-contents in HTML version of the print page will now also have enumeration (#55)
print-site v2.3.1
Added
- Compatibility for https://github.com/g-provost/lightgallery-markdown (#68). Thanks to @tijlk for research & reporting.