Browse Source

2023.6.2 Release

Marcin Ziąbek 2 years ago
parent
commit
f90ce1e03b
2 changed files with 5 additions and 1 deletions
  1. 1 1
      Source/QuestPDF/QuestPDF.csproj
  2. 4 0
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 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.6.1</Version>
+        <Version>2023.6.2</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>9</LangVersion>
         <LangVersion>9</LangVersion>

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

@@ -7,3 +7,7 @@ Version 2023.6.1
 - Fix: incorrect layout exception when debugging is disabled
 - Fix: incorrect layout exception when debugging is disabled
 - Fix: the page number functionality for sections do not work (#609)
 - Fix: the page number functionality for sections do not work (#609)
 - Improvement: enhanced the message about the QuestPDF Previewer application version incompatibility
 - Improvement: enhanced the message about the QuestPDF Previewer application version incompatibility
+
+Version 2023.6.2
+- Fix: improved `Image.FitUnproportionally` behavior to ensure it now respects minimal size constraints and doesn't just expand to use all the available space.
+- Adjustment: increased the default DPI setting from 144 to 288 to better match industry standards and provide visuals of expected quality. To counterbalance for potential output size increase, the image quality has been decreased from "very high" to "high" (JPEG 90 to 75).