diff --git a/Source/QuestPDF/QuestPDF.csproj b/Source/QuestPDF/QuestPDF.csproj index ba2cd27..2bf0d1f 100644 --- a/Source/QuestPDF/QuestPDF.csproj +++ b/Source/QuestPDF/QuestPDF.csproj @@ -3,7 +3,7 @@ MarcinZiabek CodeFlint QuestPDF - 2022.12.1 + 2022.12.2 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 4ce380f..6f6d71e 100644 --- a/Source/QuestPDF/Resources/ReleaseNotes.txt +++ b/Source/QuestPDF/Resources/ReleaseNotes.txt @@ -8,3 +8,10 @@ Fixed: loading fonts from embedded resource via the FontManager.RegisterFontFrom Fixed: better layout calculation stability for the Column element Improvement: exposed missing API method for the Dynamic component, enabling applying more advanced optimizations Improvement: better API documentation for the Settings.DocumentLayoutExceptionThreshold property + +In version 2022.12.2: +Performance improvements in various areas +Text rendering stability improvements +Fixed: the Settings.CheckIfAllTextGlyphsAreAvailable setting does not work correctly + +This release was possible thanks to enormous help of AntonyCorbett, thank you!