|
|
@@ -56,4 +56,12 @@ Version 2024.3.0-rc
|
|
|
- Optimized runtime (Avalonia) and development dependencies,
|
|
|
- Refined the native artifacts build system through code refactoring and the integration of execution tests, improving build reliability and efficiency,
|
|
|
- Planned: in the next major release, the WASM support will be investigated and potentially reintroduced,
|
|
|
-- Known Issue: During stress testing, an issue was identified that native memory usage is higher than expected when generating long documents rich in short text elements. This issue is currently under investigation and will be addressed in the next major release.
|
|
|
+- Known Issue: During stress testing, an issue was identified that native memory usage is higher than expected when generating long documents rich in short text elements. This issue is currently under investigation and will be addressed in the next major release.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+Version 2024.3.0-rc1
|
|
|
+- Greatly reduced memory usage by reusing SkParagraphBuilder instances,
|
|
|
+- Fixed memory leaks in the native code,
|
|
|
+- Fixed: the DocumentMetadata.CreationDate and DocumentMetadata.ModificationDate properties are not properly populated in generated PDF,
|
|
|
+- Fixed: when changing the TextStyle.FontFamilies property, the cache does not work correctly leading to higher memory usage.
|