Releases: timvink/mkdocs-print-site-plugin
Releases · timvink/mkdocs-print-site-plugin
print-site 0.8.2
Fixed
- Remove usage of a tempfile, fixes #26
Improved
- Removed unnecessary tweaks for mkdoc material #25
- Added
mkdocs-material
to dependencies to ensure a version is used with recent printing improvements 8d5d162
- Removed experimental CSS features 277f196
print-site 0.8.1
Added
- mkdocs-material dark theme only switches to light when printing, and then back. #21
Fixed
- mkdocs-material tabbed content now prints contents of all tabs #16
print-site 0.8
Thanks to @rei-vilo for finding and posting reproducible issues 🙏
Added
- The table of contents now display the section headings from the mkdocs navigation #18
Fixed
- Internal links between mkdocs pages now work properly on the print-page #19
- Images should now render properly, even when nested and with
use_directory_urls
on or off #17
print-site 0.7.1
Fixed
- Image links broke when images are placed in a subfolder #17 , 82407d0
- Plugin crashed if navigation contained a link to the same markdown page twice, fixed in cbc8a4d
print-site 0.7
Added
- Improved documention website
- Added support for displaying a PDF button #15
Fixed
- Table of contents now skips empty headings and disregards html, fixes #14
print-site v0.6
Added
- Support for adding and customizing a cover page, #4
print-site v0.5.3
Added
- Support for enumerating figures #11
print-site v0.5.2
Added
- Option to add a print button to every page 3276451, closes #6
print-site v0.5.1
Fixes
- Fix broken
MANIFEST.in
file, which breaks plugin #12
print-site v0.5
Big release with some cool new features 🎉
Added
- Add option to enumerate all headings in the print page bf2fa64 #10
- Add support for mkdocs-material instant loading feature 2260505 #2
- Add option to display full url (printer-friendly) 076758a #7
Fixed
- Improved output of warnings in console d2230a5