Browse Source

2024.3.0-beta1

Marcin Ziąbek 1 year ago
parent
commit
ac48d35b4c
1 changed files with 7 additions and 2 deletions
  1. 7 2
      Source/QuestPDF/Resources/ReleaseNotes.txt

+ 7 - 2
Source/QuestPDF/Resources/ReleaseNotes.txt

@@ -33,5 +33,10 @@ Version 2024.3.0-beta
 
 
 
 
 Version 2024.3.0-beta1
 Version 2024.3.0-beta1
-- Fixed: font fallback does not work when the Settings.UseEnvironmentFonts setting is set to false,
-- Ability to provide multiple font fallbacks.
+- Greatly reduced the size of the native binaries by switching from ICU to libgrapheme,
+- Improved the logic for finding and loading native dependencies,
+- Fixed an issue where the font fallback does not work when the Settings.UseEnvironmentFonts setting is set to false,
+- Added the ability to provide multiple font families or fallbacks,
+- Fixed an issue where the text element does not render its content in certain scenarios when it contains page numbers,
+- Fixed an issue where SkSvgCanvas may produce incomplete results, resulting in invalid SVG content,
+- Improved memory management for SkParagraph in certain scenarios.