Browse Source

2024.10.1

Marcin Ziąbek 1 year ago
parent
commit
99c072bf1b
2 changed files with 9 additions and 2 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 8 1
      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>2024.10.0</Version>
+        <Version>2024.10.1</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>12</LangVersion>

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

@@ -1,6 +1,13 @@
 Version 2024.10.0
-
 - This version includes integration with the new QuestPDF Companion application.
 - Updated the Skia dependency to version m130.
 - Improved NuGet package determinism.
 - Enhanced rendering of underline text decoration for certain fonts.
+
+
+Version 2024.10.1
+- Engine: Improved overflow annotation and layout algorithm for better handling of content overflow.
+- Companion App: Enhanced message clarity regarding compatibility with merged documents.
+- Companion App: Improved support for documents with multiple page configurations.
+- Font discovery: Fixed file-access related exceptions.
+- Font discovery: Improved default file path for font discovery.