We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c9b14 commit a62efb6Copy full SHA for a62efb6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+# 2.1.1
4
+
5
+- Fix spelling error in config file
6
+- Refresh settings sidebar look
7
8
# 2.1.0
9
10
- Use the disk less when processing. This is a major speedup when compressing many images.
src-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"mainBinaryName": "Alic",
"productName": "Alic Image Compressor",
- "version": "2.1.0",
+ "version": "2.1.1",
"identifier": "io.kbl.alic",
"build": {
"beforeDevCommand": "bun run dev",
0 commit comments