Browse Source

2024.3.5 release

Marcin Ziąbek 1 year ago
parent
commit
560b0faabb
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>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2024.3.4</Version>
+        <Version>2024.3.5</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>10</LangVersion>

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

@@ -54,3 +54,8 @@ Version 2024.3.3
 Version 2024.3.4
 - Improved font rendering by setting half-leading when line-height is overridden.
 - Enhanced exception messages for unsupported x86 platforms.
+
+Version 2024.3.5
+- Enhancement: text uses half-leading by default.
+- Fixed: default text decoration color should match font color.
+- Fixed: the Column element may not render successfully when it has non-zero spacing, contains a child with zero height, and is repeated.