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.10] - 2024-03-12
4+ ### 🔖 Version Tag
5+ - 🚧 ** Refactoring** : Refactored code to improve maintainability and readability.
6+ - 🚧 ** Refactoring** : Refactored error handling to improve user experience and reduce code complexity.
7+ - 🚀 ** New Features** : The way to display the path is more reasonable.
8+ - 🚀 ** New Features** : Added support for Auto-Complete feature for the command line interface. See ` README.md ` for more information.
9+ - 🔄 ** Version Bump** : Version was bumped to 0.1.10 to reflect the updates and improvements.
10+
311## [ v0.1.9] - 2024-03-06
412### 🔖 Version Tag
513- 🚀 ** New Features** : Added support for LVGL version 8 encode and decode.
Original file line number Diff line number Diff line change 11[package ]
22name = " icu_tool"
3- version = " 0.1.9 "
3+ version = " 0.1.10 "
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.9 " }
24+ icu_lib = { version = " 0.1.10 " }
2525clap = { version = " 4.4.18" , features = [" derive" , " suggestions" ] }
2626clap_complete = " 4.5.1"
2727eframe = { version = " 0.26.0" , features = [" glow" ] }
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.9 /icu_tool-installer.ps1 | iex"
38+ powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.10 /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.9 /icu_tool-installer.sh | sh
44+ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.10 /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.9 "
3+ version = " 0.1.10 "
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