Skip to content

v0.1.18 - 2025-08-01

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:53
1149ee6

Release Notes

πŸ”– Version Tag

  • πŸš€ New Features: Implemented options in image_shower.rs like showing only differences in diff mode, adding option
    to only show diff area and adjusting fast switch behavior, adding fast switch feature for diff mode with adjustable
    speed, and enhancing image blending logic and renaming diff_alpha to diff_blend.
  • πŸ“š Documentation: Added components section for artifacts configuration in oranda.json.
  • πŸ“¦ Dependency Update: Updated macOS platform configuration for eframe dependencies in Cargo.toml.
  • πŸ”„ Version Bump: Bumped version to v0.1.18.

Install icu_tool 0.1.18

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.18/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.1.18/icu_tool-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install W-Mai/cellar/icu_tool

Download icu_tool 0.1.18

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