Browse Source

2023.10.2

Marcin Ziąbek 2 years ago
parent
commit
d594397cbd
2 changed files with 9 additions and 3 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 8 2
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2023.10.1</Version>
+        <Version>2023.10.2</Version>
         <PackageDescription>QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Easily generate PDF reports, invoices, exports, etc.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>10</LangVersion>

+ 8 - 2
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -1,9 +1,15 @@
 Version 2023.10.0
-- Primary focus: Improved the developer experience by enhancing debugging for document layout issues. Now, the library visually marks the places where problems occur
+- Primary focus: Improved the developer experience by enhancing debugging for document layout issues. Now, the library visually marks the places where problems occur.
 - Updated dependency SkiaSharp from 2.88.3 to 2.88.6
 - Updated QuestPDF Previewer dependencies: from Avalonia 0.10.X to 11.0.X
-- Improved code quality
+- Improved code quality.
 
 Version 2023.10.1
 - Enhanced developer experience by refining the accuracy of the exception message thrown when native SkiaSharp dependencies are unavailable in the runtime environment.
 - Fixed link in the license-related message.
+
+Version 2023.10.2
+- Resolved issue with page numbering errors in merged documents.
+- Enhanced SkiaSharp native dependency detection for increased compatibility.
+- Fixed rare instances of text rendering inaccurately due to cache-related faults.
+- Fixed a rare problem where the Row element does not always respect layout issues in its children.