Marcin Ziąbek 1 yıl önce
ebeveyn
işleme
d7b283399f

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2024.3.5</Version>
+        <Version>2024.3.6</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>

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

@@ -51,11 +51,19 @@ Version 2024.3.3
 - Fixed: when the UseEnvironmentFonts setting is enabled, the Lato font was not being properly registered. This issue could lead to runtime exceptions in specific minimal environments.
 - Fixed: Addressed a potential null reference exception in the SvgImage object’s finalizer that could lead to application crashes when handling invalid SVG content.
 
+
 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.
+
+
+Version 2024.3.6
+- Introduced support for the win-x86 platform.
+- Improved SVG image support for less common unit types.
+- Enhanced automated testing environment.