Skip to content

v0.35.2

Choose a tag to compare

@shps951023 shps951023 released this 06 Jul 14:30

Release v0.35.2

Patch release generated from git diff v0.35.1..HEAD at commit 2000349.

Git diff

Compare: v0.35.1...v0.35.2

git fetch --tags
git diff v0.35.1..v0.35.2

Changes

  • Fixed DOCX relationship target resolution for root-relative relationship paths, including images referenced as /media/....
  • Fixed header/footer relationship file lookup to derive .rels paths from the resolved part path.
  • Added regression coverage for DOCX root-relative image relationships.
  • Added Issue 83 DOCX/PDF/image reference artifacts and updated comparison report output.
  • Increased GitHub Pages deployment timeout and reporting interval.

Commits

  • 2000349 Add reference image for Issue 83 output in reports_docx
  • e271b84 feat(github-actions): increase timeout and reporting interval for GitHub Pages deployment

Changed files

 .github/workflows/pages.yml                        |   3 +++
 src/MiniPdf/DocxReader.cs                          |  28 ++++++++++++++++-----
 tests/Issue_Files/docx/Issue83_Output.docx         | Bin 0 -> 19397 bytes
 .../Issue_Files/reference_docx/Issue83_Output.pdf  | Bin 0 -> 14968 bytes
 .../reports_docx/comparison_report.json            |  26 +++++++++++++++++++
 .../Issue_Files/reports_docx/comparison_report.md  |  23 +++++++++++++++--
 .../images/Issue83_Output_p1_minipdf.png           | Bin 0 -> 14227 bytes
 .../images/Issue83_Output_p1_reference.png         | Bin 0 -> 14147 bytes
 tests/MiniPdf.Tests/DocxToPdfConverterTests.cs     |  20 ++++++++++++---
 9 files changed, 88 insertions(+), 12 deletions(-)

File status

M       .github/workflows/pages.yml
M       src/MiniPdf/DocxReader.cs
A       tests/Issue_Files/docx/Issue83_Output.docx
A       tests/Issue_Files/reference_docx/Issue83_Output.pdf
M       tests/Issue_Files/reports_docx/comparison_report.json
M       tests/Issue_Files/reports_docx/comparison_report.md
A       tests/Issue_Files/reports_docx/images/Issue83_Output_p1_minipdf.png
A       tests/Issue_Files/reports_docx/images/Issue83_Output_p1_reference.png
M       tests/MiniPdf.Tests/DocxToPdfConverterTests.cs

GUI download

Open the release page and download the source archives from the browser:

https://github.com/mini-software/MiniPdf/releases/tag/v0.35.2

CLI download

# Download release assets, if any are attached
gh release download v0.35.2 --repo mini-software/MiniPdf

# Download source archives
curl -L -o MiniPdf-v0.35.2.zip https://github.com/mini-software/MiniPdf/archive/refs/tags/v0.35.2.zip
curl -L -o MiniPdf-v0.35.2.tar.gz https://github.com/mini-software/MiniPdf/archive/refs/tags/v0.35.2.tar.gz