Skip to content

Commit dd06f77

Browse files
committed
🔢(Version): bump version to v0.1.14
1 parent b382f29 commit dd06f77

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

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

3+
## [v0.1.14] - 2024-12-11
4+
5+
### 🔖 Version Tag
6+
7+
- 🚀 **New Features**: Added background color support to ImagePlotter, added unique ID to ImagePlotter, updated show
8+
command to handle multiple files, added image item selection and hover states, added new image plotting functionality,
9+
added image plotting functionality to Image Handling.
10+
- 🔧 **Improvements**: Simplified image data conversion and update type references in ImageShower, refactored image data
11+
handling and update show method in Image Handling, simplified image selection logic in ImageShower, added parameter to
12+
`show_only` and update plot settings in ImagePlotter.
13+
- 🐛 **Bug Fixes**: Fixed RLE decoding and handle empty image data in icu_lib.
14+
- 🔄 **Version Bump**: Version was bumped to 0.1.14 to reflect the updates and improvements.
15+
316
## [v0.1.13] - 2024-12-02
417

518
### 🔖 Version Tag

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

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.12/icu_tool-installer.ps1 | iex"
38+
powershell -c "irm https://github.com/W-Mai/icu/releases/download/v0.1.14/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.12/icu_tool-installer.sh | sh
44+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/W-Mai/icu/releases/download/v0.1.14/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.13"
3+
version = "0.1.14"
44
edition = "2021"
55
authors = ["Benign X", "W-Mai"]
66
homepage = "https://github.com/W-Mai/icu"

0 commit comments

Comments
 (0)