Changelog

# 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`