File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.1.15] - 2025-01-14
4+
5+ ### 🔖 Version Tag
6+
7+ - 🔧 ** Improvements** : Improved error handling for data size mismatches in lvgl. The logging statement was moved for
8+ correct execution, enhancing error reporting in image header processing.
9+ - 🚀 ** New Features** : Improved code formatting and organization in image_shower. Refactored the code for better
10+ readability, adjusted import statements and formatted button click event for setting background color with consistent
11+ indentation and line breaks.
12+ - 🔄 ** Version Bump** : Version was bumped to 0.1.15 to reflect the updates and improvements.
13+
314## [ v0.1.14] - 2024-12-11
415
516### 🔖 Version Tag
Original file line number Diff line number Diff line change 11[package ]
22name = " icu_tool"
3- version = " 0.1.14 "
3+ version = " 0.1.15 "
44edition = " 2021"
55authors = [" Benign X" , " W-Mai" ]
66homepage = " https://github.com/W-Mai/icu"
@@ -21,7 +21,7 @@ name = "icu"
2121path = " src/main.rs"
2222
2323[dependencies ]
24- icu_lib = { version = " 0.1.11 " }
24+ icu_lib = { version = " 0.1.15 " }
2525clap = { version = " 4.5.20" , features = [" derive" , " suggestions" ] }
2626clap_complete = " 4.5.1"
2727eframe = { version = " 0.26.0" , features = [
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ brew install icu_tool
3535- ** PowerShell**
3636
3737``` powershell
38- powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.14 /icu_tool-installer.ps1 | iex"
38+ powershell -c "irm https://github.com/W-Mai/icu/releases/latest/download /icu_tool-installer.ps1 | iex"
3939```
4040
4141- ** Shell**
4242
4343``` shell
44- curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.14 /icu_tool-installer.sh | sh
44+ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/latest/download /icu_tool-installer.sh | sh
4545```
4646
4747- ** Windows MSI Installer**
Original file line number Diff line number Diff line change 11[package ]
22name = " icu_lib"
3- version = " 0.1.14 "
3+ version = " 0.1.15 "
44edition = " 2021"
55authors = [" Benign X" , " W-Mai" ]
66homepage = " https://github.com/W-Mai/icu"
You can’t perform that action at this time.
0 commit comments