소스 검색

2025.12.0-alpha2

Marcin Ziąbek 2 달 전
부모
커밋
6d0c8e8ff6
2개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 10 0
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
         <PackageId>QuestPDF</PackageId>
-        <Version>2025.12.0-alpha1</Version>
+        <Version>2025.12.0-alpha2</Version>
         <PackageDescription>Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.</PackageDescription>
         <PackageDescription>Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>12</LangVersion>
         <LangVersion>12</LangVersion>

+ 10 - 0
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -9,3 +9,13 @@
 - Corrected semantic tagging of decorative elements such as shadows, backgrounds, borders, and lines by marking them as artifacts.
 - Corrected semantic tagging of decorative elements such as shadows, backgrounds, borders, and lines by marking them as artifacts.
 - Enhanced the semantic structure and accessibility of simple tables (without cells spanning multiple rows or columns) by automatically tagging header cells.
 - Enhanced the semantic structure and accessibility of simple tables (without cells spanning multiple rows or columns) by automatically tagging header cells.
 - Introduced support for horizontal headers to further improve the semantic structure and accessibility of simple tables.
 - Introduced support for horizontal headers to further improve the semantic structure and accessibility of simple tables.
+
+
+2025.12.0-alpha2:
+- Added semantic auto-tagging for paragraphs.
+- Enhanced auto-tagging feature for tables by supporting more complex cases where cells are spanning multiple rows or columns.
+- Adjusted semantic meaning of MultiColumn spacer to be an artifact.
+- Adjusted semantic meaning of contents that repeats on pages by marking the first occurrence as content, and repetitions as artifacts. This change applies to the Repeat, Decoration and Page Header/Footer elements.
+- Fixed semantic handling of background and watermark page layers.
+- Fixed adding content to the semantic tag tree if it is part of the artifact.
+- Improved visual representation of SemanticTags and ArtifactTags in the Companion App.