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