Browse Source

2023.12.2 release

Marcin Ziąbek 2 years ago
parent
commit
ed9c90d328
2 changed files with 6 additions and 1 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 5 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>2023.12.1</Version>
+        <Version>2023.12.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>
         <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>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>10</LangVersion>
         <LangVersion>10</LangVersion>

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

@@ -9,3 +9,8 @@ Version 2023.12.0
 
 
 Version 2023.12.1
 Version 2023.12.1
 - Fixed: table layout renders incorrectly if one of its cells spans at least three pages
 - Fixed: table layout renders incorrectly if one of its cells spans at least three pages
+
+Version 2023.12.2
+- Fixed: The hyperlink element was annotating the incorrect location, in specific layout scenarios when used with right-to-left content direction
+- Enhancement: Improved layout stability for dynamic components utilizing the TotalPages property to generate content
+- Maintenance: The QuestPDF Previewer application has been updated to utilize the latest version of the Avalonia library