From 2173cc69ee4ecdfb615c032913dfbe79b664dd65 Mon Sep 17 00:00:00 2001 From: lisiur Date: Fri, 5 May 2023 18:35:12 +0800 Subject: [PATCH] chore: bump version to 0.2.0 --- CHANGELOG.md | 10 ++++++++++ README-ZH_CN.md | 10 +++++----- README.md | 18 +++++++++--------- RELEASE_NOTE.md | 5 +++-- gui/tauri.conf.json | 2 +- package.json | 2 +- web/package.json | 2 +- 7 files changed, 30 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e4967..c2dac21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.2.0](https://github.com/lisiur/ChatWizard/compare/v0.1.0...v0.2.0) (2023-05-05) + + +### Features + +plugin now can use host_openai_stream to send request and use host_receive to receive response from openai server. +plugin now can use host_input to get user input from terminal. + + + # [0.1.0](https://github.com/lisiur/ChatWizard/compare/v0.0.77...v0.1.0) (2023-04-25) diff --git a/README-ZH_CN.md b/README-ZH_CN.md index bd756f7..ca71f9d 100644 --- a/README-ZH_CN.md +++ b/README-ZH_CN.md @@ -75,8 +75,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/ChatWizard_0.1.0_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/ChatWizard_0.1.0_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/ChatWizard_0.2.0_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/ChatWizard_0.2.0_aarch64.dmg) > MacOS 可能会遇到这个问题: `"ChatWizard.app" 已损坏,无法打开。 您应该将它移到废纸篓。` > @@ -88,11 +88,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/ChatWizard_0.1.0_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/ChatWizard_0.2.0_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard_0.1.0_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard_0.1.0_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard_0.2.0_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard_0.2.0_amd64.AppImage) > 如果 linux 版的应用无法启动并不奇怪。这是因为这两个包都是在 ubuntu20 上构建的。或许你可以尝试在自己本地构建。 diff --git a/README.md b/README.md index ca8d6ab..f0429fb 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ - **Mac** - - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/ChatWizard_0.1.0_x64.dmg) - - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/ChatWizard_0.1.0_aarch64.dmg) + - [Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/ChatWizard_0.2.0_x64.dmg) + - [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/ChatWizard_0.2.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.` > @@ -103,11 +103,11 @@ - **Windows**: - - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/ChatWizard_0.1.0_x64_en-US.msi) + - [msi](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/ChatWizard_0.2.0_x64_en-US.msi) - **Linux** - - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard_0.1.0_amd64.deb) - - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard_0.1.0_amd64.AppImage) + - [deb](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard_0.2.0_amd64.deb) + - [AppImage](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard_0.2.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. @@ -135,10 +135,10 @@ You need to install chat-wizard-cli to use plugin. ### Install chat-wizard-cli -- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard-cli_x86_64-apple-darwin) -- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard-cli_aarch64-apple-darwin) -- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard-cli_x86_64-pc-windows-msvc.exe) -- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.1.0/chat-wizard-cli_x86_64-unknown-linux-gnu) +- [Apple Intel](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard-cli_x86_64-apple-darwin) +- [Apple Silicon](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard-cli_aarch64-apple-darwin) +- [Windows](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard-cli_x86_64-pc-windows-msvc.exe) +- [Linux](https://github.com/lisiur/ChatWizard/releases/download/v0.2.0/chat-wizard-cli_x86_64-unknown-linux-gnu) ### How to use diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 13e4967..8510ccb 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,6 +1,7 @@ -# [0.1.0](https://github.com/lisiur/ChatWizard/compare/v0.0.77...v0.1.0) (2023-04-25) +# [0.2.0](https://github.com/lisiur/ChatWizard/compare/v0.1.0...v0.2.0) (2023-05-05) ### Features -ChatWizard v0.1.0 released! \ No newline at end of file +plugin now can use host_openai_stream to send request and use host_receive to receive response from openai server. +plugin now can use host_input to get user input from terminal. \ No newline at end of file diff --git a/gui/tauri.conf.json b/gui/tauri.conf.json index 7e8505a..4a3e5c4 100644 --- a/gui/tauri.conf.json +++ b/gui/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "ChatWizard", - "version": "0.1.0" + "version": "0.2.0" }, "tauri": { "allowlist": { diff --git a/package.json b/package.json index b50c962..8b274c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chat-wizard", - "version": "0.1.0", + "version": "0.2.0", "description": "", "main": "index.js", "scripts": { diff --git a/web/package.json b/web/package.json index 0ddc02d..0c6e970 100644 --- a/web/package.json +++ b/web/package.json @@ -1,7 +1,7 @@ { "name": "chat-wizard", "private": true, - "version": "0.1.0", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite",