Skip to content

v0.1.13 - 2024-12-02

Choose a tag to compare

@github-actions github-actions released this 02 Dec 10:53
50f3419

Release Notes

πŸ”– Version Tag

  • πŸš€ New Features: Added file drag and drop functionality to ImageShower, allowing users to easily drop files into
    the application for processing. (commit 89d234a)
  • πŸš€ New Features: Enabled persistence of app state with serde serialization for AppContext struct, including
    settings like show_grid and anti_alias. (commit 7350fce)
  • πŸš€ New Features: Added anti-aliasing option to ImageShower, enhancing image quality with linear filtering when
    enabled. (commit c7571d7)
  • πŸš€ New Features: Implemented show grid option in ImageShower, allowing users to toggle the grid display for better
    visualization. (commit d697686)
  • πŸ”§ Improvements: Improved dropped files handling in ImageShower, accurately representing file information and
    preparing image data for display. (commit 589aa16)
  • πŸ”§ Improvements: Corrected typo in anti-aliasing toggle label and updated grid display settings for a cleaner
    look. (commit 783c825)
  • πŸ”§ Improvements: Simplified position checks in label formatter and improved image display with cursor interaction
    enhancements. (commit 693ccf5)
  • πŸ”§ Improvements: Updated grid display and coordinate formatting for precision, and removed unused imports to
    maintain code cleanliness. (commit 2aee817)
  • πŸ›  Refactoring: Refactored RLE encoding logic and LVGL handling, including updates to RleCoder and compression
    methods. (commits 2969fa9, 0b58b33)
  • πŸ›  Refactoring: Cleaned up icu_lib/src by removing unnecessary references and updating function calls for
    efficiency. (commit 5997968)
  • πŸ› Bug Fixes: Fixed errors in image header stride handling and data size mismatches in icu_lib. (commit
    f63632b)
  • πŸ“š Documentation: Updated README files and added serialization details for better project understanding. (commits
    1996dfa, fde03ac)
  • πŸ”„ Version Bump: Version was bumped to 0.1.13 to reflect the updates and improvements.

Install icu_tool 0.1.13

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install W-Mai/cellar/icu_tool

Download icu_tool 0.1.13

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