|
|
@@ -1,6 +1,4 @@
|
|
|
-- Line element: Added gradient and dashed pattern support
|
|
|
-- Background element: Added linear gradient (multiple colors, arbitrary angle) and rounded corners
|
|
|
-- Border element: Added linear gradient (multiple colors, arbitrary angle), rounded corners, and alignment options (inside, outside, center)
|
|
|
-- Shadow element (new): Added blur, color, offset, and spread support
|
|
|
-- Internal: Introduced visual snapshot testing for the generation process
|
|
|
-- Updated Skia dependency to M138
|
|
|
+- Fixed a significant memory leak in document operations involving overlay or underlay,
|
|
|
+- Fixed a minor memory leak in general document operations (e.g., merge, save with password),
|
|
|
+- Updated the Skia dependency to M140,
|
|
|
+- Removed unnecessary dependencies on Linux and macOS (OpenSSL, libjpeg-turbo) to improve compatibility across more platforms.
|