forked from orzih/mkdocs-with-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
137 lines (80 loc) · 3.34 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
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)