forked from domWalters/mkdocs-to-pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
205 lines (135 loc) · 5.89 KB
/
Copy pathCHANGELOG
File metadata and controls
205 lines (135 loc) · 5.89 KB
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
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)