-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathhistory.txt
61 lines (37 loc) · 1.21 KB
/
history.txt
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
17.04.2025 ver.1.7
------------------
+ Added `optimize` option for MarkdownPdf class, that generate compressed pdf-file.
+ Added file py.typed.
* Package completely managed by pyproject.toml.
03.04.2025 ver.1.6
------------------
* Project license changed from MIT to AGPL-3.0. Becouse underlaying PyMuPDF library released under AGPL.
https://github.com/vb64/markdown-pdf/issues/55
18.03.2025 ver.1.5
------------------
+ Clickable hyperlinks.
07.03.2025 ver.1.4
------------------
+ Using PyMuPDF version 1.25.3 for all Python environment except Python 3.8.
08.01.2025 ver.1.3.3
--------------------
+ Method `add_section` returns content of added section as html string.
- Fixed segmentation fault with empty markdown heading (bump PyMuPDF up to 1.24.6).
22.12.2024 ver.1.3.2
--------------------
+ Add support for pathlib.Path paths in type hints for save method.
19.11.2024 ver.1.3.1
--------------------
+ Python type hints was added
12.06.2024 ver.1.3
------------------
+ Enable support for tables
30.04.2024 ver.1.2
------------------
* PyMuPDF updated from 1.23.3 to 1.24.2
13.02.2024 ver.1.1
------------------
+ Support for custom CSS
01.10.2023 ver.1.0
------------------
+ Markdown to pdf renderer