mkdocs-to-pdf 0.10.1 (2025-05-08)

  * Add @hkato as a maintainer
    * Thank you for your sustained contributions to the project!
  * Add more pre-commit hooks
  * Make package dependencies more flexible (>=, rather than ==). #64
  * Fix repo icon. #61

mkdocs-to-pdf 0.10.0 (2025-03-16)

  * Fix custom checkbox and ordered list overlap. #18
    * Thanks to @hkato
  * Add tests for #18. #22
    * Thanks to @hkato
  * Migrate to `pyproject.toml`.
    * Move minimum versions as little as possible to get Python 3.8 to work.
  * Change package name to `mkdocs-to-pdf`.
  * Replace existing `mkdocs` and `mkdocs-material` samples with updated
    submodules.
  * Simplify development process with make files.
  * Change default font family to Roboto and Noto Sans with CJK support. #24
    * Thanks to @hkato
  * Allow configuration of the "Download PDF" link. #44
    * Thanks to @hkato
  * Complete rewrite of all documentation.

mkdocs-with-pdf 0.9.4 (2024-28-01)

  * Fix missing PDF download link with `mkdocs-material` 8
    * https://github.com/orzih/mkdocs-with-pdf/issues/88
    * https://github.com/orzih/mkdocs-with-pdf/pull/95
    * Thanks to @nicolasb29

  * Increase the upper range of `toc_level` from 3 to 6.
    * https://github.com/orzih/mkdocs-with-pdf/pull/101
    * Thanks to @Sergey-Orlov

  * Modify log message used for `enabled_if_env` so that return code is still 0 in `--strict` mode
    * https://github.com/orzih/mkdocs-with-pdf/issues/99
    * https://github.com/orzih/mkdocs-with-pdf/pull/105
    * Thanks to @js94x

  * Fix `AttributeError` when `render_js` is `true`
    * https://github.com/orzih/mkdocs-with-pdf/issues/114
    * https://github.com/orzih/mkdocs-with-pdf/pull/115
    * Thanks to @samuel-cavalcanti

  * Fix logo page not displaying on Windows
    * https://github.com/orzih/mkdocs-with-pdf/issues/86
    * https://github.com/orzih/mkdocs-with-pdf/pull/121
    * Thanks to @flavienbwk

  * Fix two related list alignment issues
    * https://github.com/orzih/mkdocs-with-pdf/issues/94
    * https://github.com/orzih/mkdocs-with-pdf/issues/145
    * https://github.com/orzih/mkdocs-with-pdf/pull/96
    * https://github.com/orzih/mkdocs-with-pdf/pull/146
    * Thanks to @DanielFichtner and @ThibaudBrrd

  * Add support to render `mermaid.js` diagrams
    * https://github.com/orzih/mkdocs-with-pdf/issues/34
    * https://github.com/orzih/mkdocs-with-pdf/pull/35
    * Thanks @pawelsikora and @orzih

  * Fix admonitions in `mkdocs-material` 8. #89
    * https://github.com/orzih/mkdocs-with-pdf/issues/89
    * Thanks to @cmaurer and @santaimpersonator

mkdocs-with-pdf 0.9.3 (2021-07-03)

  * Fixed a bug with number-only page titles. #67

mkdocs-with-pdf 0.9.2 (2021-06-15)

  * Fixed an issue when running on Python 3.6. #58

mkdocs-with-pdf 0.9.1 (2021-06-15)

  * Fixed a bug about `exclude_pages` option. #64

mkdocs-with-pdf 0.9.0 (2021-06-12)

  * Drop support for Python 3.5.
  * Changed the processing of exclusion pages.

mkdocs-with-pdf 0.8.3 (2021-01-11)

  * Fixed run on Python 3.5.

mkdocs-with-pdf 0.8.2 (2021-01-08)

  * Added a rendering hook module handler.
  * Added highlighttable style for material.
  * Added headless-chrome launch options.
  * Changed to collect JS for each page.

mkdocs-with-pdf 0.8.1 (2020-11-30)

  * Removed compressed css output_style to avoid problems with umlauts.

mkdocs-with-pdf 0.8.0 (2020-11-03)

  * Changed for the template processing of the cover page to be based on jinja2.
  * Added a logo on the cover page.
  * Added back cover page generation option.

mkdocs-with-pdf 0.7.7 (2020-10-29)

  * Fixed not escaping single quotes in style.

mkdocs-with-pdf 0.7.6 (2020-10-12)

  * options: Allow user to set theme-path in local-conf.

mkdocs-with-pdf 0.7.5 (2020-10-03)

  * Support for strict mode.
  * Fixed links that contains percent encoding.

mkdocs-with-pdf 0.7.4 (2020-09-26)

  * Fixed links for `href` without a trailing slash.
  * Add `show_anchors` option.

mkdocs-with-pdf 0.7.3 (2020-09-23)

  * Fixed links hash that contains percent encoding.

mkdocs-with-pdf 0.7.2 (2020-09-22)

  * Fixed links containing escape characters.
  * Updated `material-polyfills.css`.

mkdocs-with-pdf 0.7.1 (2020-09-19)

  * Fixed a missing JS file entry in `MANIFEST.in`.
  * Changed for `Headless Chrome` launch options.
  * Changed the default value of the `Headless Chrome` pathname option.

mkdocs-with-pdf 0.7.0 (2020-09-14)

  * Support two-columns layout.
  * Supports the use of `Headless Chrome`.
  * Fix details icon style for material and little more.

mkdocs-with-pdf 0.6.1 (2020-09-04)

  * Add the missing anchors if the document doesn't have first-level headings.
  * Add a workaround converter for 'img[align]'.

mkdocs-with-pdf 0.6.0 (2020-08-31)

  * Add 'convert_iframe' option.
  * Modified some 'page-break' settings.
  * Changes the required version of python.

mkdocs-with-pdf 0.5.0 (2020-08-22)

  * Supports nested sections in `nav`.
  * Add `Keyboard key` style in material-polyfills.
  * Update workaround for twemoji.

mkdocs-with-pdf 0.4.0 (2020-08-17)

  * Fixed hrefs and anchors for internal links.
  * Add a TOC title text option.
  * Add workaround converter for twemoji.

mkdocs-with-pdf 0.3.3 (2020-08-08)

  * Fixed current page refs in subdirectories w/o directory-urls.

mkdocs-with-pdf 0.3.2 (2020-08-07)

  * Fixed current page refs when `use_directory_urls=false`.

mkdocs-with-pdf 0.3.1 (2020-07-24)

  * Fixed link processing for "index.html".

mkdocs-with-pdf 0.3.0 (2020-07-24)

  * Supports page exclusion.
  * Fixed for the internal link anchors.

mkdocs-with-pdf 0.2.4 (2020-07-15)

  * Excluded form empty tags if it has image.

mkdocs-with-pdf 0.2.3 (2020-05-24)

  * Fixed to skip empty pages.

mkdocs-with-pdf 0.2.2 (2020-05-17)

  * Exclude custom style source from package destination.
  * Add page break rule for tabs.

mkdocs-with-pdf 0.2.1 (2020-05-16)

  * Update for icons for material theme

mkdocs-with-pdf 0.1.0 (2020-02-24)

  * Initial release(in develop)
