Skip to content

v0.1.14 - 2024-12-11

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 13:13
dd06f77

Release Notes

πŸ”– Version Tag

  • πŸš€ New Features: Added background color support to ImagePlotter, added unique ID to ImagePlotter, updated show
    command to handle multiple files, added image item selection and hover states, added new image plotting functionality,
    added image plotting functionality to Image Handling.
  • πŸ”§ Improvements: Simplified image data conversion and update type references in ImageShower, refactored image data
    handling and update show method in Image Handling, simplified image selection logic in ImageShower, added parameter to
    show_only and update plot settings in ImagePlotter.
  • πŸ› Bug Fixes: Fixed RLE decoding and handle empty image data in icu_lib.
  • πŸ”„ Version Bump: Version was bumped to 0.1.14 to reflect the updates and improvements.

Install icu_tool 0.1.14

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install W-Mai/cellar/icu_tool

Download icu_tool 0.1.14

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