Skip to content

Commit d21ffa5

Browse files
committed
🔢(Version): bump version to 0.1.12
1 parent b074859 commit d21ffa5

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.1.12] - 2024-11-08
4+
### 🔖 Version Tag
5+
6+
- 🚀 **New Features**: support custom dither params, support 1 to 30 levels. 1 is the best level.
7+
- 🔄 **Version Bump**: Version was bumped to 0.1.12 to reflect the updates and improvements.
8+
39
## [v0.1.11] - 2024-05-01
410
### 🔖 Version Tag
511

‎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_tool"
3-
version = "0.1.11-1"
3+
version = "0.1.12"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"

‎README.md‎

Lines changed: 4 additions & 4 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.11/icu_tool-installer.ps1 | iex"
38+
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.12/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.11/icu_tool-installer.sh | sh
44+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.12/icu_tool-installer.sh | sh
4545
```
4646

4747
- **Windows MSI Installer**
@@ -162,8 +162,8 @@ Options:
162162
stride of the output image [default: 1]
163163
-C, --output-color-format <OUTPUT_COLOR_FORMAT>
164164
output color formats [possible values: rgb565, rgb565a8, rgb888, argb8888, xrgb8888, a1, a2, a4, a8, l8, i1, i2, i4, i8]
165-
--dither
166-
dither the output image so that it will look better on screens with low color depth
165+
--dither <DITHER>
166+
dither the output image so that it will look better on screens with low color depth 1 to 30, 1 is the best quality and 30 is the worst quality. 10 is recommended
167167
--lvgl-version <LVGL_VERSION>
168168
LVGL Version, needed if [`ImageFormats`] is [`ImageFormats::LVGL`] [default: v9] [possible values: v9, v8]
169169
-h, --help

‎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.11"
3+
version = "0.1.12"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"

0 commit comments

Comments
 (0)