From 17ff972f166355ad0daf69c9f818627dc48e75e7 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 17 Mar 2025 10:51:10 -0700 Subject: [PATCH] Prepare release --- RELEASE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..e31b1bc --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,10 @@ +Release type: minor + +* *Feature:* Add `IMAGE_PROCESS_ADD_CLASS` and `IMAGE_PROCESS_CLASS_PREFIX` settings to control +the `image-process-` CSS class assignment for processed images. +* *Fix*: Encode URLs in `srcset` when they contain a space or a comma, as those characters have a special meaning in the context of a `srcset` value. +* *Fix:* Improve operations for images with empty margins by using `image.width`/`image.height` instead of `bbox`. +* *Fix:* Preserve HTML indentation when rewriting content. +* *Fix:* Avoid loading images needlessly by only processing images if Pillow can handle them. +* *Tests:* Make tests more resilient to small pixel content differences on ARM vs. Intel architectures. +* *Docs:* Correct cropping transformation values.