Skip to content

Releases: adrienbrignon/mkdocs-exporter

v2.0.2

30 May 06:36
35e77cc
Compare
Choose a tag to compare

Changelog

  • Minor performance enhancements

Full changelog: v2.0.1...v2.0.2

v2.0.1

27 May 18:13
Compare
Choose a tag to compare

Changelog

  • Fixed some issues appearing on Windows

Full changelog: v2.0.0...v2.0.1

v2.0.0

27 May 15:55
8870d89
Compare
Choose a tag to compare

Changelog

  • The plugin now supports themes
    • Currently, material and readthedocs are officially supported
  • Changed buttons definition
    • You can now specify custom HTML attributes using the attributes property
  • Updated Paged.js from version 0.4.1 to 0.4.2
  • Updated documentation

Full changelog: v1.3.0...v2.0.0

v1.3.0

18 May 17:37
Compare
Choose a tag to compare

Changelog:

  • Improved documentation
  • You can now define buttons on a per-page basis (documentation)
  • Buttons can now use pre-defined icons and emojis
  • Renamed PDF documents to match their HTML counterpart

Full changelog: v1.2.2...v1.3.0

v1.2.2

16 May 21:49
bcda4a5
Compare
Choose a tag to compare

Changelog

  • mkdocs/exporter/pdf:
    • Fixed wrong condition controlling cover pages visibility

Full changelog: v1.2.1...v1.2.2

1.2.1

12 May 15:32
Compare
Choose a tag to compare

Changelog

  • mkdocs/exporter/pdf:
    • Resolved an error when generating PDF files

Full changelog: v1.2.0...v1.2.1

v1.2.0

11 May 21:36
Compare
Choose a tag to compare

Changelog

  • docs:
    • Slightly improved the documentation
  • mkdocs/exporter/pdf:
    • Cover pages can now be defined per page
    • Cover pages can now be hidden completely or individually
    • Miscellaneous enhancements and fixes

Full changelog: v1.1.0...v1.2.0

v1.1.0

09 May 17:10
Compare
Choose a tag to compare

Changelog

  • mkdocs/exporter/pdf:
    • Explicit mode: define explicitly all pages that should be rendered as PDF
    • Misc. fixes: URLs resolution, cover pages, compatiblity with theme...

v1.0.2

09 May 08:53
Compare
Choose a tag to compare

Changelog

  • mkdocs/exporter/pdf: Respect the enabled configuration value

v1.0.1

08 May 19:36
Compare
Choose a tag to compare

Changelog

  • Improved compatibility with other dependencies
  • Now linting the source code with flake8