From 176566801b30bc96bcade23ab60b5f6c0427cff2 Mon Sep 17 00:00:00 2001 From: MarcinZiabek Date: Mon, 17 Apr 2023 00:10:46 +0200 Subject: [PATCH] 2022.12.3 release --- Source/QuestPDF/QuestPDF.csproj | 2 +- Source/QuestPDF/Resources/ReleaseNotes.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Source/QuestPDF/QuestPDF.csproj b/Source/QuestPDF/QuestPDF.csproj index 2bf0d1f..e2594a7 100644 --- a/Source/QuestPDF/QuestPDF.csproj +++ b/Source/QuestPDF/QuestPDF.csproj @@ -3,7 +3,7 @@ MarcinZiabek CodeFlint QuestPDF - 2022.12.2 + 2022.12.3 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. $([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt")) 9 diff --git a/Source/QuestPDF/Resources/ReleaseNotes.txt b/Source/QuestPDF/Resources/ReleaseNotes.txt index 6f6d71e..f151527 100644 --- a/Source/QuestPDF/Resources/ReleaseNotes.txt +++ b/Source/QuestPDF/Resources/ReleaseNotes.txt @@ -14,4 +14,9 @@ Performance improvements in various areas Text rendering stability improvements 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!