Skip to content

Commit

Permalink
🔢(Version): bump version to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
W-Mai committed Nov 8, 2024
1 parent b074859 commit d21ffa5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v0.1.12] - 2024-11-08
### 🔖 Version Tag

- 🚀 **New Features**: support custom dither params, support 1 to 30 levels. 1 is the best level.
- 🔄 **Version Bump**: Version was bumped to 0.1.12 to reflect the updates and improvements.

## [v0.1.11] - 2024-05-01
### 🔖 Version Tag

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icu_tool"
version = "0.1.11-1"
version = "0.1.12"
edition = "2021"
authors = ["Benign X", "W-Mai"]
homepage = "https://github.com/W-Mai/icu"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ brew install icu_tool
- **PowerShell**

```powershell
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.11/icu_tool-installer.ps1 | iex"
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.12/icu_tool-installer.ps1 | iex"
```

- **Shell**

```shell
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.11/icu_tool-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.12/icu_tool-installer.sh | sh
```

- **Windows MSI Installer**
Expand Down Expand Up @@ -162,8 +162,8 @@ Options:
stride of the output image [default: 1]
-C, --output-color-format <OUTPUT_COLOR_FORMAT>
output color formats [possible values: rgb565, rgb565a8, rgb888, argb8888, xrgb8888, a1, a2, a4, a8, l8, i1, i2, i4, i8]
--dither
dither the output image so that it will look better on screens with low color depth
--dither <DITHER>
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
--lvgl-version <LVGL_VERSION>
LVGL Version, needed if [`ImageFormats`] is [`ImageFormats::LVGL`] [default: v9] [possible values: v9, v8]
-h, --help
Expand Down
2 changes: 1 addition & 1 deletion icu_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icu_lib"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
authors = ["Benign X", "W-Mai"]
homepage = "https://github.com/W-Mai/icu"
Expand Down

0 comments on commit d21ffa5

Please sign in to comment.