icu_tool
v0.1.13 - 2024-12-02
v0.1.13
Dec 2 2024 at 10:53 UTC
🔖 Version Tag
- 🚀 New Features: Added file drag and drop functionality to ImageShower, allowing users to easily drop files into the application for processing. (commit 89d234a4d57167e6e29138c1db39f8a7ede41ac4)
- 🚀 New Features: Enabled persistence of app state with
serde
serialization forAppContext
struct, including settings likeshow_grid
andanti_alias
. (commit 7350fcec93f9c0c61ab49602be74dc951b2fca09) - 🚀 New Features: Added anti-aliasing option to ImageShower, enhancing image quality with linear filtering when enabled. (commit c7571d70a7c6d865b2958aa6cbe400292042d5d2)
- 🚀 New Features: Implemented show grid option in ImageShower, allowing users to toggle the grid display for better visualization. (commit d697686281119190aac9395da7d3259858d4d0c1)
- 🔧 Improvements: Improved dropped files handling in ImageShower, accurately representing file information and preparing image data for display. (commit 589aa16ac7b916fc7c8e8a0d902553893b8de25c)
- 🔧 Improvements: Corrected typo in anti-aliasing toggle label and updated grid display settings for a cleaner look. (commit 783c82559e1928164995297d9450d52b7e628e2e)
- 🔧 Improvements: Simplified position checks in label formatter and improved image display with cursor interaction enhancements. (commit 693ccf55c3e6b6d208c8c8b6f90d43cf9e79dcfa)
- 🔧 Improvements: Updated grid display and coordinate formatting for precision, and removed unused imports to maintain code cleanliness. (commit 2aee817e8d5a29986ccee2802210d1471c67942b)
- 🛠 Refactoring: Refactored RLE encoding logic and LVGL handling, including updates to
RleCoder
and compression methods. (commits 2969fa94521a684868fc77adbc8cf325f1b8a381, 0b58b339c94806148e258aa8e1dff043c44df901) - 🛠 Refactoring: Cleaned up icu_lib/src by removing unnecessary references and updating function calls for efficiency. (commit 59979684b79ad312af0cbff1185758c42d1775b8)
- 🐛 Bug Fixes: Fixed errors in image header stride handling and data size mismatches in icu_lib. (commit f63632b67e38a1d3e4f67827eba1c26a7b87380b)
- 📚 Documentation: Updated README files and added serialization details for better project understanding. (commits 1996dfa999b0f68c295bce3b49a8a440c0317b1e, fde03acbf86b39e19a2537b401585da4a0b9ad40)
- 🔄 Version Bump: Version was bumped to 0.1.13 to reflect the updates and improvements.