Skip to content

v0.2.0 - 2026-01-19

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jan 13:03
84fc6c9

Release Notes

🔖 Version Tag

  • 🚀 New Features:
    • ✨ Added a conversion panel in the GUI for image format conversion (supports LVGL, PNG, JPEG, etc.).
    • ✨ Shared conversion logic between CLI and GUI for consistent behavior.
    • ✨ Implemented automatic panel opening when a single image is loaded.
    • ✨ Added WASM support for image conversion and saving.
  • 🔧 Improvements:
    • 🧹 Refactored converter module for better code reuse.
    • 🧹 Updated dependencies and fixed WASM compilation issues.

Install icu_tool 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.2.0/icu_tool-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/W-Mai/icu/releases/download/v0.2.0/icu_tool-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install W-Mai/cellar/icu_tool

Download icu_tool 0.2.0

File Platform Checksum
icu_tool-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
icu_tool-x86_64-apple-darwin.tar.xz Intel macOS checksum
icu_tool-x86_64-pc-windows-msvc.zip x64 Windows checksum
icu_tool-x86_64-pc-windows-msvc.msi x64 Windows checksum
icu_tool-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
icu_tool-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
icu_tool-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
icu_tool-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum