Browse Source

2025.7.1 + release notes

Marcin Ziąbek 4 tháng trước cách đây
mục cha
commit
71049f872d

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
-        <Version>2025.7.0</Version>
+        <Version>2025.7.1</Version>
         <PackageDescription>Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>12</LangVersion>

+ 4 - 6
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -1,6 +1,4 @@
-- Line element: Added gradient and dashed pattern support
-- Background element: Added linear gradient (multiple colors, arbitrary angle) and rounded corners
-- Border element: Added linear gradient (multiple colors, arbitrary angle), rounded corners, and alignment options (inside, outside, center)
-- Shadow element (new): Added blur, color, offset, and spread support
-- Internal: Introduced visual snapshot testing for the generation process
-- Updated Skia dependency to M138
+- Fixed a significant memory leak in document operations involving overlay or underlay,
+- Fixed a minor memory leak in general document operations (e.g., merge, save with password),
+- Updated the Skia dependency to M140,
+- Removed unnecessary dependencies on Linux and macOS (OpenSSL, libjpeg-turbo) to improve compatibility across more platforms.