diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1b099..8ed8a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.8.0](https://github.com/lisiur/ChatWizard/compare/v0.7.0...v0.8.0) (2023-09-22) + + +### Performance Improvements + +* improve performance ([0ac7324](https://github.com/lisiur/ChatWizard/commit/0ac732408061c5a2fb138b7de011c067915e876f)) + + + # [0.7.0](https://github.com/lisiur/ChatWizard/compare/v0.6.0...v0.7.0) (2023-09-12) diff --git a/Cargo.lock b/Cargo.lock index 4b5dca0..1231759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,7 +758,7 @@ dependencies = [ [[package]] name = "chat-wizard-server" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "chat-wizard-api", diff --git a/README-ZH_CN.md b/README-ZH_CN.md index 5a0275d..6c9f3ca 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -73,8 +73,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/ChatWizard_0.7.0_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/ChatWizard_0.7.0_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/ChatWizard_0.8.0_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/ChatWizard_0.8.0_aarch64.dmg) > MacOS 可能会遇到这个问题: `"ChatWizard.app" 已损坏,无法打开。 您应该将它移到废纸篓。` > @@ -86,11 +86,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/ChatWizard_0.7.0_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/ChatWizard_0.8.0_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard_0.7.0_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard_0.7.0_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard_0.8.0_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard_0.8.0_amd64.AppImage) > 如果 linux 版的应用无法启动并不奇怪。这是因为这两个包都是在 ubuntu20 上构建的。或许你可以尝试在自己本地构建。 diff --git a/README.md b/README.md index 1221aa4..4643ed2 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/ChatWizard_0.7.0_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/ChatWizard_0.7.0_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/ChatWizard_0.8.0_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/ChatWizard_0.8.0_aarch64.dmg) > MacOS users may encounter this problem: `"ChatWizard.app" is damaged and can't be opened. You should move it to the Trash.` > @@ -101,11 +101,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/ChatWizard_0.7.0_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/ChatWizard_0.8.0_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard_0.7.0_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard_0.7.0_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard_0.8.0_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard_0.8.0_amd64.AppImage) > It is not surprising for the app to fail to launch on a Linux system. This is likely because the two packages were built on the Ubuntu20. Perhaps you could consider building them locally. @@ -133,10 +133,10 @@ You need to download `chat-wizard-cli` to use plugin. ### Download chat-wizard-cli -- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-cli_x86_64-apple-darwin) -- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-cli_aarch64-apple-darwin) -- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-cli_x86_64-pc-windows-msvc.exe) -- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-cli_x86_64-unknown-linux-gnu) +- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-cli_x86_64-apple-darwin) +- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-cli_aarch64-apple-darwin) +- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-cli_x86_64-pc-windows-msvc.exe) +- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-cli_x86_64-unknown-linux-gnu) ### How to use @@ -163,10 +163,10 @@ You can start a web version of ChatWizard by `chat-wizard-server`. ### Download chat-wizard-server -- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-server_x86_64-apple-darwin) -- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-server_aarch64-apple-darwin) -- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-server_x86_64-pc-windows-msvc.exe) -- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.7.0/chat-wizard-server_x86_64-unknown-linux-gnu) +- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-server_x86_64-apple-darwin) +- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-server_aarch64-apple-darwin) +- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-server_x86_64-pc-windows-msvc.exe) +- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.8.0/chat-wizard-server_x86_64-unknown-linux-gnu) ### Usage diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index b762533..6f42aa3 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,14 +1,6 @@ -# [0.7.0](https://github.com/lisiur/ChatWizard/compare/v0.6.0...v0.7.0) (2023-09-12) +# [0.8.0](https://github.com/lisiur/ChatWizard/compare/v0.7.0...v0.8.0) (2023-09-22) -### Bug Fixes +### Performance Improvements -* fix messages sometimes not shown when clicking a chat ([65e3501](https://github.com/lisiur/ChatWizard/commit/65e35011363c4ce720260b0542817e820e1b89d7)), closes [#64](https://github.com/lisiur/ChatWizard/issues/64) -* fix the issue of being unable to copy on the web ([30e9f9d](https://github.com/lisiur/ChatWizard/commit/30e9f9dd4b9ee59b9135f1c6820e9934c917ad70)), closes [#62](https://github.com/lisiur/ChatWizard/issues/62) - - -### Features - -* add mlc compatibility ([495885f](https://github.com/lisiur/ChatWizard/commit/495885f7de5be0fa6c9fa520be1bc7cff34dfa34)), closes [#65](https://github.com/lisiur/ChatWizard/issues/65) -* improve issue templates with Form Schema ([b6fe3c6](https://github.com/lisiur/ChatWizard/commit/b6fe3c6fe030e8c8c29a9db08c5b44f8e8e2ca6c)) -* improve Issue templates with Form Schema ([3661260](https://github.com/lisiur/ChatWizard/commit/366126094c1c31f0dfd858a880a749c06a3bfc16)) \ No newline at end of file +* improve performance ([0ac7324](https://github.com/lisiur/ChatWizard/commit/0ac732408061c5a2fb138b7de011c067915e876f)) \ No newline at end of file diff --git a/gui/tauri.conf.json b/gui/tauri.conf.json index a53576f..7e96a85 100644 --- a/gui/tauri.conf.json +++ b/gui/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "ChatWizard", - "version": "0.7.0" + "version": "0.8.0" }, "tauri": { "allowlist": { diff --git a/package.json b/package.json index 3b72a69..19a13b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chat-wizard", - "version": "0.7.0", + "version": "0.8.0", "description": "", "main": "index.js", "scripts": { diff --git a/server/Cargo.toml b/server/Cargo.toml index 2845e8e..af1383a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chat-wizard-server" -version = "0.7.0" +version = "0.8.0" edition = "2021" [dependencies] diff --git a/web/package.json b/web/package.json index 79566e2..2155888 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "chat-wizard", "private": true, - "version": "0.7.0", + "version": "0.8.0", "type": "module", "scripts": { "dev": "vite",