diff --git a/CHANGELOG.md b/CHANGELOG.md index a0718c4..b8d0666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.0.1](https://github.com/HyperChatBot/hyperchat/compare/v1.0.5...v2.0.1) (2024-10-18) + +### Bug Fixes + +- delete image icon isn't shown in dark mode ([a20c5bb](https://github.com/HyperChatBot/hyperchat/commit/a20c5bb3bc3c1672c55a94f090c8c11564c8521f)) + ## [2.0.0](https://github.com/HyperChatBot/hyperchat/compare/v1.0.5...v2.0.0) (2024-10-18) ### Features diff --git a/package.json b/package.json index 60d51ef..0e221ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hyperchat", "private": true, - "version": "2.0.0", + "version": "2.0.1", "type": "module", "description": "ChatGPT AI Bot.", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7fea096..cd39588 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1367,7 +1367,7 @@ dependencies = [ [[package]] name = "hyperchat" -version = "2.0.0" +version = "2.0.1" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 03387b9..6ab0e46 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperchat" -version = "2.0.0" +version = "2.0.1" description = "ChatGPT AI Bot." authors = ["Yancey Leo"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9654865..6d6c692 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -19,7 +19,7 @@ }, "productName": "Hyper Chat", "mainBinaryName": "Hyper Chat", - "version": "2.0.0", + "version": "2.0.1", "identifier": "app.yancey.hyperchat", "plugins": { "updater": { diff --git a/src/components/ChatBox/InputBox.tsx b/src/components/ChatBox/InputBox.tsx index 72ade82..c38de5c 100644 --- a/src/components/ChatBox/InputBox.tsx +++ b/src/components/ChatBox/InputBox.tsx @@ -195,7 +195,7 @@ const InputBox: FC = () => {
deleteBase64Image(idx)} />