Skip to content

Commit ad522ba

Browse files
committed
🔢(Version): bump version to v0.1.15
1 parent c906a93 commit ad522ba

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icu_tool"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"
@@ -21,7 +21,7 @@ name = "icu"
2121
path = "src/main.rs"
2222

2323
[dependencies]
24-
icu_lib = { version = "0.1.11" }
24+
icu_lib = { version = "0.1.15" }
2525
clap = { version = "4.5.20", features = ["derive", "suggestions"] }
2626
clap_complete = "4.5.1"
2727
eframe = { version = "0.26.0", features = [

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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**

‎icu_lib/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icu_lib"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"

0 commit comments

Comments
 (0)