Skip to content

Commit

Permalink
2024.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZiabek committed May 14, 2024
1 parent d4ad754 commit d7b2833
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/QuestPDF/QuestPDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 8 additions & 0 deletions Source/QuestPDF/Resources/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d7b2833

Please sign in to comment.