Skip to content

Commit

Permalink
chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lisiur committed May 5, 2023
1 parent 65a173f commit 2173cc6
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 19 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
10 changes: 5 additions & 5 deletions README-ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" 已损坏,无法打开。 您应该将它移到废纸篓。`
>
Expand All @@ -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 上构建的。或许你可以尝试在自己本地构建。
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
>
Expand All @@ -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.
Expand Down Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions RELEASE_NOTE.md
Original file line number Diff line number Diff line change
@@ -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!
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.
2 changes: 1 addition & 1 deletion gui/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "ChatWizard",
"version": "0.1.0"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat-wizard",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chat-wizard",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 2173cc6

Please sign in to comment.