|
12 | 12 | ### :recycle: Refactors |
13 | 13 | - [`da51adf`](https://github.com/MarkPDFdown/markpdfdown/commit/da51adf932ffaf05e17d7324ccddbdad8f9f8500) - The project was comprehensively refactored, with litellm introduced as the LLM client library, and input/output parameters were optimized. *(commit by [@jorben](https://github.com/jorben))* |
14 | 14 |
|
| 15 | +## [1.0.11] - 2025-09-02 |
| 16 | +### :sparkles: New Features |
| 17 | +- [`1f6915f`](https://github.com/MarkPDFdown/markpdfdown/commit/1f6915f9006d50d845f1ad806ba1dcb58cd6a695) - Add multilingual README translations *(PR [#22](https://github.com/MarkPDFdown/markpdfdown/pull/22) by [@clearclown](https://github.com/clearclown))* |
| 18 | +- [`af25adb`](https://github.com/MarkPDFdown/markpdfdown/commit/af25adbea39dd57f155e7d6feeb9dd18ade68495) - Add reasoning_effort parameter support *(commit by [@jorben](https://github.com/jorben))* |
15 | 19 |
|
16 | | -## 1.0.0 |
| 20 | +[1.0.11]: https://github.com/MarkPDFdown/markpdfdown/compare/1.0.10...1.0.11 |
| 21 | +[1.1.0]: https://github.com/MarkPDFdown/markpdfdown/compare/1.0.11...1.1.0 |
| 22 | +[1.1.1]: https://github.com/MarkPDFdown/markpdfdown/compare/1.1.0...1.1.1 |
17 | 23 |
|
18 | | -> 15 March 2025 |
| 24 | +## Version: 1.0.8 |
19 | 25 |
|
20 | | -- Initial commit [`58eac07`](https://github.com/jorben/markpdfdown/commit/58eac0798ec6ea4b521ddc060284489e27a42ca0) |
21 | | -- chore: Updated some content [`8f5c533`](https://github.com/jorben/markpdfdown/commit/8f5c5339a6ca5690266f2a97223c410b4ef6b168) |
22 | | -- chore: Add LLMClient, PDFWork class and implementation [`b040a48`](https://github.com/jorben/markpdfdown/commit/b040a4878957f76baa51db4f958b52b1eeb1bb38) |
| 26 | +* [#15](https://github.com/MarkPDFdown/markpdfdown/pull/15): fix: Fixed the issue where hunyuan does not support empty system_prompt |
23 | 27 |
|
24 | | -## [1.0.1](https://github.com/jorben/markpdfdown/compare/1.0.0...1.0.1) |
| 28 | +## Version: 1.0.7 |
25 | 29 |
|
26 | | -> 15 March 2025 |
| 30 | +* [#8](https://github.com/MarkPDFdown/markpdfdown/pull/8): fix: Fix the path spelling error in the Readme |
| 31 | +* [#11](https://github.com/MarkPDFdown/markpdfdown/pull/11): fix: Fix the OpenAI API 400 Bad Request issue #10 |
27 | 32 |
|
28 | | -- fix: Fix the build image pipeline error on the 386 platform [`7012440`](https://github.com/jorben/markpdfdown/commit/7012440a3a0af55a901ca5bad6495a05a4509456) |
| 33 | +## [1.0.6](https://github.com/jorben/markpdfdown/compare/1.0.5...1.0.6) |
29 | 34 |
|
| 35 | +> 24 March 2025 |
30 | 36 |
|
| 37 | +- chore: Compress demo images [`9062d01`](https://github.com/jorben/markpdfdown/commit/9062d01644ac098da41c9f4450b1217d9728e2b3) |
| 38 | +- chore: Emphasize the use of LaTeX syntax for mathematical formulas [`2aef544`](https://github.com/jorben/markpdfdown/commit/2aef5448cece60efbc03d40ad5d05b7d5e9877d1) |
| 39 | +- chore: Add ChangeLog action [`3587a00`](https://github.com/jorben/markpdfdown/commit/3587a007c242b857586b2beb8a1e105743713a45) |
31 | 40 |
|
32 | | -## [1.0.2](https://github.com/jorben/markpdfdown/compare/1.0.1...1.0.2) |
| 41 | +## [1.0.5](https://github.com/jorben/markpdfdown/compare/1.0.4...1.0.5) |
33 | 42 |
|
34 | | -> 15 March 2025 |
| 43 | +> 22 March 2025 |
35 | 44 |
|
36 | | -- fix: Fix the build image pipeline error on the armv7 platform [`afa0f61`](https://github.com/jorben/markpdfdown/commit/afa0f6191413166bc8ed2ad28db2defd40d0d199) |
| 45 | +- refactor: Refactor PDFWorker, build a FileWorker base class to facilitate future extension for supporting more file types [`d4e6398`](https://github.com/jorben/markpdfdown/commit/d4e6398e9ea0f59d1c512b9e35ef5efc2fd117cd) |
| 46 | +- feat: Added support for converting images (JPG/PNG/BMP) to Markdown #6 [`1eab0db`](https://github.com/jorben/markpdfdown/commit/1eab0db854ba8669d8107edf74aac645430f71d0) |
| 47 | + |
| 48 | +## [1.0.4](https://github.com/jorben/markpdfdown/compare/1.0.3...1.0.4) |
| 49 | + |
| 50 | +> 20 March 2025 |
| 51 | +
|
| 52 | +- chore: Add Chinese introduction [`d1a9a69`](https://github.com/jorben/markpdfdown/commit/d1a9a69f60b378e1f899fcc7c874ab1ae185edf5) |
| 53 | +- feat: Add and remove markdown wrapping and corresponding unit test cases [`c75fb71`](https://github.com/jorben/markpdfdown/commit/c75fb71f9e8ed0db781fbba93ce27050ef3c097d) |
| 54 | +- chore: Modify Readme [`b6c0208`](https://github.com/jorben/markpdfdown/commit/b6c020859a570731e9a31ddf8e1de618eeeba2b2) |
37 | 55 |
|
38 | 56 | ## [1.0.3](https://github.com/jorben/markpdfdown/compare/1.0.2...1.0.3) |
39 | 57 |
|
|
43 | 61 | - chore: Add effect demonstration images to the Readme [`cb6e317`](https://github.com/jorben/markpdfdown/commit/cb6e317c2247f8df9572f26dc758f8faa7e5280f) |
44 | 62 | - fix: Fix the "the input device is not a TTY" error in docker run [`4359f4b`](https://github.com/jorben/markpdfdown/commit/4359f4b21ee0d5460b110db36809f689d5367264) |
45 | 63 |
|
46 | | -## [1.0.4](https://github.com/jorben/markpdfdown/compare/1.0.3...1.0.4) |
| 64 | +## [1.0.2](https://github.com/jorben/markpdfdown/compare/1.0.1...1.0.2) |
| 65 | + |
| 66 | +> 15 March 2025 |
| 67 | +
|
| 68 | +- fix: Fix the build image pipeline error on the armv7 platform [`afa0f61`](https://github.com/jorben/markpdfdown/commit/afa0f6191413166bc8ed2ad28db2defd40d0d199) |
| 69 | + |
| 70 | +## [1.0.1](https://github.com/jorben/markpdfdown/compare/1.0.0...1.0.1) |
| 71 | + |
| 72 | +> 15 March 2025 |
| 73 | +
|
| 74 | +- fix: Fix the build image pipeline error on the 386 platform [`7012440`](https://github.com/jorben/markpdfdown/commit/7012440a3a0af55a901ca5bad6495a05a4509456) |
| 75 | + |
| 76 | +## 1.0.0 |
| 77 | + |
| 78 | +> 15 March 2025 |
| 79 | +
|
| 80 | +- Initial commit [`58eac07`](https://github.com/jorben/markpdfdown/commit/58eac0798ec6ea4b521ddc060284489e27a42ca0) |
| 81 | +- chore: Updated some content [`8f5c533`](https://github.com/jorben/markpdfdown/commit/8f5c5339a6ca5690266f2a97223c410b4ef6b168) |
| 82 | +- chore: Add LLMClient, PDFWork class and implementation [`b040a48`](https://github.com/jorben/markpdfdown/commit/b040a4878957f76baa51db4f958b52b1eeb1bb38) |
| 83 | + |
47 | 84 |
|
48 | | -> 20 March 2025 |
49 | 85 |
|
50 | | -- chore: Add Chinese introduction [`d1a9a69`](https://github.com/jorben/markpdfdown/commit/d1a9a69f60b378e1f899fcc7c874ab1ae185edf5) |
51 | | -- feat: Add and remove markdown wrapping and corresponding unit test cases [`c75fb71`](https://github.com/jorben/markpdfdown/commit/c75fb71f9e8ed0db781fbba93ce27050ef3c097d) |
52 | | -- chore: Modify Readme [`b6c0208`](https://github.com/jorben/markpdfdown/commit/b6c020859a570731e9a31ddf8e1de618eeeba2b2) |
53 | 86 |
|
54 | | -## [1.0.5](https://github.com/jorben/markpdfdown/compare/1.0.4...1.0.5) |
55 | 87 |
|
56 | | -> 22 March 2025 |
57 | 88 |
|
58 | | -- refactor: Refactor PDFWorker, build a FileWorker base class to facilitate future extension for supporting more file types [`d4e6398`](https://github.com/jorben/markpdfdown/commit/d4e6398e9ea0f59d1c512b9e35ef5efc2fd117cd) |
59 | | -- feat: Added support for converting images (JPG/PNG/BMP) to Markdown #6 [`1eab0db`](https://github.com/jorben/markpdfdown/commit/1eab0db854ba8669d8107edf74aac645430f71d0) |
60 | 89 |
|
61 | 90 |
|
62 | | -## [1.0.6](https://github.com/jorben/markpdfdown/compare/1.0.5...1.0.6) |
63 | 91 |
|
64 | | -> 24 March 2025 |
65 | 92 |
|
66 | | -- chore: Compress demo images [`9062d01`](https://github.com/jorben/markpdfdown/commit/9062d01644ac098da41c9f4450b1217d9728e2b3) |
67 | | -- chore: Emphasize the use of LaTeX syntax for mathematical formulas [`2aef544`](https://github.com/jorben/markpdfdown/commit/2aef5448cece60efbc03d40ad5d05b7d5e9877d1) |
68 | | -- chore: Add ChangeLog action [`3587a00`](https://github.com/jorben/markpdfdown/commit/3587a007c242b857586b2beb8a1e105743713a45) |
69 | 93 |
|
70 | | -## Version: 1.0.7 |
71 | 94 |
|
72 | | -* [#8](https://github.com/MarkPDFdown/markpdfdown/pull/8): fix: Fix the path spelling error in the Readme |
73 | | -* [#11](https://github.com/MarkPDFdown/markpdfdown/pull/11): fix: Fix the OpenAI API 400 Bad Request issue #10 |
74 | 95 |
|
75 | 96 |
|
76 | | -## Version: 1.0.8 |
77 | 97 |
|
78 | | -* [#15](https://github.com/MarkPDFdown/markpdfdown/pull/15): fix: Fixed the issue where hunyuan does not support empty system_prompt |
79 | 98 |
|
80 | | -## [1.0.11] - 2025-09-02 |
81 | | -### :sparkles: New Features |
82 | | -- [`1f6915f`](https://github.com/MarkPDFdown/markpdfdown/commit/1f6915f9006d50d845f1ad806ba1dcb58cd6a695) - Add multilingual README translations *(PR [#22](https://github.com/MarkPDFdown/markpdfdown/pull/22) by [@clearclown](https://github.com/clearclown))* |
83 | | -- [`af25adb`](https://github.com/MarkPDFdown/markpdfdown/commit/af25adbea39dd57f155e7d6feeb9dd18ade68495) - Add reasoning_effort parameter support *(commit by [@jorben](https://github.com/jorben))* |
84 | 99 |
|
85 | | -[1.0.11]: https://github.com/MarkPDFdown/markpdfdown/compare/1.0.10...1.0.11 |
86 | | -[1.1.0]: https://github.com/MarkPDFdown/markpdfdown/compare/1.0.11...1.1.0 |
87 | | -[1.1.1]: https://github.com/MarkPDFdown/markpdfdown/compare/1.1.0...1.1.1 |
|
0 commit comments