Releases: timvink/mkdocs-print-site-plugin
Releases · timvink/mkdocs-print-site-plugin
print-site v2.7.1
What's Changed
Full Changelog: v2.7.0...v2.7.1
print-site v2.7.0
What's Changed
Many issues have been fixed related to the sidebar table of contents on the HTML print page, as well as (roman) numbering of sections.
The table of contents has been simplified, using only numerics. Sections are treated as chapters and are numbered accordingly. For example:
Thanks to @bittorala for all the work put in, and @sunshowers for the prepatory work in #115
PRs:
- Use recursive navigation numbering by @bittorala in #128
- Fix edge case error by @godylockz in #126
New Contributors
- @godylockz made their first contribution in #126
- @bittorala made their first contribution in #128
Full Changelog: v2.6.0...v2.7.0
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)