Skip to content

Commit a62efb6

Browse files
committed
v2.1.1
1 parent b2c9b14 commit a62efb6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# 2.1.1
4+
5+
- Fix spelling error in config file
6+
- Refresh settings sidebar look
7+
38
# 2.1.0
49

510
- Use the disk less when processing. This is a major speedup when compressing many images.

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"mainBinaryName": "Alic",
44
"productName": "Alic Image Compressor",
5-
"version": "2.1.0",
5+
"version": "2.1.1",
66
"identifier": "io.kbl.alic",
77
"build": {
88
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)