Skip to content

Commit

Permalink
for Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orzih committed Sep 13, 2020
1 parent efc424f commit 7d77924
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ plugins:
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
#output_path: any-place/document.pdf
#enabled_if_env: ENABLE_PDF_EXPORT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='mkdocs-with-pdf',
version='0.6.1',
version='0.7.0',
description='Generate a single PDF file from MkDocs repository', # noqa E501
long_description=io.open('README.md', encoding='utf8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7d77924

Please sign in to comment.