# ChangeLog ## v2.0.1 (2026-06-01) * Fixed asset build cleanup logic to avoid deleting files from the output directory. * Standalone `assets_gen.py` now expands `~` in input and output paths before generating the build configuration. * Added `MMAP_FILE_ALIGNMENT` to optionally align file payload addresses. The default value `0` disables padding; non-zero values must be powers of two. ## v1.3.2 (2025-0930) * Add function png to pjpg * Add flag COPY_PREBUILT_BIN ## v1.3.1~2 (2025-08-13) * Support all target. ## v1.3.1~1 (2025-05-30) * Add IMPORT_INC_PATH support. ## v1.3.1 (2025-03-17) * Allow appending files to the end of the app_bin. ## v1.3.0 (2024-10-18) * CMake Enhancements: Transitioned from Kconfig options to CMake arguments, supporting independent parameters for each partition. * JPG/PNG to QOI Conversion: Enabled conversion of JPG and PNG to QOI for optimized image handling. * LVGL Image Conversion: Added support for converting images to LVGL-compatible binary formats. ## v1.2.0 (2024-07-31) * Added mmap_enable flag. * Added mmap_assets_copy_mem for reading files from flash to memory. * Configurable filename length. * Support multiple partitions. ## v1.1.0 (2024-06-27) * Added support for split height setting. ## v1.0.0 Initial Version * Added support for file packaging during build.