Browse Source

2022.12.3 release

MarcinZiabek 2 years ago
parent
commit
176566801b
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>2022.12.2</Version>
+        <Version>2022.12.3</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>9</LangVersion>
         <LangVersion>9</LangVersion>

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

@@ -14,4 +14,9 @@ Performance improvements in various areas
 Text rendering stability improvements
 Text rendering stability improvements
 Fixed: the Settings.CheckIfAllTextGlyphsAreAvailable setting does not work correctly
 Fixed: the Settings.CheckIfAllTextGlyphsAreAvailable setting does not work correctly
 
 
+In version 2022.12.3:
+Fix: inconsistent text height when using multiple lines with different TextStyles
+Improvement: added validation for color arguments
+Fix: the inlined element is shown only once in the header but should be repeated on each page
+
 This release was possible thanks to enormous help of AntonyCorbett, thank you!
 This release was possible thanks to enormous help of AntonyCorbett, thank you!