Skip to content

Releases: timvink/mkdocs-print-site-plugin

print-site v2.3.5

12 Jun 08:50
Compare
Choose a tag to compare

What's Changed

Documentation

New Contributors

Full Changelog: v2.3.4...v2.3.5

print-site v2.3.4

01 Jun 11:11
Compare
Choose a tag to compare

Added

  • Support for base64 encoded images (#71)

Thanks to @lambrechts for contributing this release! 🎉

print-site v2.3.2

19 Apr 17:51
Compare
Choose a tag to compare

Fixed

  • Edge case where sometime image urls would break when they contain special characters (#69)

print-site v2.3.2

02 Mar 13:05
Compare
Choose a tag to compare

Added

  • When enumerate_headings is set to True (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

16 Feb 11:16
Compare
Choose a tag to compare

Added

print-site v2.3

28 Jan 13:07
Compare
Choose a tag to compare

Added

  • New option enumerate_headings_depth which defaults to 6. (#65)

print-site v2.2.5

18 Jan 21:23
Compare
Choose a tag to compare

Fixed

  • Fixed broken links in print site banner template (#64)

print-site v2.2.4

14 Jan 12:19
c6c4b51
Compare
Choose a tag to compare

Added

  • Remove loading="lazy" attributes from images on print page (#60)

print-site v2.2.3

12 Jan 13:27
Compare
Choose a tag to compare

Fixed

  • Bug where mkdocs build in combination with mkdocs or readthedocs theme and use_directories_urls: true would result in incorrect URLs to CSS and JS files (#62)

print-site v2.2.2

09 Jan 22:33
Compare
Choose a tag to compare

Fixed

  • Bug where print-site would crash when URLs with only digits occured (#61)