Browse Source

2023.12.3

Marcin Ziąbek 1 year ago
parent
commit
0b71ba05e6

+ 1 - 1
Source/QuestPDF.Previewer/QuestPDF.Previewer.csproj

@@ -4,7 +4,7 @@
         <Authors>MarcinZiabek</Authors>
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF.Previewer</PackageId>
         <PackageId>QuestPDF.Previewer</PackageId>
-        <Version>2023.12.1</Version>
+        <Version>2023.12.2</Version>
         <PackAsTool>true</PackAsTool>
         <PackAsTool>true</PackAsTool>
         <ToolCommandName>questpdf-previewer</ToolCommandName>
         <ToolCommandName>questpdf-previewer</ToolCommandName>
         <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.</PackageDescription>
         <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.</PackageDescription>

+ 1 - 1
Source/QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
         <PackageId>QuestPDF</PackageId>
-        <Version>2023.12.2</Version>
+        <Version>2023.12.3</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>
         <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>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>10</LangVersion>
         <LangVersion>10</LangVersion>

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

@@ -14,3 +14,8 @@ Version 2023.12.2
 - Fixed: The hyperlink element was annotating the incorrect location, in specific layout scenarios when used with right-to-left content direction
 - Fixed: The hyperlink element was annotating the incorrect location, in specific layout scenarios when used with right-to-left content direction
 - Enhancement: Improved layout stability for dynamic components utilizing the TotalPages property to generate content
 - Enhancement: Improved layout stability for dynamic components utilizing the TotalPages property to generate content
 - Maintenance: The QuestPDF Previewer application has been updated to utilize the latest version of the Avalonia library
 - Maintenance: The QuestPDF Previewer application has been updated to utilize the latest version of the Avalonia library
+
+Version 2023.12.3
+- Improvement: enhanced the automated layout issue detection algorithm to cover a broader range of cases.
+- Update: upgraded the SkiaSharp dependency to version 2.88.7. This update addresses issues with JPEG images being incorrectly encoded/decoded on ARM devices.
+- Maintenance: added .NET 8 as an official build target for the library.