|
|
@@ -1,6 +1,2 @@
|
|
|
-- Disabled standard ligatures by default, as they often interfere with text copying and may pose accessibility issues,
|
|
|
-- Performance has been improved when generating multiple text-heavy documents at the same time. The more concurrent operations and text elements involved, the more noticeable the benefit,
|
|
|
-- Improved the developer experience by updating the behavior of the GeneratePdfAndShow method to always create a uniquely named file. It ensures that certain PDF viewers automatically refresh the preview,
|
|
|
-- Fixed exception triggered when generating a PDF without defining a Page in the Fluent API,
|
|
|
-- Increased test coverage,
|
|
|
-- Minor bug fixes and improvements.
|
|
|
+- Fixed an issue that caused the PDF generation process to fail when the application lacked file access permissions to the default temporary folder.
|
|
|
+- Added support for specifying a custom temporary storage path through the QuestPDF.Settings.TemporaryStoragePath property.
|