# Changelog ## v1.1.0 ### Features - Added support for the **ESP32-C61** and **ESP32-S31** chips - Added **YUYV** and **UYVY** format support for the `scale` module - Added **YUYV** and **UYVY** format support for the `crop` module ## v1.0.1 ### Features - Added support for the **ESP32-H4** chip ### Bug Fixes - Fixed compatibility issues when using **ESP-IDF versions earlier than v5.5** - Fixed a **memory leak** in the `scale` module ## v1.0.0 ### Features - Initial version of `esp-image-effects` - Add image effects module for `scale`, `crop`, `color convert`, `rotate`
bbd68a321e8fb330e0802c0cca062e3731a7ec4f
idf.py add-dependency "espressif/esp_image_effects^1.1.0"