diff --git a/CHANGELOG.md b/CHANGELOG.md index fe344c5..a856b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Unreleased +# 2.0.9 + +- Alic will now detect file formats by reading the file's signature. If the file's original extension is incorrect, Alic will output the right file extension. + # 2.0.8 - Fix white scroll bars when show scroll bars is set to always diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a68d7d8..81d4132 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "mainBinaryName": "Alic", "productName": "Alic Image Compressor", - "version": "2.0.8", + "version": "2.0.9", "identifier": "io.kbl.alic", "build": { "beforeDevCommand": "bun run dev",